Definition Type: ComplexType
Name: SubmitterType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
A collection of information about the person who is the submitter of the associated document.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Comment in schema fields_xsd Drilldown into SubmittedDateTime in schema fields_xsd Drilldown into SubmitterPerson in schema components_xsd Drilldown into SubmitterTypeCode in schema fields_xsdXSD Diagram of SubmitterType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SubmitterTypeCode nsA:SubmitterTypeCode 0 (1)
SubmitterPerson nsA:SubmitterPerson 0 (1)
SubmittedDateTime nsA:SubmittedDateTime 0 (1)
Comment nsA:Comment 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Submitter