diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:PropertiesBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup plm:EntityRef plm:Transform | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="CompoundRepType"> <xsd:annotation> <xsd:documentation> The CompoundRep represents a component of a Representation. The Representation then consists of the aggregate or union of the CompoundReps, which may have different formats. Attributes: location: URI of data source load: True if data is to be loaded at the same time as the PLMXML file. format: Data format. If this is absent, the format is taken from the parent Representation. equivalentRef: an optional reference to a CompoundRep which is equivalent to this one (for example, has the same shape). If this attribute is used, then it should collect together equivalent CompoundReps into a ring, with each CompoundRep using this attribute to point to the next in the ring. type: an optional attribute specifying type or purpose of the CompoundRep. Supported values are: "default" - design geometry. "construction" - construction geometry associated with the owning representation. "weld" - the geometry of any weld beads. "midsurface" - a special type of construction geometry used with sheet metal parts. baseRef: an optional reference to a CompoundRep which is overridden by this CompoundRep. transformRef: has the same purpose as the Transform sub-element. Do not use both. propertyRefs: A list of references to Properties. Elements: PropertyGroup a collection of Properties of the CompoundRep EntityRef: references to entities in the Representation file. These EntityRef elements can be referenced by RepresentationEntity elements. Transform: optional Transform which positions the geometry in the coordinate frame of the owning Representation. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:PropertiesBase"> <xsd:sequence> <xsd:element ref="plm:PropertyGroup" minOccurs="0"/> <xsd:element ref="plm:EntityRef" minOccurs="0" maxOccurs="unbounded"/> <xsd:element ref="plm:Transform" minOccurs="0"/> </xsd:sequence> <xsd:attributeGroup ref="plm:referenceGroup"/> <xsd:attribute name="format" type="plm:RepresentationFormatType" use="optional"/> <xsd:attribute name="equivalentRef" type="xsd:IDREF" use="optional" plm:refType="plm:CompoundRep"/> <xsd:attribute name="type" type="plm:CompoundRepTypeEnum" default="default"/> <xsd:attribute name="baseRef" type="plm:anyURIType" use="optional"/> <xsd:attribute name="transformRef" type="plm:anyURIType" use="optional" plm:refType="plm:Transform"/> <xsd:attribute name="propertyRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Property"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:RepresentationFormatType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:attribute name="format" type="plm:RepresentationFormatType" use="optional"/> |
type | xsd:IDREF | ||
properties |
|
||
source | <xsd:attribute name="equivalentRef" type="xsd:IDREF" use="optional" plm:refType="plm:CompoundRep"/> |
type | plm:CompoundRepTypeEnum | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
source | <xsd:attribute name="type" type="plm:CompoundRepTypeEnum" default="default"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="baseRef" type="plm:anyURIType" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="transformRef" type="plm:anyURIType" use="optional" plm:refType="plm:Transform"/> |
type | plm:uriReferenceListType | ||
properties |
|
||
source | <xsd:attribute name="propertyRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Property"/> |