diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:EffectivityType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="DateEffectivityType"> <xsd:annotation> <xsd:documentation> Date Effectivity. Indicates that an element is effective between two specified dates. If the start is omitted, the effectivity is openEnded in that direction. If the end is omitted, the effectivity is openEnded, or stockOut, in that direction. Attributes: start: Start date and time. end: End date and time. endCondition: If the end dateTime is omitted, this attribute specifies whether the effectivity is stockOut or openEnded. OpenEnded means effective indefinitely after the start date; stockOut means only effective 'while stocks last'. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:EffectivityType"> <xsd:attribute name="start" type="xsd:dateTime" use="optional"/> <xsd:attribute name="end" type="xsd:dateTime" use="optional"/> <xsd:attribute name="endCondition" type="plm:EffectivityEndConditionType" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:dateTime | ||
properties |
|
||
source | <xsd:attribute name="start" type="xsd:dateTime" use="optional"/> |
type | xsd:dateTime | ||
properties |
|
||
source | <xsd:attribute name="end" type="xsd:dateTime" use="optional"/> |
type | plm:EffectivityEndConditionType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xsd:attribute name="endCondition" type="plm:EffectivityEndConditionType" use="optional"/> |