Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element tps:applicationType / tps:Application
Namespace tps
Annotations
The name of the application
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Application" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the application</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:applicationType / tps:SerialNumber
Namespace tps
Annotations
The serial number of the installation
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="SerialNumber" type="xs:string">
  <xs:annotation>
    <xs:documentation>The serial number of the installation</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:applicationType / tps:Description
Namespace tps
Annotations
The description of the application
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Description" type="xs:string">
  <xs:annotation>
    <xs:documentation>The description of the application</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:applicationType / tps:Version
Namespace tps
Annotations
The version of the application
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Version" type="xs:string">
  <xs:annotation>
    <xs:documentation>The version of the application</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:applicationType
Namespace tps
Annotations
The information about an application
Diagram
Used by
Model
tps:Application , tps:SerialNumber{0,1} , tps:Description{0,1} , tps:Version{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Application, tps:Description, tps:SerialNumber, tps:Version
Source
<xs:complexType name="applicationType">
  <xs:annotation>
    <xs:documentation>The information about an application</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Application" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of the application</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="SerialNumber" type="xs:string">
      <xs:annotation>
        <xs:documentation>The serial number of the installation</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Description" type="xs:string">
      <xs:annotation>
        <xs:documentation>The description of the application</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Version" type="xs:string">
      <xs:annotation>
        <xs:documentation>The version of the application</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>