<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>
|