complexType ApplicationType
diagram plmxml_diagrams/plmxml_p223.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:IdBase
properties
base plm:IdBase
used by
element DocumentHeaderType/Application
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  required      
version  xsd:string  required      
annotation
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.     
     
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>

attribute ApplicationType/@name
type xsd:string
properties
use required
source <xsd:attribute name="name" type="xsd:string" use="required"/>

attribute ApplicationType/@version
type xsd:string
properties
use required
source <xsd:attribute name="version" type="xsd:string" use="required"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy