<xs:complexType name="REVIEW_TYPE">
<xs:annotation>
<xs:documentation>CAUTION: This complexType is still very much a strawman and is certain to change. Do NOT use for now.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="REVIEW_DATE" type="xs:date">
<xs:annotation>
<xs:documentation>Date that the concept and its children elements were reviewed.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="REVIEW_STATUS" type="REVIEW_STATUS_TYPE">
<xs:annotation>
<xs:documentation>A note about a modification to a concept.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="REVIEW_BODY" type="REVIEW_BODY_TYPE">
<xs:annotation>
<xs:documentation>A note about a modification to a concept.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="REVIEW_CONTACT_NAME" type="xs:string">
<xs:annotation>
<xs:documentation>First name followed by last name of reviewer. Could potentially add a REVIEWER_AGENCY element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="REVIEW_CONTACT_EMAIL" type="xs:string">
<xs:annotation>
<xs:documentation>Email address of person to contact about the review.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |