complexType LogicalAssignmentBase
diagram plmxml_diagrams/plmxml_p1099.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
abstract true
children plm:Description plm:ApplicationRef plm:Attribute
used by
element LogicalAssignment
complexTypes ProductLogicalAssignmentType ToolRequirementType
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      
subType  xsd:string  optional      
subTypeRef  plm:anyURIType  optional      
assignmentType  xsd:string  optional      
assignmentTypeRef  plm:anyURIType  optional      
assignmentRefs  plm:uriReferenceListType  optional      
annotation
documentation

      Logical assignment (abstract).

      Attributes:

      subType:          Indicates the sub-type of a customized Logical
                        Assignment.
      subTypeRef:       References a multiple language version of subType. If
                        multiple language support is required, subTypeRef should
                        be used in addition to subType.
      assignmentType:   The type of relationship between the Process Structure
                        element and the Product Structure Occurrences.
      assignmentTypeRef: References a multiple language version of
                        assignmentType. If multiple language support is
                        required, assignmentTypeRef should be used in addition
                        to assignmentType.
      assignmentRefs:   References to the Occurrences representing the
                        assignments.
     
source <xsd:complexType name="LogicalAssignmentBase" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>
      Logical assignment (abstract).

      Attributes:

      subType:          Indicates the sub-type of a customized Logical
                        Assignment.
      subTypeRef:       References a multiple language version of subType. If
                        multiple language support is required, subTypeRef should
                        be used in addition to subType.
      assignmentType:   The type of relationship between the Process Structure
                        element and the Product Structure Occurrences.
      assignmentTypeRef: References a multiple language version of
                        assignmentType. If multiple language support is
                        required, assignmentTypeRef should be used in addition
                        to assignmentType.
      assignmentRefs:   References to the Occurrences representing the
                        assignments.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="subType" type="xsd:string" use="optional"/>
     
<xsd:attribute name="subTypeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
     
<xsd:attribute name="assignmentType" type="xsd:string" use="optional"/>
     
<xsd:attribute name="assignmentTypeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>
     
<xsd:attribute name="assignmentRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Occurrence"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute LogicalAssignmentBase/@subType
type xsd:string
properties
use optional
source <xsd:attribute name="subType" type="xsd:string" use="optional"/>

attribute LogicalAssignmentBase/@subTypeRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="subTypeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>

attribute LogicalAssignmentBase/@assignmentType
type xsd:string
properties
use optional
source <xsd:attribute name="assignmentType" type="xsd:string" use="optional"/>

attribute LogicalAssignmentBase/@assignmentTypeRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="assignmentTypeRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/>

attribute LogicalAssignmentBase/@assignmentRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="assignmentRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:Occurrence"/>


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