| type | restriction of xs:string | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| used by | |||||||||||||||||||
| facets |
|
||||||||||||||||||
| source | <xs:simpleType name="RetailProfessionalBothNeitherType"> <xs:restriction base="xs:string"> <xs:length value="1"/> <xs:enumeration value="R"/> <xs:enumeration value="P"/> <xs:enumeration value="B"/> <xs:enumeration value="N"/> </xs:restriction> </xs:simpleType> |