Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Included schema PwgTypes.xsd
Namespace http://www.pwg.org/schemas/smpjt3d10
Annotations
PWG Semantic Model v1.0
Copyright © 2002-2017 The IEEE-ISTO Printer Working Group.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Semantic types used for all elements.
Properties
attribute form default qualified
element form default qualified
version 1.0
Schema location file:/Users/mike/c/ippregistry/smpjt3d10-1.0/PwgTypes.xsd
Element RangeOfIntType / LowerBound
Namespace http://www.pwg.org/schemas/smpjt3d10
Diagram
Diagram
Type xs:int
Properties
content simple
Source
<xs:element name="LowerBound" type="xs:int"/>
Schema location file:/Users/mike/c/ippregistry/smpjt3d10-1.0/PwgTypes.xsd
Element RangeOfIntType / UpperBound
Namespace http://www.pwg.org/schemas/smpjt3d10
Diagram
Diagram
Type xs:int
Properties
content simple
Source
<xs:element name="UpperBound" type="xs:int"/>
Schema location file:/Users/mike/c/ippregistry/smpjt3d10-1.0/PwgTypes.xsd
Element ResolutionType / CrossFeedDir
Namespace http://www.pwg.org/schemas/smpjt3d10
Diagram
Diagram
Type xs:int
Properties
content simple
Source
<xs:element name="CrossFeedDir" type="xs:int"/>
Schema location file:/Users/mike/c/ippregistry/smpjt3d10-1.0/PwgTypes.xsd
Element ResolutionType / FeedDir
Namespace http://www.pwg.org/schemas/smpjt3d10
Diagram
Diagram
Type xs:int
Properties
content simple
Source
<xs:element name="FeedDir" type="xs:int"/>
Schema location file:/Users/mike/c/ippregistry/smpjt3d10-1.0/PwgTypes.xsd
Element ResolutionType / Units
Namespace http://www.pwg.org/schemas/smpjt3d10
Diagram
Diagram PwgTypes_xsd.tmp#UnitsWKV
Type UnitsWKV
Properties
content simple
Facets
maxLength 255
enumeration Dpi
enumeration Dpcm
Source
<xs:element name="Units" type="UnitsWKV"/>
Schema location file:/Users/mike/c/ippregistry/smpjt3d10-1.0/PwgTypes.xsd
Simple Type OctetStringType
Namespace http://www.pwg.org/schemas/smpjt3d10
Diagram
Diagram
Type restriction of xs:base64Binary
Facets
maxLength 43690
Used by
Source
<xs:simpleType name="OctetStringType">
  <xs:restriction base="xs:base64Binary">
    <xs:maxLength value="43690"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/mike/c/ippregistry/smpjt3d10-1.0/PwgTypes.xsd
Simple Type NameType
Namespace http://www.pwg.org/schemas/smpjt3d10
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 255
Used by
Source
<xs:simpleType name="NameType">
  <xs:restriction base="xs:string">
    <xs:maxLength value="255"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/mike/c/ippregistry/smpjt3d10-1.0/PwgTypes.xsd
Simple Type TextType
Namespace http://www.pwg.org/schemas/smpjt3d10
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 1023
Used by
Source
<xs:simpleType name="TextType">
  <xs:restriction base="xs:string">
    <xs:maxLength value="1023"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/mike/c/ippregistry/smpjt3d10-1.0/PwgTypes.xsd
Simple Type MimeMediaType
Namespace http://www.pwg.org/schemas/smpjt3d10
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
maxLength 255
Used by
Source
<xs:simpleType name="MimeMediaType">
  <xs:restriction base="xs:NMTOKEN">
    <xs:maxLength value="255"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/mike/c/ippregistry/smpjt3d10-1.0/PwgTypes.xsd
Complex Type RangeOfIntType
Namespace http://www.pwg.org/schemas/smpjt3d10
Diagram
Diagram PwgTypes_xsd.tmp#RangeOfIntType_LowerBound PwgTypes_xsd.tmp#RangeOfIntType_UpperBound
Used by
Model
Children LowerBound, UpperBound
Source
<xs:complexType name="RangeOfIntType">
  <xs:sequence>
    <xs:element name="LowerBound" type="xs:int"/>
    <xs:element name="UpperBound" type="xs:int"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/mike/c/ippregistry/smpjt3d10-1.0/PwgTypes.xsd
Simple Type ElementWKV
Namespace http://www.pwg.org/schemas/smpjt3d10
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
maxLength 255
Source
<xs:simpleType name="ElementWKV">
  <xs:restriction base="xs:NMTOKEN">
    <xs:maxLength value="255"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/mike/c/ippregistry/smpjt3d10-1.0/PwgTypes.xsd
Simple Type CharsetType
Namespace http://www.pwg.org/schemas/smpjt3d10
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
maxLength 63
Source
<xs:simpleType name="CharsetType">
  <xs:restriction base="xs:NMTOKEN">
    <xs:maxLength value="63"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/mike/c/ippregistry/smpjt3d10-1.0/PwgTypes.xsd
Simple Type NaturalLanguageType
Namespace http://www.pwg.org/schemas/smpjt3d10
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
maxLength 63
Source
<xs:simpleType name="NaturalLanguageType">
  <xs:restriction base="xs:NMTOKEN">
    <xs:maxLength value="63"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/mike/c/ippregistry/smpjt3d10-1.0/PwgTypes.xsd
Complex Type ResolutionType
Namespace http://www.pwg.org/schemas/smpjt3d10
Diagram
Diagram PwgTypes_xsd.tmp#ResolutionType_CrossFeedDir PwgTypes_xsd.tmp#ResolutionType_FeedDir PwgTypes_xsd.tmp#ResolutionType_Units
Model
Children CrossFeedDir, FeedDir, Units
Source
<xs:complexType name="ResolutionType">
  <xs:sequence>
    <xs:element name="CrossFeedDir" type="xs:int"/>
    <xs:element name="FeedDir" type="xs:int"/>
    <xs:element name="Units" type="UnitsWKV"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/Users/mike/c/ippregistry/smpjt3d10-1.0/PwgTypes.xsd
Simple Type UnitsWKV
Namespace http://www.pwg.org/schemas/smpjt3d10
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
maxLength 255
enumeration Dpi
enumeration Dpcm
Used by
Source
<xs:simpleType name="UnitsWKV">
  <xs:restriction base="xs:NMTOKEN">
    <xs:maxLength value="255"/>
    <xs:enumeration value="Dpi"/>
    <xs:enumeration value="Dpcm"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/Users/mike/c/ippregistry/smpjt3d10-1.0/PwgTypes.xsd