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