complexType CharacteristicDefinitionRevisionType
diagram plmxml_diagrams/plmxml_p1232.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:StructureRevisionBase
properties
base plm:StructureRevisionBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:VariantDefault plm:VariantRuleCheck plm:PropertyGroup
used by
element CharacteristicDefinitionRevision
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      
version  xsd:nonNegativeInteger  optional      
masterRef  plm:anyURIType  required      
optionRefs  plm:uriReferenceListType  optional      
instanceRefs  plm:uriReferenceListType  optional      
gdeInstanceRefs  plm:uriReferenceListType  optional      
simplifiedRepRefs  plm:uriReferenceListType  optional      
propertyRefs  plm:uriReferenceListType  optional      
derivedExpressionRef  plm:anyURIType  optional      
isCondition  xsd:boolean    false    
isDerived  xsd:boolean    false    
isDefault  xsd:boolean    false    
isMetered  xsd:boolean    false    
precision  xsd:integer  optional      
unit  plm:PeriodEnum    days    
unitRef  plm:anyURIType        
annotation
documentation

      Characteristic definition revision type information. The characteristic
      definition can be conditional derived.

      Attributes:

      derivedExpressionRef: References the derived characteristic definition
                        expression.
      isCondition:      If the characteristic definition is condition based
                        characteristic definition.
      isDerived:        If characteristic definition is derived characteristic
                        definition.
      isDefault:        Boolean to determine if this characteristic definition
                        is attached to all Neutral Structure Elements (NSE) by
                        default.
      isMetered:        Boolean to determine if this characteristic definition
                        is based on a meter which will require the storage of
                        the last meter.
      precision:        Decimal precision for this characteristic definition.
      unit:             Unit for the characteristic definition.
      unitRef:          References a Unit when unit is other.
     
source <xsd:complexType name="CharacteristicDefinitionRevisionType">
 
<xsd:annotation>
   
<xsd:documentation>
      Characteristic definition revision type information. The characteristic
      definition can be conditional derived.

      Attributes:

      derivedExpressionRef: References the derived characteristic definition
                        expression.
      isCondition:      If the characteristic definition is condition based
                        characteristic definition.
      isDerived:        If characteristic definition is derived characteristic
                        definition.
      isDefault:        Boolean to determine if this characteristic definition
                        is attached to all Neutral Structure Elements (NSE) by
                        default.
      isMetered:        Boolean to determine if this characteristic definition
                        is based on a meter which will require the storage of
                        the last meter.
      precision:        Decimal precision for this characteristic definition.
      unit:             Unit for the characteristic definition.
      unitRef:          References a Unit when unit is other.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:StructureRevisionBase">
     
<xsd:attribute name="derivedExpressionRef" type="plm:anyURIType" use="optional" plm:refType="plm:CharacteristicDefinitionExpression"/>
     
<xsd:attribute name="isCondition" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="isDerived" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="isDefault" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="isMetered" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="precision" type="xsd:integer" use="optional"/>
     
<xsd:attribute name="unit" type="plm:PeriodEnum" default="days"/>
     
<xsd:attribute name="unitRef" type="plm:anyURIType" plm:refType="plm:Unit"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute CharacteristicDefinitionRevisionType/@derivedExpressionRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="derivedExpressionRef" type="plm:anyURIType" use="optional" plm:refType="plm:CharacteristicDefinitionExpression"/>

attribute CharacteristicDefinitionRevisionType/@isCondition
type xsd:boolean
properties
default false
source <xsd:attribute name="isCondition" type="xsd:boolean" default="false"/>

attribute CharacteristicDefinitionRevisionType/@isDerived
type xsd:boolean
properties
default false
source <xsd:attribute name="isDerived" type="xsd:boolean" default="false"/>

attribute CharacteristicDefinitionRevisionType/@isDefault
type xsd:boolean
properties
default false
source <xsd:attribute name="isDefault" type="xsd:boolean" default="false"/>

attribute CharacteristicDefinitionRevisionType/@isMetered
type xsd:boolean
properties
default false
source <xsd:attribute name="isMetered" type="xsd:boolean" default="false"/>

attribute CharacteristicDefinitionRevisionType/@precision
type xsd:integer
properties
use optional
source <xsd:attribute name="precision" type="xsd:integer" use="optional"/>

attribute CharacteristicDefinitionRevisionType/@unit
type plm:PeriodEnum
properties
default days
facets
Kind Value Annotation
enumeration hours
enumeration days
enumeration weeks
enumeration months
enumeration quarters
enumeration years
enumeration cycles
enumeration other
source <xsd:attribute name="unit" type="plm:PeriodEnum" default="days"/>

attribute CharacteristicDefinitionRevisionType/@unitRef
type plm:anyURIType
source <xsd:attribute name="unitRef" type="plm:anyURIType" plm:refType="plm:Unit"/>


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