<xsd:element name="status" minOccurs="0" maxOccurs="1" nillable="true">
<xsd:annotation>
<xsd:documentation xml:lang="en">Classification of a reflection so as to indicate its status with respect to inclusion in the refinement and the calculation of R factors.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="o"/>
<xsd:enumeration value="<"/>
<xsd:enumeration value="-"/>
<xsd:enumeration value="x"/>
<xsd:enumeration value="h"/>
<xsd:enumeration value="l"/>
<xsd:enumeration value="f"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element> |