diagram | ![]() |
||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||
type | extension of plm:StructureRevisionViewBase | ||
properties |
|
||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:Occurrence plm:PropertyGroup plm:RepresentationEntity plm:EntityPropertyGroup plm:SymbolicOccurrence plm:Representation | ||
used by |
|
||
attributes | |||
annotation |
|
||
source | <xsd:complexType name="ProductRevisionViewType"> <xsd:annotation> <xsd:documentation> This is a 'view' (e.g. 'design', 'manufacturing', 'maintenance') of a revision of a Product. Attributes: representationRefs: Representations of the ProductRevisionView. materialRef: an optional Material for use when displaying the ProductRevisionView. preferredUnits: (deprecated) The units preferred when presenting this element to the user. Note that this does NOT affect any numerical values representing lengths in the PLMXML file - these are always in metres. This attribute is deprecated - use a DisplayPreferences Property instead. geometryRefs: geometry elements referenced by the ProductRevisionView. type: assembly, minimal, wire, solid, sheet or general. annotation3DGroupRefs: (deprecated) reference to any 3D Annotation groups associated with the ProductRevisionView. (note: these are not defined within this schema). partRefs: (deprecated). If an assembly, it is also possible to 'instance' other Parts directly without the need for an actual Instance element. However this is limited to cases where information stored on the Instance (such as Transform) is not required. designRequired: true if the ProductRevisionView must have at least one associated DesignRevisionView. Elements: Representation: see representationRefs. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:StructureRevisionViewBase"> <xsd:choice minOccurs="0" maxOccurs="unbounded"> <xsd:element ref="plm:Representation"/> </xsd:choice> <xsd:attribute name="representationRefs" type="xsd:IDREFS" use="optional" plm:refType="plm:Representation"/> <xsd:attribute name="materialRef" type="xsd:IDREF" use="optional" plm:refType="plm:Material"/> <xsd:attribute name="preferredUnits" type="plm:PreferredPartUnitsType" default="millimetres" plm:deprecated="true"/> <xsd:attribute name="geometryRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Entity"/> <xsd:attribute name="type" type="plm:PartTypesType" use="optional"/> <xsd:attribute name="annotation3DGroupRefs" type="plm:uriReferenceListType" use="optional" plm:deprecated="true"/> <xsd:attribute name="partRefs" type="xsd:IDREFS" use="optional" plm:refType="plm:ProductRevisionView" plm:deprecated="true"/> <xsd:attribute name="designRequired" type="xsd:boolean" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:IDREFS | ||
properties |
|
||
source | <xsd:attribute name="representationRefs" type="xsd:IDREFS" use="optional" plm:refType="plm:Representation"/> |
type | xsd:IDREF | ||
properties |
|
||
source | <xsd:attribute name="materialRef" type="xsd:IDREF" use="optional" plm:refType="plm:Material"/> |
type | plm:PreferredPartUnitsType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xsd:attribute name="preferredUnits" type="plm:PreferredPartUnitsType" default="millimetres" plm:deprecated="true"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="geometryRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Entity"/> |
type | plm:PartTypesType | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
source | <xsd:attribute name="type" type="plm:PartTypesType" use="optional"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="annotation3DGroupRefs" type="plm:uriReferenceListType" use="optional" plm:deprecated="true"/> |
type | xsd:IDREFS | ||
properties |
|
||
source | <xsd:attribute name="partRefs" type="xsd:IDREFS" use="optional" plm:refType="plm:ProductRevisionView" plm:deprecated="true"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="designRequired" type="xsd:boolean" use="optional"/> |