diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:ConfigurationViewType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:AssociatedAttachment plm:Occurrence plm:ConfiguredOccurrenceGroup plm:Transform | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:IDREFS | ||
properties |
|
||
source | <xsd:attribute name="rootRefs" type="xsd:IDREFS" use="optional" plm:refType="plm:Occurrence plm:ConfiguredOccurrenceGroup"/> |
type | plm:ProductViewDefinitionType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xsd:attribute name="definition" type="plm:ProductViewDefinitionType" use="optional"/> |
type | plm:ProductViewUsageType | ||||||||||||||||||
properties |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
source | <xsd:attribute name="usage" type="plm:ProductViewUsageType" use="optional"/> |
type | xsd:IDREF | ||
properties |
|
||
source | <xsd:attribute name="primaryOccurrenceRef" type="xsd:IDREF" use="optional" plm:deprecated="true"/> |