Definition Type: Element
Name: PdlInitFile
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgCommon.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into PdlInitFileEntry Drilldown into PdlInitFileName Drilldown into PdlInitFileLocationXSD Diagram of PdlInitFile
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="PdlInitFile" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PdlInitFileLocation" type="xs:anyURI" minOccurs="0" />
            <xs:element name="PdlInitFileName" type="xs:string" />
            <xs:element name="PdlInitFileEntry" type="xs:string" minOccurs="0" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PdlInitFileLocation pwg:PdlInitFileLocation 0 (1)
PdlInitFileName pwg:PdlInitFileName (1) (1)
PdlInitFileEntry pwg:PdlInitFileEntry 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded