diagram | |||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||
type | extension of plm:IdBase | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xsd:complexType name="ApplicationType"> <xsd:annotation> <xsd:documentation> This element contains information to identify a particular application. Attributes: name: Name of the application. version: The version of the application. No specific format is defined for this and in general it will depend on the value of the 'name' attribute. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:IdBase"> <xsd:attribute name="name" type="xsd:string" use="required"/> <xsd:attribute name="version" type="xsd:string" use="required"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="name" type="xsd:string" use="required"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="version" type="xsd:string" use="required"/> |