diagram | |||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||
type | extension of plm:DescriptionBase | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef | ||||||||||||||||||||||||||||||
used by | |||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xsd:complexType name="AttributeBase" abstract="true"> <xsd:annotation> <xsd:documentation> The Attribute element is an abstract element. Useful attributes (ones that include fields) must be derived from the Attribute element defined within this schema. The derived attributes will define their data elements to represent data fields. The derived attributes also need to be set as 'equivalent' to the Attribute element. This enables the new derived attribute to be inserted into documents wherever the Attribute element is allowed. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:DescriptionBase"/> </xsd:complexContent> </xsd:complexType> |