| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| used by | ||||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xs:simpleType name="YesNoType"> <xs:annotation> <xs:documentation>YES or NO</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="YES"/> <xs:enumeration value="NO"/> </xs:restriction> </xs:simpleType> |