Definition Type: ComplexType
Name: GeographicalConstraintsType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into GeographicalConstraintDescription in schema components_xsd Drilldown into GeographicalConstraintTypeCode in schema components_xsdXSD Diagram of GeographicalConstraintsType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="GeographicalConstraintsType">
    <xsd:sequence>
        <xsd:element name="GeographicalConstraintTypeCode" type="scl:GeographicalConstraintTypeEnumeratedType">
            <xsd:annotation>
                <xsd:documentation>Identifies the geographical region or code by which the initiative is constrained.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="1" name="GeographicalConstraintDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>Free-form text field describing the value of the constraints, i.e., the country name(s) to which the initiative applies, US state(s) to which the initiative applies, zip code(s) to which the initiative applies, etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
GeographicalConstraintTypeCode star:GeographicalConstraintTypeCode (1) (1)
GeographicalConstraintDescription star:GeographicalConstraintDescription 1 unbounded
Collapse Derivation Tree:
Collapse References:
star:GeographicalConstraints