First page Back Continue Last page Overview Graphics
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>