ag:CustomerInfoType

complexType CustomerInfoType in namespace http://release.niem.gov/niem/domains/agriculture/5.0/

Definition

A data type containing customer information including identification and name.

Diagram

XML Schema

<xs:complexType name="CustomerInfoType">
<xs:annotation>
<xs:documentation>
A data type containing customer information including identification and name.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="ag:FileCustomerID" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="ag:CustomerInterAgencyIdentificationID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ag:TaxIdentificationID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ag:TaxIdentificationCategoryCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:OrganizationName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonGivenName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonSurName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonMiddleName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonNameSuffixText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="ag:CustomerInfoAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>