complexType AllocationGroupType
diagram plmxml_diagrams/plmxml_p1006.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:GeneralRelationGroupType
properties
base plm:GeneralRelationGroupType
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
used by
element AllocationGroup
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      
groupId  xsd:string  optional      
sourceRef  plm:anyURIType  optional      
targetRef  plm:anyURIType  optional      
structureRefs  plm:uriReferenceListType  optional      
annotation
documentation

      This element is a group of Allocation elements.
       
      Attributes:
     
      sourceRef:        The source ProductStructureView.
      targetRef:        The target ProductStructureView.
      structureRefs:    The referenced ProductStructureViews.
     
      Either sourceRef and targetRef should be set, or, structureRefs should be set. They
      should not be used together.
     
      The Allocations in the AllocationGroup should all reference Occurrences which have
      one of the referenced ProductStructureViews as their root. An Allocation may reference
      more than one Occurrence with the same root.
     
source <xsd:complexType name="AllocationGroupType">
 
<xsd:annotation>
   
<xsd:documentation>
      This element is a group of Allocation elements.
       
      Attributes:
     
      sourceRef:        The source ProductStructureView.
      targetRef:        The target ProductStructureView.
      structureRefs:    The referenced ProductStructureViews.
     
      Either sourceRef and targetRef should be set, or, structureRefs should be set. They
      should not be used together.
     
      The Allocations in the AllocationGroup should all reference Occurrences which have
      one of the referenced ProductStructureViews as their root. An Allocation may reference
      more than one Occurrence with the same root.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:GeneralRelationGroupType">
     
<xsd:attribute name="sourceRef" type="plm:anyURIType" use="optional" plm:refType="plm:ProductStructureView"/>
     
<xsd:attribute name="targetRef" type="plm:anyURIType" use="optional" plm:refType="plm:ProductStructureView"/>
     
<xsd:attribute name="structureRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ProductStructureView"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute AllocationGroupType/@sourceRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="sourceRef" type="plm:anyURIType" use="optional" plm:refType="plm:ProductStructureView"/>

attribute AllocationGroupType/@targetRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="targetRef" type="plm:anyURIType" use="optional" plm:refType="plm:ProductStructureView"/>

attribute AllocationGroupType/@structureRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="structureRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:ProductStructureView"/>


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