Definition Type: ComplexType
Name: PersonSignatureType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into SignatureDate in schema fields_xsd Drilldown into PositionTitle in schema fields_xsd Drilldown into PersonName in schema components_xsd Drilldown into PersonID in schema fields_xsdXSD Diagram of PersonSignatureType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PersonSignatureType">
    <xsd:sequence>
        <xsd:element ref="PersonID" minOccurs="0" />
        <xsd:element ref="PersonName" minOccurs="0" />
        <xsd:element ref="PositionTitle" minOccurs="0" />
        <xsd:element ref="SignatureDate" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonID nsA:PersonID 0 (1)
PersonName nsA:PersonName 0 (1)
PositionTitle nsA:PositionTitle 0 (1)
SignatureDate nsA:SignatureDate 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:CertifyingMedicalReviewOfficer, nsA:CertifyingScientist, nsA:ReleasedBy, nsA:SpecimenCollector