Binding object for the type http://www.w3.org/2001/XMLSchema:element.
<xs:complexType name="element" abstract="true">
<xs:annotation>
<xs:documentation> The element element can be used either
at the top level to define an element-type binding globally,
or within a content model to either reference a
globally-defined element or type or declare an
element-type binding locally.
Binding object for the type http://www.w3.org/2001/XMLSchema:language.
<xs:simpleType name="language" id="language">
<xs:annotation>
<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#language"/>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:pattern value="[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*" id="language.pattern">
<xs:annotation>
<xs:documentation
source="http://www.ietf.org/rfc/rfc3066.txt">
pattern specifies the content of section 2.12 of XML
1.0e2 and RFC 3066 (Revised version of
RFC 1766).
Binding object for the type http://www.w3.org/2001/XMLSchema:NOTATION.
<xs:simpleType name="NOTATION" id="NOTATION">
<xs:annotation>
<xs:appinfo>
<hfp:hasFacet name="length"/>
<hfp:hasFacet name="minLength"/>
<hfp:hasFacet name="maxLength"/>
<hfp:hasFacet name="pattern"/>
<hfp:hasFacet name="enumeration"/>
<hfp:hasFacet name="whiteSpace"/>
<hfp:hasProperty name="ordered" value="false"/>
<hfp:hasProperty name="bounded" value="false"/>
<hfp:hasProperty name="cardinality" value="countably infinite"/>
<hfp:hasProperty name="numeric" value="false"/>
</xs:appinfo>
<xs:documentation source="http://www.w3.org/TR/xmlschema-2/#NOTATION"/>
<xs:documentation> NOTATION cannot be used directly in a
schema; rather a type must be derived from it by
specifying at least one enumeration facet whose
value is the name of a NOTATION declared in the
schema.
Binding object for the type http://www.w3.org/2001/XMLSchema:openAttrs.
<xs:complexType name="openAttrs">
<xs:annotation>
<xs:documentation> This type is extended by almost all
schema types to allow attributes from other
namespaces to be added to user schemas.