Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The extension element specifies a container for an XML schema extension.
Parent Elements |
---|
Attributes:
name: This attribute specifies the name of this XML schema extension.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.
-
<xsd:element name="extension"> <xsd:complexType mixed="true"> <xsd:sequence> <xsd:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/> </xsd:sequence> <xsd:attribute name="name" type="xsd:NMTOKEN" use="required"/> <xsd:anyAttribute processContents="skip"/> </xsd:complexType> </xsd:element>