complexType AllocationType
diagram plmxml_diagrams/plmxml_p1007.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:GeneralRelationType
properties
base plm:GeneralRelationType
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:Reason
used by
element Allocation
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      
relatedRefs  plm:uriReferenceListType  optional      
annotation
documentation

      An Allocation is a relation between a number of Occurrences, in different Views of the
      same Product, or different Views of different Products. The 'relatedRefs' attribute of
      the base GeneralRelation element will contain the referenced Occurrences.
     
      Elements:
     
      Reason            the reason for the Allocation. There is one predefined value
                        for this string, namely "functionalToPhysical", which may be
                        used if the Allocation represents the equivalent of the AP212
                        functional_unit_allocation.
     
source <xsd:complexType name="AllocationType">
 
<xsd:annotation>
   
<xsd:documentation>
      An Allocation is a relation between a number of Occurrences, in different Views of the
      same Product, or different Views of different Products. The 'relatedRefs' attribute of
      the base GeneralRelation element will contain the referenced Occurrences.
     
      Elements:
     
      Reason            the reason for the Allocation. There is one predefined value
                        for this string, namely "functionalToPhysical", which may be
                        used if the Allocation represents the equivalent of the AP212
                        functional_unit_allocation.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:GeneralRelationType">
     
<xsd:sequence>
       
<xsd:element name="Reason" type="plm:UserEnumDataType"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element AllocationType/Reason
diagram plmxml_diagrams/plmxml_p1008.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:UserEnumDataType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xsd:string  required      
listRef  plm:anyURIType  optional      
valueRef  plm:anyURIType  optional      
source <xsd:element name="Reason" type="plm:UserEnumDataType"/>


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