complexType EntityPropertyGroupType
diagram plmxml_diagrams/plmxml_p313.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:Property
used by
element EntityPropertyGroup
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      
entityRefs  plm:uriReferenceListType        
annotation
documentation

      This is a group of Properties which apply to a specified set of
      RepresentationEntities.
     
      Attributes:
     
      entityRefs:      reference to RepresentationEntity elements
     
      Elements:
     
      Property         Properties of the referenced entities.
     
source <xsd:complexType name="EntityPropertyGroupType">
 
<xsd:annotation>
   
<xsd:documentation>
      This is a group of Properties which apply to a specified set of
      RepresentationEntities.
     
      Attributes:
     
      entityRefs:      reference to RepresentationEntity elements
     
      Elements:
     
      Property         Properties of the referenced entities.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:sequence>
       
<xsd:element ref="plm:Property" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="entityRefs" type="plm:uriReferenceListType"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute EntityPropertyGroupType/@entityRefs
type plm:uriReferenceListType
source <xsd:attribute name="entityRefs" type="plm:uriReferenceListType"/>


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