complexType AutogenType
diagram plmxml_diagrams/plmxml_p1614.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
elements Autogen NameRuleType/Autogen
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      
annotation
documentation

      This element holds the details of Autogen of ids for Naming Rule.

      Attributes:
     
      init:              Initial Value
      max:               Maximum Value
     
source <xsd:complexType name="AutogenType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">
      This element holds the details of Autogen of ids for Naming Rule.

      Attributes:
     
      init:              Initial Value
      max:               Maximum Value
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="init" type="xsd:string" use="optional"/>
     
<xsd:attribute name="max" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute AutogenType/@init
type xsd:string
properties
use optional
source <xsd:attribute name="init" type="xsd:string" use="optional"/>

attribute AutogenType/@max
type xsd:string
properties
use optional
source <xsd:attribute name="max" type="xsd:string" use="optional"/>


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