<xs:element name="CompanyName" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Company name to whom remittance should be directed.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="CompanyNameType">
<xs:attribute name="ContactName" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">This may be used to pass the name of the contact at the company for which the direct bill applies.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|