complexType ChangeIdDefType
diagram plmxml_diagrams/plmxml_p1618.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 ChangeTypeDefType/ChangeId ChangeTypeDefType/RevId ChangeIdDef
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      
range  xsd:string  required      
value  xsd:string  required      
length  xsd:integer        
changeFormat  bus:ChangeIdDefFormatType  required      
annotation
documentation

      attributes:
     
      length:         number of characters or digits in the ID
     
source <xsd:complexType name="ChangeIdDefType">
 
<xsd:annotation>
   
<xsd:documentation>
      attributes:
     
      length:         number of characters or digits in the ID
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="range" type="xsd:string" use="required"/>
     
<xsd:attribute name="value" type="xsd:string" use="required"/>
     
<xsd:attribute name="length" type="xsd:integer"/>
     
<xsd:attribute name="changeFormat" type="bus:ChangeIdDefFormatType" use="required"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

attribute ChangeIdDefType/@length
type xsd:integer
source <xsd:attribute name="length" type="xsd:integer"/>

attribute ChangeIdDefType/@changeFormat
type bus:ChangeIdDefFormatType
properties
use required
facets
Kind Value Annotation
enumeration static
enumeration running
source <xsd:attribute name="changeFormat" type="bus:ChangeIdDefFormatType" use="required"/>


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