PwgPrintJobTicket_v1.0 - MediaTypeExtensionPattern

simpleType MediaTypeExtensionPattern
namespace http://www.pwg.org/schemas/2012/8/sm
type restriction of xs:NMTOKEN
properties
base xs:NMTOKEN
used by
elements MediaColSupportedType/MediaType/AllowedValue MediaTypeSupportedType/AllowedValue
simpleType MediaTypeType
facets
Kind Value annotation 
maxLength 255 
pattern custom-media-type-[a-z][a-z0-9\-]* 
source <xs:simpleType name="MediaTypeExtensionPattern">
 
<xs:restriction base="xs:NMTOKEN">
   
<xs:maxLength value="255"/>
   
<xs:pattern value="custom-media-type-[a-z][a-z0-9\-]*"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy