Definition Type: ComplexType
Name: NameValueBase
Namespace: http://www.openapplications.org/oagis
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Note in schema components_xsd Drilldown into Description in schema components_xsd Drilldown into NameValue in schema components_xsdXSD Diagram of NameValueBase in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="NameValueBase">
    <xs:sequence>
        <xs:element name="NameValue" type="NameValuePair" minOccurs="0">
            <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:element>
        <xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Descibes the Name Value information being communicated.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="Note" type="Note" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the free form note about the information being passed.</xs:documentation>
            </xs:annotation>
        </xs:element>
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NameValue oa:NameValue 0 (1)
Description oa:Description 0 unbounded
Note oa:Note 0 unbounded
Collapse Derivation Tree:
Collapse References:
oa:FeatureValue, oa:NameValue, oa:NameValueBase