diagram | |||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||
type | extension of plm:IdBase | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef | ||||||||||||||||||||||||||||||
used by | |||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xsd:complexType name="DescriptionBase" abstract="true"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">sdkname=DescriptionObject</xsd:appinfo> <xsd:documentation> The DescriptionBase type is an abstract base type for PLM XML types which have optional description and ApplicationRef. Attributes: name: descriptive or display name nameRef: References a multiple language version of name. If multiple language support is required, nameRef should be used in addition to name. descriptionTextRef: References a multiple language version of description. If multiple language support is required, descriptionTextRef should be used in addition to description. Sub-elements: Description: Readable textual description of the element. ApplicationRef: A means of uniquely identifying the element in terms understood by the sending system. More than one is allowed (at most one per Application). </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:IdBase"> <xsd:sequence> <xsd:element name="Description" type="plm:DescriptionType" minOccurs="0"/> <xsd:element name="ApplicationRef" type="plm:ApplicationRefType" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="optional"/> <xsd:attribute name="nameRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> <xsd:attribute name="descriptionTextRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="name" type="xsd:string" use="optional"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="nameRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> |
type | plm:anyURIType | ||
properties |
|
||
source | <xsd:attribute name="descriptionTextRef" type="plm:anyURIType" use="optional" plm:refType="plm:Text"/> |
diagram | |||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||
type | plm:DescriptionType | ||||||
properties |
|
||||||
source | <xsd:element name="Description" type="plm:DescriptionType" minOccurs="0"/> |
diagram | |||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||
type | plm:ApplicationRefType | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
source | <xsd:element name="ApplicationRef" type="plm:ApplicationRefType" minOccurs="0" maxOccurs="unbounded"/> |