Definition Type: ComplexType
Name: NameValuePairType
Namespace: http://www.openapplications.org/oagis/9
Type: nsA: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_xsd Drilldown into unitCode in schema components_xsd Drilldown into type in schema components_xsd Drilldown into name in schema components_xsdXSD Diagram of NameValuePairType in schema components_xsd (Open Applications Group (OAGIS))
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 nsA:name Required
type nsA:type Optional
unitCode nsA:unitCode Optional
unitCodeListVersionID nsA:unitCodeListVersionID Optional
Collapse Derivation Tree:
Collapse References:
nsA:NameValue