How abstract components are created when reading a schema – an animation in 6 slides -- complexType with wildcard
How abstract components are created when reading a schema – an animation in 6 slides
-- complexType with wildcard
Parse of a complexType definition and construction of the abstract schema components.
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>