Definition Type: ComplexType
Name: SpeakingHistoryType
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 SpeakingEvent in schema components_xsd Drilldown into SpeakingHistoryID in schema fields_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of SpeakingHistoryType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="SpeakingHistoryType">
    <xsd:sequence>
        <xsd:element ref="SpeakingHistoryID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SpeakingEvent" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
SpeakingHistoryID nsA:SpeakingHistoryID 0 unbounded
SpeakingEvent nsA:SpeakingEvent 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:SpeakingHistory