diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:StructureUsageBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:Transform plm:Representation plm:VariantCondition plm:Reference plm:PropertyGroup plm:EntityPropertyGroup | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="InstanceBase"> <xsd:annotation> <xsd:documentation> A base type for instancing relations between Structure, StructureRevision, StructureView and StructureRevisionView elements. (This is not an abstract type because the Instance element is retained for compatibility reasons). Attributes: quantity: Quantity of the element referenced. If absent, 1 is implied. If present, any contained or referenced Transform is ignored. unitRef: Units for the quantity attribute. If absent, 'each' is implied. An IDREF to a 'Unit' element. instanceType: A 'subtype' string for the instance. No specified semantics. sequenceNumber: Serves to identify the instance within its parent. If present, should be unique within the parent. instanceThreadRef: A reference to the InstanceThread which this Instance is included in, if any. instanceTypeRef: References a multiple language version of instanceType. If multiple language support is required, instanceTypeRef should be used in addition to instanceTypeRef. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:StructureUsageBase"> <xsd:attribute name="quantity" type="xsd:double" use="optional"/> <xsd:attribute name="unitRef" type="xsd:IDREF" use="optional" plm:refType="plm:Unit"/> <xsd:attribute name="instanceType" type="xsd:string" use="optional"/> <xsd:attribute name="sequenceNumber" type="xsd:nonNegativeInteger" use="optional"/> <xsd:attribute name="instanceThreadRef" type="plm:anyURIType" use="optional" plm:refType="plm:InstanceThread"/> <xsd:attribute name="instanceTypeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="quantity" type="xsd:double" use="optional"/> |
type | xsd:IDREF | ||
properties |
|
||
source | <xsd:attribute name="unitRef" type="xsd:IDREF" use="optional" plm:refType="plm:Unit"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="instanceType" type="xsd:string" use="optional"/> |
type | xsd:nonNegativeInteger | ||
properties |
|
||
source | <xsd:attribute name="sequenceNumber" type="xsd:nonNegativeInteger" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="instanceThreadRef" type="plm:anyURIType" use="optional" plm:refType="plm:InstanceThread"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="instanceTypeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> |