Schema Supplier.xsd


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 


element Supplier
diagram Supplier_p1.png
namespace http://www.eamxml.org/schema/Rev0
type SupplierType
properties
content complex
children SupplierName SupplierURL SupplierDunAndBradstreetNumber SupplierAddress
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
source <xs:element name="Supplier" type="SupplierType"/>

complexType SupplierType
diagram Supplier_p2.png
namespace http://www.eamxml.org/schema/Rev0
children SupplierName SupplierURL SupplierDunAndBradstreetNumber SupplierAddress
used by
element Supplier
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
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>

attribute SupplierType/@Id
type xs:string
properties
isRef 0
use required
source <xs:attribute name="Id" type="xs:string" use="required"/>

element SupplierType/SupplierName
diagram Supplier_p3.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="SupplierName" type="xs:string" minOccurs="0"/>

element SupplierType/SupplierURL
diagram Supplier_p4.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="SupplierURL" type="xs:string" minOccurs="0"/>

element SupplierType/SupplierDunAndBradstreetNumber
diagram Supplier_p5.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="SupplierDunAndBradstreetNumber" type="xs:string" minOccurs="0"/>

element SupplierType/SupplierAddress
diagram Supplier_p6.png
namespace http://www.eamxml.org/schema/Rev0
type AddressType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children AddressName AddressLine City State Country PostalCode Latitude Longitude Contact UserDefined
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
source <xs:element name="SupplierAddress" type="AddressType" minOccurs="0" maxOccurs="unbounded"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy