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