| namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||||||||||||||||||||||||||
| type | restriction of xs:NMTOKEN | ||||||||||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||||||||||
| used by | 
 | ||||||||||||||||||||||||||||||
| facets | 
 | ||||||||||||||||||||||||||||||
| source | <xs:simpleType name="HoldUntilWKV"> <xs:restriction base="xs:NMTOKEN"> <xs:maxLength value="255"/> <xs:enumeration value="DayTime"/> <xs:enumeration value="Evening"/> <xs:enumeration value="Indefinite"/> <xs:enumeration value="Night"/> <xs:enumeration value="NoHold"/> <xs:enumeration value="SecondShift"/> <xs:enumeration value="ThirdShift"/> <xs:enumeration value="Weekend"/> </xs:restriction> </xs:simpleType> |