<xs:element name="all">
<xs:complexType>
<xs:complexContent>
<xs:restriction base="xs:all">
<xs:group ref="xs:allModel" />
<xs:attribute name="minOccurs" use="prohibited" />
<xs:attribute name="maxOccurs" use="prohibited" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:restriction>
</xs:complexContent>
</xs:complexType>
</xs:element>
|