Definition Type: ComplexType
Name: IntervalType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Enable the capability to handle intervals of different types.
Collapse XSD Schema Diagram:
Drilldown into IntervalEnd in schema components_xsd Drilldown into IntervalStart in schema components_xsd Drilldown into UOMCode in schema components_xsd Drilldown into IntervalType in schema components_xsdXSD Diagram of IntervalType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="IntervalType">
    <xsd:annotation>
        <xsd:documentation>
                Enable the capability to handle intervals of different types.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="IntervalType" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Type of Interval
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="UOMCode" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        The Unit Of Measure for the Interval
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="IntervalStart" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Specifies the start of the interval
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="IntervalEnd" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                        Specifies the end of the interval
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IntervalType star:IntervalType 0 1
UOMCode star:UOMCode 0 1
IntervalStart star:IntervalStart 0 1
IntervalEnd star:IntervalEnd 0 1
Collapse Derivation Tree:
Collapse References:
star:Interval