diagram | |||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||
type | extension of plm:VariantDefaultBase | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:SetDefault | ||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="VariantDefaultFixedType"> <xsd:annotation> <xsd:documentation> VariantDefaultFixed. This is a collection of 'SetDefault' Statements. Elements: A non-empty sequence of SetDefault Statements, which set the values of some Options, if they are not already set. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:VariantDefaultBase"> <xsd:choice maxOccurs="unbounded"> <xsd:element ref="plm:SetDefault"/> </xsd:choice> </xsd:extension> </xsd:complexContent> </xsd:complexType> |