complexType DocumentHeaderType
diagram plmxml_diagrams/plmxml_p302.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:IdBase
properties
base plm:IdBase
children plm:Schema plm:LoadOptions plm:Application
used by
element PLMXMLType/Header
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
traverseRootRefs  plm:uriReferenceListType  optional      
transferContext  xsd:string  optional      
annotation
documentation

      This element contains header information for the PLMXML document.
     
      Attributes:
   
      traverseRootRefs:   a collection of elements to start from, if traversing
                          the PLM XML elements according to some rule.
      transferContext:    a string which can be used to indicate the context in
                          which this PLMXML file is being transferred.
     
      Elements:
     
      Schema:             a collection of schema elements.
      LoadOptions:        Global options for the loading of the associated document.
      Application:        Defines the set of applications (or components) that were used to
                          author this document.
     
source <xsd:complexType name="DocumentHeaderType">
 
<xsd:annotation>
   
<xsd:documentation>
      This element contains header information for the PLMXML document.
     
      Attributes:
   
      traverseRootRefs:   a collection of elements to start from, if traversing
                          the PLM XML elements according to some rule.
      transferContext:    a string which can be used to indicate the context in
                          which this PLMXML file is being transferred.
     
      Elements:
     
      Schema:             a collection of schema elements.
      LoadOptions:        Global options for the loading of the associated document.
      Application:        Defines the set of applications (or components) that were used to
                          author this document.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:IdBase">
     
<xsd:sequence>
       
<xsd:element name="Schema" type="plm:SchemaType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="LoadOptions" type="plm:LoadOptionsType" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="Application" type="plm:ApplicationType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="traverseRootRefs" type="plm:uriReferenceListType" use="optional"/>
     
<xsd:attribute name="transferContext" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute DocumentHeaderType/@traverseRootRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="traverseRootRefs" type="plm:uriReferenceListType" use="optional"/>

attribute DocumentHeaderType/@transferContext
type xsd:string
properties
use optional
source <xsd:attribute name="transferContext" type="xsd:string" use="optional"/>

element DocumentHeaderType/Schema
diagram plmxml_diagrams/plmxml_p303.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:SchemaType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
schemaRef  plm:anyURIType  optional      
source <xsd:element name="Schema" type="plm:SchemaType" minOccurs="0" maxOccurs="unbounded"/>

element DocumentHeaderType/LoadOptions
diagram plmxml_diagrams/plmxml_p304.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:LoadOptionsType
properties
minOcc 0
maxOcc 1
content complex
children plm:PreferredRepresentations plm:SearchPaths
attributes
Name  Type  Use  Default  Fixed  Annotation
mode  plm:LoadOptionModeType    full    
errorAction  plm:LoadOptionErrorActionType    continue    
componentSet  plm:LoadOptionComponentSetType    all    
revision  plm:LoadOptionRevisionType  optional      
componentSubstitution  xsd:boolean    true    
linkedComponents  plm:LoadOptionLinkedComponentsType    none    
variant  xsd:string  optional      
partFamilyComponents  plm:LoadOptionPartFamilyComponentsType    generate    
variantRef  plm:anyURIType  optional      
lightweight  xsd:boolean    false    
source <xsd:element name="LoadOptions" type="plm:LoadOptionsType" minOccurs="0" maxOccurs="1"/>

element DocumentHeaderType/Application
diagram plmxml_diagrams/plmxml_p305.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:ApplicationType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  required      
version  xsd:string  required      
source <xsd:element name="Application" type="plm:ApplicationType" minOccurs="0" maxOccurs="unbounded"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy