complexType ApplicationToolDefType
diagram plmxml_diagrams/plmxml_p1611.png
namespace http://www.plmxml.org/Schemas/PLMXMLBusinessSchema
type extension of bus:DataTypeDefBase
properties
base bus:DataTypeDefBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element ApplicationToolDef
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
cName  xsd:string  optional      
inputFormat  xsd:string  required      
outputFormat  xsd:string  required      
mimeType  xsd:string  optional      
shellOrSymbolName  xsd:string  optional      
vendorName  xsd:string  optional      
revision  xsd:string  optional      
releaseDate  xsd:date  optional      
source <xsd:complexType name="ApplicationToolDefType">
 
<xsd:complexContent>
   
<xsd:extension base="bus:DataTypeDefBase">
     
<xsd:attribute name="inputFormat" type="xsd:string" use="required"/>
     
<xsd:attribute name="outputFormat" type="xsd:string" use="required"/>
     
<xsd:attribute name="mimeType" type="xsd:string" use="optional"/>
     
<xsd:attribute name="shellOrSymbolName" type="xsd:string" use="optional"/>
     
<xsd:attribute name="vendorName" type="xsd:string" use="optional"/>
     
<xsd:attribute name="revision" type="xsd:string" use="optional"/>
     
<xsd:attribute name="releaseDate" type="xsd:date" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

attribute ApplicationToolDefType/@mimeType
type xsd:string
properties
use optional
source <xsd:attribute name="mimeType" type="xsd:string" use="optional"/>

attribute ApplicationToolDefType/@shellOrSymbolName
type xsd:string
properties
use optional
source <xsd:attribute name="shellOrSymbolName" type="xsd:string" use="optional"/>

attribute ApplicationToolDefType/@vendorName
type xsd:string
properties
use optional
source <xsd:attribute name="vendorName" type="xsd:string" use="optional"/>

attribute ApplicationToolDefType/@revision
type xsd:string
properties
use optional
source <xsd:attribute name="revision" type="xsd:string" use="optional"/>

attribute ApplicationToolDefType/@releaseDate
type xsd:date
properties
use optional
source <xsd:attribute name="releaseDate" type="xsd:date" use="optional"/>


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