<xs:element name="BuyerMetadata">
<xs:complexType>
<xs:sequence>
<xs:element name="BuyerName" type="adsml:StringType" minOccurs="0" />
<xs:element name="BuyerMaterialsID" type="adsml:StringType" minOccurs="0" />
<xs:element name="BuyerContact" type="adsml:StringType" minOccurs="0" />
<xs:element name="BuyerTelephone" type="adsml:StringType" minOccurs="0" />
<xs:element name="BuyerFax" type="adsml:StringType" minOccurs="0" />
<xs:element name="BuyerEmail" type="adsml:StringType" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
|