2002/ws/desc/schema-patterns xml-schema-patterns.html,1.3,1.4 xml-schema-patterns.xml,1.3,1.4

Update of /sources/public/2002/ws/desc/schema-patterns
In directory hutz:/tmp/cvs-serv11538

Modified Files:
	xml-schema-patterns.html xml-schema-patterns.xml 
Log Message:
couple of typeos

Index: xml-schema-patterns.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/schema-patterns/xml-schema-patterns.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** xml-schema-patterns.xml	14 Jul 2005 14:32:30 -0000	1.3
--- xml-schema-patterns.xml	14 Jul 2005 15:55:47 -0000	1.4
***************
*** 190,195 ****
        <div2 id="Collection">
          <head>Collection</head>
!         <p> A collection of data items, typically contained by a programming language object, class,
!           structure, or a database record, may be represented in XML Schema using a single model
            group. The individual items held in a collection may appear either as XML element or
            attribute values.</p>
--- 190,195 ----
        <div2 id="Collection">
          <head>Collection</head>
!         <p> A collection of data items, typically contained by a programming language "object", "class",
!           "structure", or "record", may be represented in XML Schema using a single model
            group. The individual items held in a collection may appear either as XML element or
            attribute values.</p>
***************
*** 334,338 ****
            ]]></eg>
          </example>
!         <p>Note that the 'any' element wildcard cannot be not be used within an <code>all</code>
            model group.</p>
        </div2>
--- 334,338 ----
            ]]></eg>
          </example>
!         <p>Note that the 'any' element wildcard may not be used within an <code>all</code>
            model group.</p>
        </div2>
***************
*** 395,399 ****
  <xs:complexType name="CountryCodeMap">
    <xs:all>
!     <xs:element name="name" type="tns:CountryCodeItem" minOccurs="0" maxOccurs="unbounded"/>
    <xs:all>
  </xs:complexType>
--- 395,399 ----
  <xs:complexType name="CountryCodeMap">
    <xs:all>
!     <xs:element name="name" type="tns:CountryCodeMapItem" minOccurs="0" maxOccurs="unbounded"/>
    <xs:all>
  </xs:complexType>

Index: xml-schema-patterns.html
===================================================================
RCS file: /sources/public/2002/ws/desc/schema-patterns/xml-schema-patterns.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** xml-schema-patterns.html	14 Jul 2005 14:32:30 -0000	1.3
--- xml-schema-patterns.html	14 Jul 2005 15:55:47 -0000	1.4
***************
*** 291,295 ****
  <h3><a name="Collection" id="Collection"></a>2.4 Collection</h3>
  <p>A collection of data items, typically contained by a programming
! language object, class, structure, or a database record, may be
  represented in XML Schema using a single model group. The
  individual items held in a collection may appear either as XML
--- 291,295 ----
  <h3><a name="Collection" id="Collection"></a>2.4 Collection</h3>
  <p>A collection of data items, typically contained by a programming
! language "object", "class", "structure", or "record", may be
  represented in XML Schema using a single model group. The
  individual items held in a collection may appear either as XML
***************
*** 467,472 ****
  </pre></div>
  </div>
! <p>Note that the 'any' element wildcard cannot be not be used
! within an <code>all</code> model group.</p>
  </div>
  <div class="div2">
--- 467,472 ----
  </pre></div>
  </div>
! <p>Note that the 'any' element wildcard may not be used within an
! <code>all</code> model group.</p>
  </div>
  <div class="div2">
***************
*** 550,554 ****
  &lt;xs:complexType name="CountryCodeMap"&gt;
    &lt;xs:all&gt;
!     &lt;xs:element name="name" type="tns:CountryCodeItem" minOccurs="0" maxOccurs="unbounded"/&gt;
    &lt;xs:all&gt;
  &lt;/xs:complexType&gt;
--- 550,554 ----
  &lt;xs:complexType name="CountryCodeMap"&gt;
    &lt;xs:all&gt;
!     &lt;xs:element name="name" type="tns:CountryCodeMapItem" minOccurs="0" maxOccurs="unbounded"/&gt;
    &lt;xs:all&gt;
  &lt;/xs:complexType&gt;

Received on Thursday, 14 July 2005 15:55:53 UTC