<xs:element name="MapValues">
<xs:complexType>
<xs:sequence>
<xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="FieldColumnPair"/>
<xs:choice minOccurs="0">
<xs:element ref="TableLocator"/>
<xs:element ref="InlineTable"/>
</xs:choice>
</xs:sequence>
<xs:attribute name="mapMissingTo" type="xs:string"/>
<xs:attribute name="defaultValue" type="xs:string"/>
<xs:attribute name="outputColumn" type="xs:string" use="required"/>
<xs:attribute name="dataType" type="DATATYPE"/>
</xs:complexType>
</xs:element> |