complexType DateEffectivityType
diagram plmxml_diagrams/plmxml_p280.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:EffectivityType
properties
base plm:EffectivityType
children plm:Description plm:ApplicationRef plm:Attribute
used by
element DateEffectivity
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
contextRef  plm:anyURIType  optional      
start  xsd:dateTime  optional      
end  xsd:dateTime  optional      
endCondition  plm:EffectivityEndConditionType  optional      
annotation
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'.
     
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>

attribute DateEffectivityType/@start
type xsd:dateTime
properties
use optional
source <xsd:attribute name="start" type="xsd:dateTime" use="optional"/>

attribute DateEffectivityType/@end
type xsd:dateTime
properties
use optional
source <xsd:attribute name="end" type="xsd:dateTime" use="optional"/>

attribute DateEffectivityType/@endCondition
type plm:EffectivityEndConditionType
properties
use optional
facets
Kind Value Annotation
enumeration stockOut
enumeration openEnded
source <xsd:attribute name="endCondition" type="plm:EffectivityEndConditionType" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy