complexType GeneralRelationGroupRevisionType
diagram plmxml_diagrams/plmxml_p1022.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 GeneralRelationGroupRevision
complexType AllocationGroupRevisionType
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      
revision  xsd:string  required      
masterRef  plm:anyURIType  required      
memberRefs  plm:uriReferenceListType  optional      
annotation
documentation

      This is a revision of an GeneralRelationGroup.
     
      Attributes:
     
      revision:         The revision string, e.g. "A".
      masterRef:        The master GeneralRelationGroup
      memberRefs:       The GeneralRelation elements in the Group.
     
source <xsd:complexType name="GeneralRelationGroupRevisionType">
 
<xsd:annotation>
   
<xsd:documentation>
      This is a revision of an GeneralRelationGroup.
     
      Attributes:
     
      revision:         The revision string, e.g. "A".
      masterRef:        The master GeneralRelationGroup
      memberRefs:       The GeneralRelation elements in the Group.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ManagedBase">
     
<xsd:attribute name="revision" type="xsd:string" use="required"/>
     
<xsd:attribute name="masterRef" type="plm:anyURIType" use="required" plm:refType="plm:GeneralRelationGroup"/>
     
<xsd:attribute name="memberRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:GeneralRelation"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute GeneralRelationGroupRevisionType/@revision
type xsd:string
properties
use required
source <xsd:attribute name="revision" type="xsd:string" use="required"/>

attribute GeneralRelationGroupRevisionType/@masterRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="masterRef" type="plm:anyURIType" use="required" plm:refType="plm:GeneralRelationGroup"/>

attribute GeneralRelationGroupRevisionType/@memberRefs
type plm:uriReferenceListType
properties
use optional
source <xsd:attribute name="memberRefs" type="plm:uriReferenceListType" use="optional" plm:refType="plm:GeneralRelation"/>


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