complexType PlantViewType
diagram plmxml_diagrams/plmxml_p1105.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ConfigurationViewType
properties
base plm:ConfigurationViewType
children plm:Description plm:ApplicationRef plm:Attribute plm:AssociatedAttachment plm:Occurrence plm:ConfiguredOccurrenceGroup plm:Transform
used by
element PlantView
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
ruleRefs  plm:uriReferenceListType  optional      
attachmentRefs  plm:uriReferenceListType  optional      
rootRefs  xsd:IDREFS  optional      
definition  plm:ProductViewDefinitionType  optional      
usage  plm:ProductViewUsageType  optional      
primaryOccurrenceRef  xsd:IDREF  optional      
annotation
documentation

      PlantView. This is a collection of Occurrences of Parts within one
      Assembly, i.e. it selects certain Occurrences, for example in order to
      display them.

      All the root Occurrences (given by rootRefs) must
      have the same 'top Structure'. This is called the 'top Structure' of the
      PlantView.
  
      Attributes:
     
      definition:     how the PlantView is defined.
                          
      usage:          This optional attribute specifies the intent of the PlantView.
                     
      rootRefs:       specifies the root Occurrences, i.e. those which are not children
                      of other Occurrences in this PlantView.
                    
      primaryOccurrenceRef: (deprecated). Used when there is only one root Occurrence.
      
      SubElements:
     
      Occurrence:           the Occurrences in the PlantView.
      ConfiguredOccurrenceGroup: ConfiguredOccurrenceGroups in the PlantView
      Transform:            Transforms which may be referenced by the Occurrences.
     
source <xsd:complexType name="PlantViewType">
 
<xsd:annotation>
   
<xsd:documentation>
      PlantView. This is a collection of Occurrences of Parts within one
      Assembly, i.e. it selects certain Occurrences, for example in order to
      display them.

      All the root Occurrences (given by rootRefs) must
      have the same 'top Structure'. This is called the 'top Structure' of the
      PlantView.
  
      Attributes:
     
      definition:     how the PlantView is defined.
                          
      usage:          This optional attribute specifies the intent of the PlantView.
                     
      rootRefs:       specifies the root Occurrences, i.e. those which are not children
                      of other Occurrences in this PlantView.
                    
      primaryOccurrenceRef: (deprecated). Used when there is only one root Occurrence.
      
      SubElements:
     
      Occurrence:           the Occurrences in the PlantView.
      ConfiguredOccurrenceGroup: ConfiguredOccurrenceGroups in the PlantView
      Transform:            Transforms which may be referenced by the Occurrences.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ConfigurationViewType">
     
<xsd:choice minOccurs="0" maxOccurs="unbounded">
       
<xsd:element ref="plm:Occurrence"/>
       
<xsd:element ref="plm:ConfiguredOccurrenceGroup"/>
       
<xsd:element ref="plm:Transform"/>
     
</xsd:choice>
     
<xsd:attribute name="rootRefs" type="xsd:IDREFS" use="optional" plm:refType="plm:Occurrence plm:ConfiguredOccurrenceGroup"/>
     
<xsd:attribute name="definition" type="plm:ProductViewDefinitionType" use="optional"/>
     
<xsd:attribute name="usage" type="plm:ProductViewUsageType" use="optional"/>
     
<xsd:attribute name="primaryOccurrenceRef" type="xsd:IDREF" use="optional" plm:deprecated="true"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute PlantViewType/@rootRefs
type xsd:IDREFS
properties
use optional
source <xsd:attribute name="rootRefs" type="xsd:IDREFS" use="optional" plm:refType="plm:Occurrence plm:ConfiguredOccurrenceGroup"/>

attribute PlantViewType/@definition
type plm:ProductViewDefinitionType
properties
use optional
facets
Kind Value Annotation
enumeration select
enumeration overlay
source <xsd:attribute name="definition" type="plm:ProductViewDefinitionType" use="optional"/>

attribute PlantViewType/@usage
type plm:ProductViewUsageType
properties
use optional
facets
Kind Value Annotation
enumeration visual
enumeration arrangement
enumeration variant
enumeration modelView
enumeration pose
source <xsd:attribute name="usage" type="plm:ProductViewUsageType" use="optional"/>

attribute PlantViewType/@primaryOccurrenceRef
type xsd:IDREF
properties
use optional
source <xsd:attribute name="primaryOccurrenceRef" type="xsd:IDREF" use="optional" plm:deprecated="true"/>


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