How abstract components are created when reading a schema – an animation in 9 slides
-- complexType
Parse of a complexType definition and construction of the abstract schema components.
Parse of <xs:complexType name=“ct02”>
Parse of <xs:element ref=“refed”/> 1
Parse of <xs:element ref=“refed”/> 2
Parse of <xs:sequence minOccurs=“0” maxOccurs=“3”/>
Parse of <xs:element name=“e1” type=“xs:string”/>