complexType NameRuleType
diagram plmxml_diagrams/plmxml_p1664.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type extension of bus:BusinessRuleBase
properties
base bus:BusinessRuleBase
children plm:Description plm:ApplicationRef plm:Attribute bus:Autogen bus:StringPattern
used by
element NameRule
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      
annotation
documentation

      This element contains a Business rule of Type Naming Rule. This would contain
      patterns that are valid for a Naming Rule.
     
      SubElements:
     
      Autogen:            Specifies if counters need to be generated for the Naming Rule
                          using the first pattern
      StringPattern:      A Naming Rule Pattern or regular expression
     
source <xsd:complexType name="NameRuleType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
      This element contains a Business rule of Type Naming Rule. This would contain
      patterns that are valid for a Naming Rule.
     
      SubElements:
     
      Autogen:            Specifies if counters need to be generated for the Naming Rule
                          using the first pattern
      StringPattern:      A Naming Rule Pattern or regular expression
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="bus:BusinessRuleBase">
     
<xsd:sequence>
       
<xsd:element name="Autogen" type="bus:AutogenType" minOccurs="0"/>
       
<xsd:element name="StringPattern" type="bus:ValueDetailsType" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element NameRuleType/Autogen
diagram plmxml_diagrams/plmxml_p1665.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type bus:AutogenType
properties
minOcc 0
maxOcc 1
content complex
children plm:Description plm:ApplicationRef plm:Attribute
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      
init  xsd:string  optional      
max  xsd:string  optional      
source <xsd:element name="Autogen" type="bus:AutogenType" minOccurs="0"/>

element NameRuleType/StringPattern
diagram plmxml_diagrams/plmxml_p1666.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type bus:ValueDetailsType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute
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      
stringValue  xsd:string        
intValue  xsd:integer        
doubleValue  xsd:double        
dateValue  xsd:dateTime        
indexValue  xsd:integer  optional      
listOfValuesRef  plm:anyURIType  optional      
classification  xsd:string  optional      
source <xsd:element name="StringPattern" type="bus:ValueDetailsType" minOccurs="0" maxOccurs="unbounded"/>


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