complexType LotEffectivityType
diagram plmxml_diagrams/plmxml_p376.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 LotEffectivity
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      
lot  xsd:string  required      
annotation
documentation

      Lot Effectivity. Indicates that an element is effective only for a certain 'lot' or
      batch.

      Attributes:
    
      lot:        Lot identifier.
     
source <xsd:complexType name="LotEffectivityType">
 
<xsd:annotation>
   
<xsd:documentation>
      Lot Effectivity. Indicates that an element is effective only for a certain 'lot' or
      batch.

      Attributes:
    
      lot:        Lot identifier.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:EffectivityType">
     
<xsd:attribute name="lot" type="xsd:string" use="required"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute LotEffectivityType/@lot
type xsd:string
properties
use required
source <xsd:attribute name="lot" type="xsd:string" use="required"/>


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