Definition Type: ComplexType
Name: ValuesType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CodeSupplementalDescription in schema components_xsd Drilldown into CodeValue in schema components_xsdXSD Diagram of ValuesType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="ValuesType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="CodeValue" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Associated code value one
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="CodeSupplementalDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Supplemental code description or
                        definition
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CodeValue star:CodeValue 0 (1)
CodeSupplementalDescription star:CodeSupplementalDescription 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:Values