The Name element is the name of the software application.
Diagram
Type
xs:string
Properties
content
simple
Source
<xs:element name="Name" type="xs:string"><xs:annotation><xs:documentation>The Name element is the name of the software application.</xs:documentation></xs:annotation></xs:element>
The optional Organization element is the name of the organization that created the software application.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="Organization" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Organization element is the name of the organization that created the software application.</xs:documentation></xs:annotation></xs:element>
The optional AddonName element is the name of the software add-on application.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="AddonName" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional AddonName element is the name of the software add-on application.</xs:documentation></xs:annotation></xs:element>
The optional AddonOrganization element is the name of the organization that created the software add-on application.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="AddonOrganization" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional AddonOrganization element is the name of the organization that created the software add-on application.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="ApplicationType"><xs:annotation><xs:documentation>The ApplicationType contains information about the application.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Name" type="xs:string"><xs:annotation><xs:documentation>The Name element is the name of the software application.</xs:documentation></xs:annotation></xs:element><xs:element name="Organization" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional Organization element is the name of the organization that created the software application.</xs:documentation></xs:annotation></xs:element><xs:element name="AddonName" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional AddonName element is the name of the software add-on application.</xs:documentation></xs:annotation></xs:element><xs:element name="AddonOrganization" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional AddonOrganization element is the name of the organization that created the software add-on application.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>