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="SerialNumberEffectivityType"> <xsd:annotation> <xsd:documentation> Serial Number Effectivity. Indicates that an element is effective for a range of serial numbers. 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 serial number. end: End serial number. endCondition: If the end serial number is omitted, this attribute specifies whether the effectivity is stockOut or openEnded. OpenEnded means effective indefinitely after the start serialNumber; stockOut means only effective 'while stocks last'. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:EffectivityType"> <xsd:attribute name="start" type="xsd:string" use="optional"/> <xsd:attribute name="end" type="xsd:string" use="optional"/> <xsd:attribute name="endCondition" type="plm:EffectivityEndConditionType" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="start" type="xsd:string" use="optional"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="end" type="xsd:string" use="optional"/> |
type | plm:EffectivityEndConditionType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xsd:attribute name="endCondition" type="plm:EffectivityEndConditionType" use="optional"/> |