Definition Type: ComplexType
Name: MedicaidType
Namespace: http://www.hr-xml.org/3
Containing Schema: USEnrollment.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into EndDate in schema fields_xsd Drilldown into StartDate 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 MedicaidType in schema usenrollment_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="MedicaidType">
    <xsd:sequence>
        <xsd:element ref="StartDate" />
        <xsd:element ref="EndDate" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartDate nsA:StartDate (1) (1)
EndDate nsA:EndDate 0 (1)
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:Medicaid