| schema location: | Z:\schema\Rev0\StorageLocation.xsd |
| attribute form default: | |
| element form default: | qualified |
| targetNamespace: | http://www.eamxml.org/schema/Rev0 |
| Elements | Complex types | Simple types |
| StorageLocation | StorageLocationType | StorageLocationTypeType |
| diagram | ![]() |
||||||||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||||||||
| type | StorageLocationType | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| children | StorageLocationName StorageLocationSite StorageLocationAddress | ||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:element name="StorageLocation" type="StorageLocationType"/> |
| diagram | ![]() |
||||||||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||||||||
| children | StorageLocationName StorageLocationSite StorageLocationAddress | ||||||||||||||||||
| used by |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:complexType name="StorageLocationType"> <xs:all> <xs:element name="StorageLocationName" type="xs:string" minOccurs="0"/> <xs:element name="StorageLocationSite" type="SiteType" minOccurs="0"/> <xs:element name="StorageLocationAddress" type="AddressType" minOccurs="0"/> </xs:all> <xs:attribute name="Id" type="xs:string" use="required"/> <xs:attribute name="Type" type="StorageLocationTypeType" use="required"/> </xs:complexType> |
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:attribute name="Id" type="xs:string" use="required"/> |
| type | StorageLocationTypeType | ||||
| properties |
|
||||
| facets |
|
||||
| source | <xs:attribute name="Type" type="StorageLocationTypeType" use="required"/> |
| diagram | |||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||
| type | xs:string | ||||||||
| properties |
|
||||||||
| source | <xs:element name="StorageLocationName" type="xs:string" minOccurs="0"/> |
| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | SiteType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| children | PhysicalAddress MailingAddress UserDefined AuditTrail | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xs:element name="StorageLocationSite" type="SiteType" 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="StorageLocationAddress" type="AddressType" minOccurs="0"/> |
| namespace | http://www.eamxml.org/schema/Rev0 | ||||
| type | restriction of xs:token | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="StorageLocationTypeType"> <xs:restriction base="xs:token"> <xs:enumeration value="Warehouse"/> <xs:enumeration value="Bin"/> </xs:restriction> </xs:simpleType> |