Definition Type: ComplexType
Name: FacilityOAGIType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
This is a STAR specific version of the OAGIS 9.1 FacilityType. A Facility identifies a location within an entity. The facility may have sub-locators identified using a sequenced identification notation e.g. Warehouse A100 Sub-Location 11, Row R10 would be represented as an array of three Facility elements with values as A100, 11, R10, name attribute as Warehouse, Sub-Location and Row and sequence attribute as 1,2 and 3 respectively.
Collapse XSD Schema Diagram:
Drilldown into GeographicalCoordinate in schema components_xsd Drilldown into SpecifiedAddress in schema components_xsd Drilldown into Note in schema fields_xsd1 Drilldown into Description in schema components_xsd Drilldown into Name in schema fields_xsd1 Drilldown into IDs in schema components_xsdXSD Diagram of FacilityOAGIType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="FacilityOAGIType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5"> This is a STAR specific
                version of the OAGIS 9.1 FacilityType. A Facility identifies a location within an
                entity. The facility may have sub-locators identified using a sequenced
                identification notation e.g. Warehouse A100 Sub-Location 11, Row R10 would be
                represented as an array of three Facility elements with values as A100, 11, R10,
                name attribute as Warehouse, Sub-Location and Row and sequence attribute as 1,2 and
                3 respectively. </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="IDs" type="oagis:SequencedIDsType" />
        <xsd:element maxOccurs="1" minOccurs="0" ref="oagis:Name" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5" />
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="oagis:Note" />
        <xsd:element maxOccurs="1" minOccurs="0" ref="SpecifiedAddress" />
        <xsd:element maxOccurs="1" minOccurs="0" ref="GeographicalCoordinate" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IDs star:IDs 0 1
Name oagis:Name 0 1
Description star:Description 0 unbounded
Note oagis:Note 0 unbounded
SpecifiedAddress star:SpecifiedAddress 0 1
GeographicalCoordinate star:GeographicalCoordinate 0 1
Collapse Derivation Tree:
Collapse References:
star:Facility