<xsd:complexType name="AcknowledgePersonnelClassType">
<xsd:sequence>
<xsd:element name="ApplicationArea" type="TransApplicationAreaType" />
<xsd:element name="DataArea">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Acknowledge" type="TransAcknowledgeType" />
<xsd:element name="PersonnelClass" type="PersonnelClassType" minOccurs="1" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="releaseID" type="xsd:normalizedString" use="required" />
<xsd:attribute name="versionID" type="xsd:normalizedString" use="optional" />
</xsd:complexType>
|