complexType SerialNumberEffectivityType
diagram plmxml_diagrams/plmxml_p487.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 SerialNumberEffectivity
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:string  optional      
end  xsd:string  optional      
endCondition  plm:EffectivityEndConditionType  optional      
annotation
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'.
     
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>

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

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

attribute SerialNumberEffectivityType/@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