diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:StructureBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:PropertyGroup | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="lotNumber" type="xsd:string" use="required"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="manufacturerRef" type="plm:anyURIType" use="optional" plm:refType="plm:Organisation"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="productRef" type="plm:anyURIType" use="required" plm:refType="plm:Product"/> |