2.2.1.2.112 extension

The extension element specifies a container for XML schema extensions.

Each extension MUST conform to the XML schema specified in section 2.2.2 or section 2.2.3.

The XSF2:solutionDefinition element, as specified in section 2.2.2.2.1, MUST be the root element of all XSF2 extensions, as specified in section 2.2.2.

The XSF3:solutionDefinition element, as specified in section 2.2.3.2.1, or solutionPropertiesExtension2009 element, as specified in section 2.2.3.2.6, MUST be the containers of all XSF3 extensions, as specified in section 2.2.3.

Parent Elements

extensions

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>