diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:PropertyBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="CopyrightType"> <xsd:annotation> <xsd:documentation> This is a Property giving a Copyright string for an object. Attributes: value: the value of the Copyright string. 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:PropertyBase"> <xsd:attribute name="value" type="xsd:string" use="optional"/> <xsd:attribute name="valueRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="value" type="xsd:string" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="valueRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> |