<xsd:complexType name="SubmitterType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A collection of information about the person who is the submitter of the associated document.</ccts:DefinitionText>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="SubmitterTypeCode" minOccurs="0" />
<xsd:element ref="SubmitterPerson" minOccurs="0" />
<xsd:element ref="SubmittedDateTime" minOccurs="0" />
<xsd:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|