<xsd:complexType name="CT_XmlColumnPr">
<xsd:sequence>
<xsd:element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Future Feature Data Storage Area</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="mapId" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>XML Map Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="xpath" type="ST_Xstring" use="required">
<xsd:annotation>
<xsd:documentation>XPath</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="denormalized" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Denormalized</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="xmlDataType" type="ST_XmlDataType" use="required">
<xsd:annotation>
<xsd:documentation>XML Data Type</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|