<xsd:complexType name="PropertyType">
<xsd:sequence>
<xsd:element name="Name" type="xsd:QName">
<xsd:annotation>
<xsd:documentation>
The Name element contains the name of a feature property
to be updated.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Value" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
The Value element contains the replacement value for the
named property.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|