complexType PartLogisticsType
diagram plmxml_diagrams/plmxml_p1290.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ManagedBase
properties
base plm:ManagedBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element PartLogistics
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      
isConsumable  xsd:boolean    false    
isLot  xsd:boolean    false    
isPreserveQuantity  xsd:boolean    false    
isRotable  xsd:boolean    false    
isSerialised  xsd:boolean    false    
isTraceable  xsd:boolean    false    
productRef  plm:anyURIType  required      
annotation
documentation

      Neutral element information.

      Attributes:

      isConsumable:     Is consumable.
      isLot:            Is lot.
      isPreserveQuantity: Specifies if the quantities are preserved while
                        generating the RealisedProduct.
      isRotable:        Is rotable.
      isSerialised:     Is serialised.
      isTraceable:      Is traceable.
      productRef:       Reference to product.
     
source <xsd:complexType name="PartLogisticsType">
 
<xsd:annotation>
   
<xsd:documentation>
      Neutral element information.

      Attributes:

      isConsumable:     Is consumable.
      isLot:            Is lot.
      isPreserveQuantity: Specifies if the quantities are preserved while
                        generating the RealisedProduct.
      isRotable:        Is rotable.
      isSerialised:     Is serialised.
      isTraceable:      Is traceable.
      productRef:       Reference to product.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="isConsumable" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="isLot" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="isPreserveQuantity" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="isRotable" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="isSerialised" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="isTraceable" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="productRef" type="plm:anyURIType" use="required" plm:refType="plm:Product"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute PartLogisticsType/@isConsumable
type xsd:boolean
properties
default false
source <xsd:attribute name="isConsumable" type="xsd:boolean" default="false"/>

attribute PartLogisticsType/@isLot
type xsd:boolean
properties
default false
source <xsd:attribute name="isLot" type="xsd:boolean" default="false"/>

attribute PartLogisticsType/@isPreserveQuantity
type xsd:boolean
properties
default false
source <xsd:attribute name="isPreserveQuantity" type="xsd:boolean" default="false"/>

attribute PartLogisticsType/@isRotable
type xsd:boolean
properties
default false
source <xsd:attribute name="isRotable" type="xsd:boolean" default="false"/>

attribute PartLogisticsType/@isSerialised
type xsd:boolean
properties
default false
source <xsd:attribute name="isSerialised" type="xsd:boolean" default="false"/>

attribute PartLogisticsType/@isTraceable
type xsd:boolean
properties
default false
source <xsd:attribute name="isTraceable" type="xsd:boolean" default="false"/>

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