| schema location: | Z:\schema\Rev0\Supplier.xsd |
| attribute form default: | |
| element form default: | qualified |
| targetNamespace: | http://www.eamxml.org/schema/Rev0 |
| Elements | Complex types |
| Supplier | SupplierType |
| diagram | ![]() |
||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||
| type | SupplierType | ||||||||||||
| properties |
|
||||||||||||
| children | SupplierName SupplierURL SupplierDunAndBradstreetNumber SupplierAddress | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="Supplier" type="SupplierType"/> |
| diagram | ![]() |
||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||
| children | SupplierName SupplierURL SupplierDunAndBradstreetNumber SupplierAddress | ||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:complexType name="SupplierType"> <xs:sequence> <xs:element name="SupplierName" type="xs:string" minOccurs="0"/> <xs:element name="SupplierURL" type="xs:string" minOccurs="0"/> <xs:element name="SupplierDunAndBradstreetNumber" type="xs:string" minOccurs="0"/> <xs:element name="SupplierAddress" type="AddressType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="Id" type="xs:string" use="required"/> </xs:complexType> |
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:attribute name="Id" type="xs:string" use="required"/> |
| diagram | |||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="SupplierName" type="xs:string" minOccurs="0"/> |
| diagram | |||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="SupplierURL" type="xs:string" minOccurs="0"/> |
| diagram | |||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="SupplierDunAndBradstreetNumber" type="xs:string" minOccurs="0"/> |
| diagram | ![]() |
||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||
| type | AddressType | ||||||||||||
| properties |
|
||||||||||||
| children | AddressName AddressLine City State Country PostalCode Latitude Longitude Contact UserDefined | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="SupplierAddress" type="AddressType" minOccurs="0" maxOccurs="unbounded"/> |