<xsd:complexType name="SchemaType">
<xsd:annotation>
<xsd:documentation>Specifies a W3C schema whose elements and attributes are to be mapped to the cells in the spreadsheet.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:any processContents="skip" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="ID" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Specifies a unique ID for a W3C schema.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="Namespace" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>Specifies the namespace to be used with a schema.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="SchemaRef" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Contains the ID for any XML Spreadsheet 2003 schema element that holds a W3C schema that this schema imports.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|