complexType NameFieldType
diagram plmxml_diagrams/plmxml_p1663.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 NameField
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      
typeName  xsd:string  required      
propertyName  xsd:string  required      
ruleNameRef  plm:anyURIType  required      
case  bus:NameFieldCaseType    mixed    
annotation
documentation

      This element contains a Business rule of Type Name Field. Determines which property
      will have a Name Rule associated with it.

      Attributes:
     
      typeName:             Name of Object Type to which a Naming Rule is attached
      propertyName:         Property on the Object to which a Naming Rule is attached
      ruleNameRef:          Name of the Naming Rule as defined by NameRuleType
      case:                 Case to which the value will get converted
     
source <xsd:complexType name="NameFieldType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
      This element contains a Business rule of Type Name Field. Determines which property
      will have a Name Rule associated with it.

      Attributes:
     
      typeName:             Name of Object Type to which a Naming Rule is attached
      propertyName:         Property on the Object to which a Naming Rule is attached
      ruleNameRef:          Name of the Naming Rule as defined by NameRuleType
      case:                 Case to which the value will get converted
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="bus:BusinessRuleBase">
     
<xsd:attribute name="typeName" type="xsd:string" use="required"/>
     
<xsd:attribute name="propertyName" type="xsd:string" use="required"/>
     
<xsd:attribute name="ruleNameRef" type="plm:anyURIType" use="required" plm:refType="bus:NameRule"/>
     
<xsd:attribute name="case" type="bus:NameFieldCaseType" default="mixed"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

attribute NameFieldType/@ruleNameRef
type plm:anyURIType
properties
use required
source <xsd:attribute name="ruleNameRef" type="plm:anyURIType" use="required" plm:refType="bus:NameRule"/>

attribute NameFieldType/@case
type bus:NameFieldCaseType
properties
default mixed
facets
Kind Value Annotation
enumeration upper
enumeration lower
enumeration mixed
source <xsd:attribute name="case" type="bus:NameFieldCaseType" default="mixed"/>


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