<xsd:complexType name="MapInfoType">
<xsd:annotation>
<xsd:documentation>Specifies the mapping of XML document elements and attributes to spreadsheet cells.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Schema" type="SchemaType" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains information about the schema that is being mapped.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Map" type="MapType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Specifies the mapping between the elements and attributes in the schema and the cells in the spreadsheet.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="HideInactiveListBorder" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Specifies whether the borders of inactive lists are visible.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="true" />
<xsd:enumeration value="false" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="SelectionNamespaces" use="optional" type="xsd:string">
<xsd:annotation>
<xsd:documentation>Contains a space-delimited list of the namespace and prefix associations for all maps and XPath values in a workbook.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|