<xsd:simpleType name="MatchDocumentEnumerationType"> <xsd:restriction base="xsd:normalizedString"> <xsd:enumeration value="Invoice" /> <xsd:enumeration value="Purchase Order" /> <xsd:enumeration value="Receipt" /> <xsd:enumeration value="Inspection" /> </xsd:restriction> </xsd:simpleType>