complexType LotType
diagram plmxml_diagrams/plmxml_p1269.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:StructureBase
properties
base plm:StructureBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup
used by
element Lot
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      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
catalogueId  xsd:string  optional      
optionRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
lotNumber  xsd:string  required      
manufacturerRef  plm:anyURIType  optional      
productRef  plm:anyURIType  required      
annotation
documentation

      Lot information.

      Attributes:

      lotNumber:        Lot number.
      manufacturerRef:  Refers to manufacturing organisation.
      productRef:       Product reference. productId is required to identify
                        which product it belongs to.
     
source <xsd:complexType name="LotType">
 
<xsd:annotation>
   
<xsd:documentation>
      Lot information.

      Attributes:

      lotNumber:        Lot number.
      manufacturerRef:  Refers to manufacturing organisation.
      productRef:       Product reference. productId is required to identify
                        which product it belongs to.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:StructureBase">
     
<xsd:attribute name="lotNumber" type="xsd:string" use="required"/>
     
<xsd:attribute name="manufacturerRef" type="plm:anyURIType" use="optional" plm:refType="plm:Organisation"/>
     
<xsd:attribute name="productRef" type="plm:anyURIType" use="required" plm:refType="plm:Product"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

attribute LotType/@manufacturerRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="manufacturerRef" type="plm:anyURIType" use="optional" plm:refType="plm:Organisation"/>

attribute LotType/@productRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="productRef" type="plm:anyURIType" use="required" plm:refType="plm:Product"/>


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