diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLBusinessSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of bus:BusinessRuleBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="typeName" type="xsd:string" use="required"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="propertyName" type="xsd:string" use="required"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="ruleNameRef" type="plm:anyURIType" use="required" plm:refType="bus:NameRule"/> |
type | bus:NameFieldCaseType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xsd:attribute name="case" type="bus:NameFieldCaseType" default="mixed"/> |