Definition Type: Element
Name: ResourceFormat
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgCommon.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into DocumentFormat Drilldown into ResourceNamespaceXSD Diagram of ResourceFormat
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="ResourceFormat" minOccurs="0">
    <xs:complexType>
        <xs:choice>
            <xs:element ref="ResourceNamespace" />
            <xs:element ref="DocumentFormat" />
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ResourceNamespace pwg:ResourceNamespace (1) (1)
DocumentFormat pwg:DocumentFormat (1) (1)