<xsd:attribute name="status" default="open"> <xsd:simpleType> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="open" /> <xsd:enumeration value="closed" /> </xsd:restriction> </xsd:simpleType> </xsd:attribute>