Definition Type: ComplexType
Name: UsageType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into FieldUsage in schema components_xsd Drilldown into XMLNoun in schema components_xsdXSD Diagram of UsageType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="UsageType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="XMLNoun" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Transfer interface code identifying which interface may use
                            this standard code table. May be blank if not interface specific. (Would
                            be the XML noun name)
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="FieldUsage" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        STAR Field name utilizing this standard code
                        table
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
XMLNoun star:XMLNoun 0 (1)
FieldUsage star:FieldUsage 0 (1)
Collapse Derivation Tree:
Collapse References:
star:Usage