Definition Type: ComplexType
Name: JobSaveDispositionType
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgCommon.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into SaveInfo Drilldown into SaveDisposition Drilldown into MustHonorXSD Diagram of JobSaveDispositionType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="JobSaveDispositionType">
    <xs:sequence>
        <xs:element ref="SaveDisposition" minOccurs="0" />
        <xs:element ref="SaveInfo" minOccurs="0" maxOccurs="unbounded" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attribute ref="MustHonor" />
    <xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SaveDisposition pwg:SaveDisposition 0 (1)
SaveInfo pwg:SaveInfo 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
MustHonor pwg:MustHonor (Optional)
<anyAttribute> Allowed namespace: '##other'
Collapse Derivation Tree:
Collapse References:
pwg:JobSaveDisposition