diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:ConfigRuleBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound plm:Set plm:Fix plm:Derived | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="configuredRef" type="plm:anyURIType" use="optional" plm:refType="plm:StructureRevision"/> |