Element | Value |
<xs:attribute name="property" default="valid"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="valid"/> <xs:enumeration value="invalid"/> <xs:enumeration value="missing"/> </xs:restriction> </xs:simpleType> </xs:attribute> |