July 26, 2002 5:00pm
Parse of a complexType definition and construction of the abstract schema components. 
- <xs:complexType name="ct01">
-  <xs:choice>
-    <xs:element name="inline" type="xs:string" minOccurs="2" maxOccurs="3"/>
-    <xs:any namespace="##other"/>
-  </xs:choice>
- </xs:complexType>
Parse of <xs:complexType name=“ct01”>
Parse of <xs:choice>
Parse of <xs:element name=“inline” type="xs:string" minOccurs="2" maxOccurs="3"/>
Parse of <xs:any namespace=“##other”/>
Parse of       </xs:complexType>