Definition Type: ComplexType
Name: NameValuePair
Namespace: http://www.openapplications.org/oagis
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Fields.xsd
Abstract
Documentation:
Is the tag and information of the new information to be passed.
Collapse XSD Schema Diagram:
Drilldown into type in schema fields_xsd Drilldown into name in schema fields_xsdXSD Diagram of NameValuePair in schema fields_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="NameValuePair">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Is the tag and information of the new information to be passed.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="xs:string">
            <xs:attribute name="name" type="Tag" use="required">
                <xs:annotation>
                    <xs:documentation source="http://www.openapplications.org/oagis">Is the name of the tag for the information being passed.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
            <xs:attribute name="type" type="Type" use="optional">
                <xs:annotation>
                    <xs:documentation source="http://www.openapplications.org/oagis">Is the type of the information being passed in the NameValue.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
name oa:name Required
type oa:type Optional
Collapse Derivation Tree:
Collapse References:
oa:NameValue