Definition Type: Element
Name: ImagingService
Namespace: http://www.pwg.org/schemas/2016/01/sm
Type: pwg:ImagingServiceType
Containing Schema: ServiceTypes.xsd
Abstract
Documentation:
Abstract Base Class
Collapse XSD Schema Diagram:
Drilldown into ImagingJobTable Drilldown into ImagingServiceStatus Drilldown into ImagingServiceDescription Drilldown into ImagingServiceDefaults Drilldown into ImagingServiceConfiguration Drilldown into ImagingServiceCapabilitiesReady Drilldown into ImagingServiceCapabilities Drilldown into ImagingServiceAvailableJobTicket Drilldown into ImagingServiceTypeXSD Diagram of ImagingService
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="ImagingService">
    <xs:annotation>
        <xs:documentation>Abstract Base Class</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="ImagingServiceType">
                <xs:sequence>
                    <xs:element name="ImagingJobTable">
                        <xs:annotation>
                            <xs:documentation>Abstract Base Class</xs:documentation>
                        </xs:annotation>
                        <xs:complexType>
                            <xs:sequence>
                                <xs:element name="ActiveImagingJobs" type="ImagingJobsType">
                                    <xs:annotation>
                                        <xs:documentation>Abstract Base Class</xs:documentation>
                                    </xs:annotation>
                                </xs:element>
                                <xs:element name="ImagingJobHistory" type="ImagingJobsType" minOccurs="0">
                                    <xs:annotation>
                                        <xs:documentation>Abstract Base Class</xs:documentation>
                                    </xs:annotation>
                                </xs:element>
                            </xs:sequence>
                            <xs:anyAttribute namespace="##other" />
                        </xs:complexType>
                    </xs:element>
                </xs:sequence>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ImagingServiceAvailableJobTicket pwg:ImagingServiceAvailableJobTicket 0 (1)
ImagingServiceCapabilities pwg:ImagingServiceCapabilities 0 (1)
ImagingServiceCapabilitiesReady pwg:ImagingServiceCapabilitiesReady 0 (1)
ImagingServiceConfiguration pwg:ImagingServiceConfiguration 0 (1)
ImagingServiceDefaults pwg:ImagingServiceDefaults 0 (1)
ImagingServiceDescription pwg:ImagingServiceDescription (1) (1)
ImagingServiceStatus pwg:ImagingServiceStatus (1) (1)
ImagingJobTable pwg:ImagingJobTable (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree: