<xsd:simpleType name="RequestEnumeratedType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Type of request</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Complete">
<xsd:annotation>
<xsd:documentation>Send all of the data.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Changes">
<xsd:annotation>
<xsd:documentation>Send the data that has changed.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|