<xs:simpleType name="ConfirmationStatus">
<xs:restriction base="xs:string">
<xs:enumeration value="Valid">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">The BOD has been received and can be processed. It has passed syntax validation, but not content validation.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Invalid">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">The BOD is syntactically or structurally incorrect.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Accepted">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">The BOD is "Valid" and has been processed.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Rejected">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">The BOD is "Valid" but not processed.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
|