complexType VariantRuleType
diagram plmxml_diagrams/plmxml_p566.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:ConfigRuleBase
properties
base plm:ConfigRuleBase
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:Set plm:Fix plm:Derived
used by
element VariantRule
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      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
configuredRef  plm:anyURIType  optional      
annotation
documentation

      VariantRule. This specifies a configuration by giving specified values for
      a set of Options.
     
      Attributes:
     
      configuredRef: The StructureRevision this VariantRule is associated with, if any.
     
      Elements:

      A non-empty sequence of Set, Fix and Derived Statements, which specify values for a set of
      Options.
     
source <xsd:complexType name="VariantRuleType">
 
<xsd:annotation>
   
<xsd:documentation>
      VariantRule. This specifies a configuration by giving specified values for
      a set of Options.
     
      Attributes:
     
      configuredRef: The StructureRevision this VariantRule is associated with, if any.
     
      Elements:

      A non-empty sequence of Set, Fix and Derived Statements, which specify values for a set of
      Options.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:ConfigRuleBase">
     
<xsd:choice>
       
<xsd:sequence>
         
<xsd:element ref="plm:Set" maxOccurs="unbounded"/>
         
<xsd:element ref="plm:Fix" minOccurs="0" maxOccurs="unbounded"/>
         
<xsd:element ref="plm:Derived" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
       
<xsd:sequence>
         
<xsd:element ref="plm:Fix" maxOccurs="unbounded"/>
         
<xsd:element ref="plm:Derived" minOccurs="0" maxOccurs="unbounded"/>
       
</xsd:sequence>
       
<xsd:sequence>
         
<xsd:element ref="plm:Derived" maxOccurs="unbounded"/>
       
</xsd:sequence>
     
</xsd:choice>
     
<xsd:attribute name="configuredRef" type="plm:anyURIType" use="optional" plm:refType="plm:StructureRevision"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute VariantRuleType/@configuredRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="configuredRef" type="plm:anyURIType" use="optional" plm:refType="plm:StructureRevision"/>


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