Definition Type: ComplexType
Name: CopyServiceBaseType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: CopyService.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into CopyServiceStatus Drilldown into CopyServiceDescription Drilldown into CopyServiceDefaults Drilldown into CopyServiceConfiguration Drilldown into CopyServiceCapabilitiesReady Drilldown into CopyServiceCapabilitiesXSD Diagram of CopyServiceBaseType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="CopyServiceBaseType">
    <xs:sequence>
        <xs:element ref="CopyServiceCapabilities" minOccurs="0" />
        <xs:element ref="CopyServiceCapabilitiesReady" minOccurs="0" />
        <xs:element ref="CopyServiceConfiguration" minOccurs="0" />
        <xs:element ref="CopyServiceDefaults" minOccurs="0" />
        <xs:element ref="CopyServiceDescription" />
        <xs:element ref="CopyServiceStatus" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax" />
    <!-- CopyService - object -->
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CopyServiceCapabilities pwg:CopyServiceCapabilities 0 (1)
CopyServiceCapabilitiesReady pwg:CopyServiceCapabilitiesReady 0 (1)
CopyServiceConfiguration pwg:CopyServiceConfiguration 0 (1)
CopyServiceDefaults pwg:CopyServiceDefaults 0 (1)
CopyServiceDescription pwg:CopyServiceDescription (1) (1)
CopyServiceStatus pwg:CopyServiceStatus (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
pwg:CopyServiceType