diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:GeneralRelationType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="DispositionApplicabilityRelationType"> <xsd:annotation> <xsd:documentation> This relation relates a RealisedProduct to a Disposition. The references in the inherited relatedRefs attribute must be in that order. Attributes: startTime: The time when the RealisedProduct enters the Disposition state. endTime: The time when the RealisedProduct leaves the Disposition state. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:GeneralRelationType"> <xsd:attribute name="startTime" type="xsd:dateTime" use="required"/> <xsd:attribute name="endTime" type="xsd:dateTime" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:dateTime | ||
properties |
|
||
source | <xsd:attribute name="startTime" type="xsd:dateTime" use="required"/> |
type | xsd:dateTime | ||
properties |
|
||
source | <xsd:attribute name="endTime" type="xsd:dateTime" use="optional"/> |