<xs:complexType name="VendorMessageType">
<xs:annotation>
<xs:documentation xml:lang="en">Provides formatted textual information that a vendor wishes to make known. The type of information is indicated</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="FormattedTextType">
<xs:attribute name="InfoType" type="OTA_CodeType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">To define the type of information such as Description, Policy, Marketing, etc. Refer to OTA Code List Information Type (INF).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|