PwgSmRev1-185 - ImagingServiceDescriptionSetType

complexType ImagingServiceDescriptionSetType
diagram PwgSmRev1-185_p1384.png
namespace http://www.pwg.org/schemas/2012/12/sm
children CharsetConfigured CharsetSupported DeviceId MakeAndModel MessageFromOperator NaturalLanguageConfigured NaturalLanguageSupported OperationsSupported OwnerUri OwnerVCard ServiceChargeInfo ServiceChargeInfoUri ServiceGeoLocation ServiceInfo ServiceOrganizations ServiceLocation ServiceName VersionsSupported XriSupported
used by
complexTypes CopyServiceDescriptionSetType SystemControlServiceDescriptionSetType
attributes
Name  Type  Use  Default  Fixed  Annotation
source <xs:complexType name="ImagingServiceDescriptionSetType">
 
<xs:sequence>
   
<!--  service type (function of this service object) REQUIRED - MUST be single-valued  see WIMS Object Model - section 4 [WIMS-PRO] -->
   
<xs:element ref="CharsetConfigured" minOccurs="0"/>
   
<xs:element ref="CharsetSupported" minOccurs="0"/>
   
<xs:element ref="DeviceId" minOccurs="0"/>
   
<xs:element ref="MakeAndModel" minOccurs="0"/>
   
<xs:element ref="MessageFromOperator" minOccurs="0"/>
   
<xs:element ref="NaturalLanguageConfigured" minOccurs="0"/>
   
<xs:element ref="NaturalLanguageSupported" minOccurs="0"/>
   
<xs:element ref="OperationsSupported" minOccurs="0"/>
   
<xs:element ref="OwnerUri" minOccurs="0"/>
   
<xs:element ref="OwnerVCard" minOccurs="0"/>
   
<xs:element ref="ServiceChargeInfo" minOccurs="0"/>
   
<xs:element ref="ServiceChargeInfoUri" minOccurs="0"/>
   
<xs:element ref="ServiceGeoLocation" minOccurs="0"/>
   
<xs:element ref="ServiceInfo" minOccurs="0"/>
   
<xs:element ref="ServiceOrganizations" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element ref="ServiceLocation" minOccurs="0"/>
   
<xs:element ref="ServiceName" minOccurs="0"/>
   
<!--  list of URI supported by this service  REQUIRED - MAY be multi-valued  see printer-uri-supported - section 4.4.1 [RFC2911] -->
   
<!-- service vendor-supplied description and/or label  OPTIONAL - MUST be single-valued  see printer-info - section 4.4.6 [RFC2911] -->
   
<!--  Object administrative name OPTIONAL - MUST be single-valued  see printer-name - section 4.4.4 [RFC2911]  see prtGeneralPrinterName - section 6 [RFC3805] -->
   
<!-- list of services (by ID/name/URI) subordinate to this service  REQUIRED - MAY be multi-valued -->
   
<!-- list of devices (by ID/name/URI) subordinate to this service  REQUIRED - MAY be multi-valued -->
   
<!-- list of subunits (by ID) supported by this service,  REQUIRED - MAY be multi-valued  see Printer Sub-Units - section 2.2 [RFC3805] -->
   
<!--  document formats supported by this service REQUIRED - MAY be multi-valued  see document-format-supported - section 4.4.22 [RFC2911] -->
   
<!-- list of resources (by ID/name/URI) supported by this service  OPTIONAL - MAY be multi-valued see ResourceId in Resource XML schema  see ResourceName in Resource XML schema -->
   
<xs:element ref="VersionsSupported" minOccurs="0"/>
   
<xs:element name="XriSupported" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Xri" minOccurs="0" maxOccurs="unbounded">
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="XriUri" type="xs:anyURI" minOccurs="0"/>
               
<xs:element name="XriAuthentication" minOccurs="0">
                 
<xs:simpleType>
                   
<xs:union memberTypes="UriAuthenticationWKV KeywordNsExtensionPattern"/>
                 
</xs:simpleType>
               
</xs:element>
               
<xs:element name="XriSecurity" minOccurs="0">
                 
<xs:simpleType>
                   
<xs:union memberTypes="UriSecurityWKV KeywordNsExtensionPattern"/>
                 
</xs:simpleType>
               
</xs:element>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
 
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>

element ImagingServiceDescriptionSetType/XriSupported
diagram PwgSmRev1-185_p1385.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 0
maxOcc 1
content complex
children Xri
source <xs:element name="XriSupported" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Xri" minOccurs="0" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="XriUri" type="xs:anyURI" minOccurs="0"/>
           
<xs:element name="XriAuthentication" minOccurs="0">
             
<xs:simpleType>
               
<xs:union memberTypes="UriAuthenticationWKV KeywordNsExtensionPattern"/>
             
</xs:simpleType>
           
</xs:element>
           
<xs:element name="XriSecurity" minOccurs="0">
             
<xs:simpleType>
               
<xs:union memberTypes="UriSecurityWKV KeywordNsExtensionPattern"/>
             
</xs:simpleType>
           
</xs:element>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ImagingServiceDescriptionSetType/XriSupported/Xri
diagram PwgSmRev1-185_p1386.png
namespace http://www.pwg.org/schemas/2012/12/sm
properties
minOcc 0
maxOcc unbounded
content complex
children XriUri XriAuthentication XriSecurity
source <xs:element name="Xri" minOccurs="0" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="XriUri" type="xs:anyURI" minOccurs="0"/>
     
<xs:element name="XriAuthentication" minOccurs="0">
       
<xs:simpleType>
         
<xs:union memberTypes="UriAuthenticationWKV KeywordNsExtensionPattern"/>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="XriSecurity" minOccurs="0">
       
<xs:simpleType>
         
<xs:union memberTypes="UriSecurityWKV KeywordNsExtensionPattern"/>
       
</xs:simpleType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element ImagingServiceDescriptionSetType/XriSupported/Xri/XriUri
diagram PwgSmRev1-185_p1387.png
namespace http://www.pwg.org/schemas/2012/12/sm
type xs:anyURI
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="XriUri" type="xs:anyURI" minOccurs="0"/>

element ImagingServiceDescriptionSetType/XriSupported/Xri/XriAuthentication
diagram PwgSmRev1-185_p1388.png
namespace http://www.pwg.org/schemas/2012/12/sm
type union of (UriAuthenticationWKV, KeywordNsExtensionPattern)
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="XriAuthentication" minOccurs="0">
 
<xs:simpleType>
   
<xs:union memberTypes="UriAuthenticationWKV KeywordNsExtensionPattern"/>
 
</xs:simpleType>
</xs:element>

element ImagingServiceDescriptionSetType/XriSupported/Xri/XriSecurity
diagram PwgSmRev1-185_p1389.png
namespace http://www.pwg.org/schemas/2012/12/sm
type union of (UriSecurityWKV, KeywordNsExtensionPattern)
properties
minOcc 0
maxOcc 1
content simple
source <xs:element name="XriSecurity" minOccurs="0">
 
<xs:simpleType>
   
<xs:union memberTypes="UriSecurityWKV KeywordNsExtensionPattern"/>
 
</xs:simpleType>
</xs:element>


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