Definition Type: ComplexType
Name: FeatureValue
Namespace: http://www.openapplications.org/oagis
Type: oa:NameValueBase
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into Sequence in schema components_xsd Drilldown into PartyReferences in schema components_xsd Drilldown into UOM in schema components_xsd Drilldown into Qualification in schema components_xsd Drilldown into EffectivePeriod in schema components_xsd Drilldown into Note in schema components_xsd Drilldown into Description in schema components_xsd Drilldown into NameValue in schema components_xsd Drilldown into NameValueBase in schema components_xsdXSD Diagram of FeatureValue in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="FeatureValue">
    <xs:complexContent>
        <xs:extension base="NameValueBase">
            <xs:sequence>
                <xs:element name="EffectivePeriod" type="TimePeriod" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">Identifies the effective period of the Feature Value</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="Qualification" type="Code" minOccurs="0" maxOccurs="unbounded">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">Lists any further qualifications for the value.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="UOM" type="UOM" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">Identifies the Unit of Measure for the Feature.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element ref="PartyReferences" minOccurs="0" />
                <xs:element name="Sequence" type="Code" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">Identifies the Sequence of the Feature Value.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element ref="UserArea" minOccurs="0" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</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
EffectivePeriod oa:EffectivePeriod 0 (1)
Qualification oa:Qualification 0 unbounded
UOM oa:UOM 0 (1)
PartyReferences oa:PartyReferences 0 (1)
Sequence oa:Sequence 0 (1)
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:Featureoa:FeatureValue,