<xsd:simpleType name="ContractStatusCodeEnumType"> <xsd:restriction base="xsd:normalizedString"> <xsd:enumeration value="Signed" /> <xsd:enumeration value="Unsigned" /> </xsd:restriction> </xsd:simpleType>