Definition Type: ComplexType
Name: NameValuePairType
Namespace: http://www.openapplications.org/oagis/9
Type: oagis:StringType
Containing Schema: Components.xsd
Abstract
Documentation:
Is the tag and information of the new information to be passed.
Collapse XSD Schema Diagram:
Drilldown into unitCodeListVersionID in schema components_xsd1 Drilldown into unitCode in schema components_xsd1 Drilldown into type in schema components_xsd1 Drilldown into name in schema components_xsd1XSD Diagram of NameValuePairType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="NameValuePairType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            Is the tag and information of the new information to be passed.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="StringType">
            <xsd:attribute name="name" type="NormalizedStringType" use="required">
                <xsd:annotation>
                    <xsd:documentation source="http://www.openapplications.org/oagis/9">
                     Is the name of the tag for the information being passed.
                  </xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="type" type="NormalizedStringType" use="optional">
                <xsd:annotation>
                    <xsd:documentation source="http://www.openapplications.org/oagis/9">
                     Is the type of the information being passed in the NameValue.
                  </xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
            <xsd:attribute name="unitCode" type="UnitCodeContentType" use="optional" />
            <xsd:attribute name="unitCodeListVersionID" type="NormalizedStringType" use="optional" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
name oagis:name Required
type oagis:type Optional
unitCode oagis:unitCode Optional
unitCodeListVersionID oagis:unitCodeListVersionID Optional
Collapse Derivation Tree:
Collapse References:
oagis:NameValue