complexType LatestRuleEntryType
diagram plmxml_diagrams/plmxml_p1433.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 LatestRuleEntry
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
configType  plm:RevisionConfigType        
annotation
documentation

      Latest Rule Entry - i.e. most recent by creation date, numeric productId,
      or alphanumeric productId.
     
source <xsd:complexType name="LatestRuleEntryType">
 
<xsd:annotation>
   
<xsd:documentation>
      Latest Rule Entry - i.e. most recent by creation date, numeric productId,
      or alphanumeric productId.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:RuleEntryBase">
     
<xsd:attribute name="configType" type="plm:RevisionConfigType"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute LatestRuleEntryType/@configType
type plm:RevisionConfigType
facets
Kind Value Annotation
enumeration creationDate
enumeration alphaNumericRevID
enumeration numericRevID
source <xsd:attribute name="configType" type="plm:RevisionConfigType"/>


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