<xs:attribute name="ShareMarketInd" use="optional">
<xs:simpleType>
<xs:annotation>
<xs:documentation xml:lang="en"> value="Inherit" Permission for sharing data for marketing purposes.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Yes" />
<xs:enumeration value="No" />
<xs:enumeration value="Inherit" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
|