Not the real urType, but as close an approximation as we can get in the XML representation |
Complex Type | xs:openAttrs |
<xs:complexType name="anyType" mixed="true"> <xs:annotation> <xs:documentation>Not the real urType, but as close an approximation as we can get in the XML representation</xs:documentation> </xs:annotation> <xs:sequence> <xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/> </xs:sequence> <xs:anyAttribute processContents="lax"/> </xs:complexType> |