complexType SerialNumberRuleEntryType
diagram plmxml_diagrams/plmxml_p1449.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:RuleEntryBase
properties
base plm:RuleEntryBase
children plm:Description plm:ApplicationRef
used by
element SerialNumberRuleEntry
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
serialNumber  xsd:string        
annotation
documentation

      Specifies a Serial Number to be used by other Rule Entries.
     
source <xsd:complexType name="SerialNumberRuleEntryType">
 
<xsd:annotation>
   
<xsd:documentation>
      Specifies a Serial Number to be used by other Rule Entries.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:RuleEntryBase">
     
<xsd:attribute name="serialNumber" type="xsd:string"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute SerialNumberRuleEntryType/@serialNumber
type xsd:string
source <xsd:attribute name="serialNumber" type="xsd:string"/>


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