<xsd:element name="ProcessType" minOccurs="0">
<xsd:simpleType>
<xsd:restriction base="StringType">
<xsd:enumeration value="T">
<xsd:annotation>
<xsd:documentation>Test</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="P">
<xsd:annotation>
<xsd:documentation>Production</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
|