diagram | |||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||
type | extension of plm:StatementBase | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xsd:complexType name="DerivedType"> <xsd:annotation> <xsd:documentation> Derived. A Statement which shows that the particular Option value has been derived from other options and given for information only. Attributes: optionRef: Reference to the Option. value: Value for the Option. valueRef: References a multiple language version of value. If multiple language support is required, valueRef should be used in addition to value. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:StatementBase"> <xsd:attribute name="optionRef" type="plm:anyURIType" use="required" plm:refType="plm:Option"/> <xsd:attribute name="value" type="xsd:string" use="required"/> <xsd:attribute name="valueRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="optionRef" type="plm:anyURIType" use="required" plm:refType="plm:Option"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="value" type="xsd:string" use="required"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="valueRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> |