complexType CompoundPropDefType
diagram plmxml_diagrams/plmxml_p1626.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type extension of bus:BusinessRuleBase
properties
base bus:BusinessRuleBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element CompoundPropDef
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      
isExportable  xsd:boolean  optional  true    
isReplaceable  xsd:boolean  optional  true    
version  xsd:string  optional      
compoundPropName  xsd:string  required      
displayTypeName  xsd:string  required      
sourceTypeName  xsd:string  required      
sourcePropName  xsd:string  required      
objectHierarchy  xsd:string  required      
isReadOnly  xsd:boolean  optional  false    
annotation
documentation

      This element contains a Business rule of Type Compound Property.

      Attributes:
     
      compoundPropName:       Name of compound property
      displayTypeName:        Display Object Type on which this compound property is defined
      sourceTypeName:         Source object Type
      sourcePropName:         Property name on the source object
      objectHierarchy:        String that represents how this property can queried on the displayed
      isReadOnly:             Is  this compound property be read only. Default is false.
     
source <xsd:complexType name="CompoundPropDefType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
      This element contains a Business rule of Type Compound Property.

      Attributes:
     
      compoundPropName:       Name of compound property
      displayTypeName:        Display Object Type on which this compound property is defined
      sourceTypeName:         Source object Type
      sourcePropName:         Property name on the source object
      objectHierarchy:        String that represents how this property can queried on the displayed
      isReadOnly:             Is  this compound property be read only. Default is false.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="bus:BusinessRuleBase">
     
<xsd:attribute name="compoundPropName" type="xsd:string" use="required"/>
     
<xsd:attribute name="displayTypeName" type="xsd:string" use="required"/>
     
<xsd:attribute name="sourceTypeName" type="xsd:string" use="required"/>
     
<xsd:attribute name="sourcePropName" type="xsd:string" use="required"/>
     
<xsd:attribute name="objectHierarchy" type="xsd:string" use="required"/>
     
<xsd:attribute name="isReadOnly" type="xsd:boolean" use="optional" default="false"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

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

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

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

attribute CompoundPropDefType/@isReadOnly
type xsd:boolean
properties
use optional
default false
source <xsd:attribute name="isReadOnly" type="xsd:boolean" use="optional" default="false"/>


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