| namespace | http://www.pwg.org/schemas/2012/12/sm | ||||||||||||||||||||||||
| type | restriction of xs:NMTOKEN | ||||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||||
| used by | 
 | ||||||||||||||||||||||||
| facets | 
 | ||||||||||||||||||||||||
| source | <xs:simpleType name="InputTrayTypeWKV"> <xs:restriction base="xs:NMTOKEN"> <xs:enumeration value="Other"/> <xs:enumeration value="Unknown"/> <xs:enumeration value="SheetFeedAutoRemovableTray"/> <xs:enumeration value="SheetFeedAutoNonRemovableTray"/> <xs:enumeration value="SheetFeedManual"/> <xs:enumeration value="ContinuousRoll"/> <xs:enumeration value="ContinuousFanFold"/> </xs:restriction> <!-- input tray type --> <!-- see PrtInputTypeTC in [RFC3805] and [IANA-PRT] --> </xs:simpleType> |