<!--
		SIF Implementation Specification (Australia) 3.4.1 (April 27, 2017) Infrastructure Version: v3
	-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.sifassociation.org/datamodel/au/3.4" targetNamespace="http://www.sifassociation.org/datamodel/au/3.4" elementFormDefault="qualified" version="3.4.1"
>
  <!--SIFAU-->


  <!--SchoolInfo-->

  <xs:complexType name="SchoolInfoType">
    <xs:annotation>
      <xs:documentation>This object contains information about the school or campus.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="LocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The locally-assigned identifier for this school.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StateProvinceId" minOccurs="0" nillable="true" type="StateProvinceIdType">
        <xs:annotation>
          <xs:documentation>The state-assigned identifier for this school.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CommonwealthId" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Commonwealth identifier for this school/campus.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ACARAId" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>ACARA identifier for this school/campus.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherIdList" minOccurs="0" nillable="true" type="OtherIdListType">
        <xs:annotation>
          <xs:documentation>Lists all "other" identifiers associated with the school.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolName" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of school/campus.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LEAInfoRefId" minOccurs="0" nillable="true" type="RefIdType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) that references the school district of which this school is a member.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherLEA" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>The ID (GUID) of another related education agency, such as a regional service agency.</xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="RefIdType">
              <xs:attribute name="SIF_RefObject" use="required">
                <xs:annotation>
                  <xs:documentation>The name of the object reference. </xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="LEAInfo" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="SchoolDistrict" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The school district of which this school/campus is a member. Equivalent to DEECD Region.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolDistrictLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The school district Local ID. This should be the same as the LocalId in the LEAInfo if LEAInfo details are supplied.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolType" minOccurs="0" nillable="true" type="AUCodeSetsSchoolLevelType">
        <xs:annotation>
          <xs:documentation>An indication of the level of the educational institution.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolFocusList" minOccurs="0" nillable="true" type="SchoolFocusListType">
        <xs:annotation>
          <xs:documentation>Lists all "other" identifiers associated with the student.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolURL" minOccurs="0" nillable="true" type="SchoolURLType">
        <xs:annotation>
          <xs:documentation>URL for the school.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolEmailList" minOccurs="0" nillable="true" type="EmailListType">
        <xs:annotation>
          <xs:documentation>List of contact emails for the school.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PrincipalInfo" minOccurs="0" nillable="true" type="PrincipalInfoType">
        <xs:annotation>
          <xs:documentation>Information about the campus or school principal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolContactList" minOccurs="0" nillable="true" type="SchoolContactListType">
        <xs:annotation>
          <xs:documentation>A list of contact persons associated with a school.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AddressList" minOccurs="0" nillable="true" type="AddressListType">
        <xs:annotation>
          <xs:documentation>The school's addresses.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PhoneNumberList" minOccurs="0" nillable="true" type="PhoneNumberListType">
        <xs:annotation>
          <xs:documentation>The school's phone numbers.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SessionType" minOccurs="0" nillable="true" type="AUCodeSetsSessionTypeType">
        <xs:annotation>
          <xs:documentation>Code that specifies the session type.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="YearLevels" minOccurs="0" nillable="true" type="YearLevelsType">
        <xs:annotation>
          <xs:documentation>List of year levels offered by the school.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ARIA" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Accessibility/Remoteness Indicator of Australia.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OperationalStatus" minOccurs="0" nillable="true" type="OperationalStatusType">
        <xs:annotation>
          <xs:documentation>Operational condition of a school.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FederalElectorate" minOccurs="0" nillable="true" type="AUCodeSetsFederalElectorateType">
        <xs:annotation>
          <xs:documentation>Australian Federal Electorate.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Campus" minOccurs="0" nillable="true" type="CampusContainerType">
        <xs:annotation>
          <xs:documentation>Optional campus details.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolSector" type="AUCodeSetsSchoolSectorCodeType">
        <xs:annotation>
          <xs:documentation>(Government, or Non-Government).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="IndependentSchool" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Indicator as to whether school is an independent school (as opposed to government or catholic school).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NonGovSystemicStatus" minOccurs="0" nillable="true" type="AUCodeSetsSystemicStatusType">
        <xs:annotation>
          <xs:documentation>Used to clarify a non-government school's systemic status. Either Systemic or Non-Systemic.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="System" minOccurs="0" nillable="true" type="AUCodeSetsSchoolSystemType">
        <xs:annotation>
          <xs:documentation>System if a systemic school.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ReligiousAffiliation" minOccurs="0" nillable="true" type="AUCodeSetsAustralianStandardClassificationOfReligiousGroupsASCRGType">
        <xs:annotation>
          <xs:documentation>Religious affiliation (if any).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolGeographicLocation" minOccurs="0" nillable="true" type="AUCodeSetsSchoolLocationType">
        <xs:annotation>
          <xs:documentation>School Location</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocalGovernmentArea" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>LocalGovernmentArea that that school/campus is located in.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="JurisdictionLowerHouse" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Lower House area  that the school/campus  belongs to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SLA" minOccurs="0" nillable="true" type="AUCodeSetsAustralianStandardGeographicalClassificationASGCType">
        <xs:annotation>
          <xs:documentation>Statistical Local Area that the school/campus belongs to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolCoEdStatus" minOccurs="0" nillable="true" type="AUCodeSetsSchoolCoEdStatusType">
        <xs:annotation>
          <xs:documentation>Gender of student population.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="BoardingSchoolStatus" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Is this school a Boarding School?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="YearLevelEnrollmentList" minOccurs="0" nillable="true" type="YearLevelEnrollmentListType">
        <xs:annotation>
          <xs:documentation>Container for number of students enrolled per year level.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TotalEnrollments" minOccurs="0" nillable="true" type="TotalEnrollmentsType">
        <xs:annotation>
          <xs:documentation>Optional School/Campus enrolments.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Entity_Open" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Opening date of entity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Entity_Close" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Closing date of entity.  This element is allowed to be omitted and/or null.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolGroupList" minOccurs="0" nillable="true" type="SchoolGroupListType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID that identifies this school.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="SchoolInfo" type="SchoolInfoType">
    <xs:key name="SchoolInfoKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="SchoolInfoCollectionType">
    <xs:sequence>
      <xs:element name="SchoolInfo" type="SchoolInfoType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="SchoolInfos" type="SchoolInfoCollectionType" />


  <!--SystemRole-->

  <xs:complexType name="SystemRoleType">
    <xs:annotation>
      <xs:documentation>
          The SystemRole Object defines the systems that a user has access to, the roles they perform within those systems, and the scope of those roles within the particular system.
        </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SIF_RefId">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>The SIF RefId that provides the source Object for this SystemRole Object.</xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="IdRefType">
              <xs:attribute name="SIF_RefObject" use="required">
                <xs:annotation>
                  <xs:documentation>The type of SIF object that the SIF_RefId attribute identifies.</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="Identity" />
                    <xs:enumeration value="StudentPersonal" />
                    <xs:enumeration value="StaffPersonal" />
                    <xs:enumeration value="StudentContactPersonal" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="SystemContextList">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="SystemContext" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="RoleList" minOccurs="0" nillable="true">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="Role" maxOccurs="unbounded">
                          <xs:complexType>
                            <xs:sequence>
                              <xs:element name="RoleScopeList" minOccurs="0" nillable="true">
                                <xs:complexType>
                                  <xs:sequence>
                                    <xs:element name="RoleScope" maxOccurs="unbounded">
                                      <xs:complexType>
                                        <xs:sequence>
                                          <xs:element name="RoleScopeName" minOccurs="0" nillable="true" type="xs:normalizedString">
                                            <xs:annotation>
                                              <xs:documentation>The group/OU this role is applicable to.</xs:documentation>
                                            </xs:annotation>
                                          </xs:element>
                                          <xs:element name="RoleScopeRefId" minOccurs="0" nillable="true">
                                            <xs:complexType>
                                              <xs:annotation>
                                                <xs:documentation>The  SIF_RefId that provides  the source Object for this RoleScope.</xs:documentation>
                                              </xs:annotation>
                                              <xs:simpleContent>
                                                <xs:extension base="IdRefType">
                                                  <xs:attribute name="SIF_RefObject" use="required">
                                                    <xs:annotation>
                                                      <xs:documentation>The type of SIF object that the SIF_RefId attribute identifies.</xs:documentation>
                                                    </xs:annotation>
                                                    <xs:simpleType>
                                                      <xs:restriction base="xs:token">
                                                        <xs:enumeration value="SchoolInfo" />
                                                        <xs:enumeration value="TeachingGroup" />
                                                        <xs:enumeration value="StudentActivityParticipation" />
                                                      </xs:restriction>
                                                    </xs:simpleType>
                                                  </xs:attribute>
                                                </xs:extension>
                                              </xs:simpleContent>
                                            </xs:complexType>
                                          </xs:element>
                                        </xs:sequence>
                                      </xs:complexType>
                                    </xs:element>
                                  </xs:sequence>
                                </xs:complexType>
                              </xs:element>
                            </xs:sequence>
                            <xs:attribute name="RoleId" use="required" type="xs:normalizedString">
                              <xs:annotation>
                                <xs:documentation>Role of the entity this object describes in the SystemContext.</xs:documentation>
                              </xs:annotation>
                            </xs:attribute>
                          </xs:complexType>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
                <xs:attribute name="SystemId" use="required" type="xs:normalizedString">
                  <xs:annotation>
                    <xs:documentation>Id of the system that this SystemContext relates to.</xs:documentation>
                  </xs:annotation>
                </xs:attribute>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The SIF RefId that uniquely identifies this object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="SystemRole" type="SystemRoleType">
    <xs:key name="SystemRoleKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="SystemRoleCollectionType">
    <xs:sequence>
      <xs:element name="SystemRole" type="SystemRoleType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="SystemRoles" type="SystemRoleCollectionType" />


  <!--AggregateStatisticInfo-->

  <xs:complexType name="AggregateStatisticInfoType">
    <xs:annotation>
      <xs:documentation>This object defines the data that is being aggregated as well as the type of measurement that is being performed.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StatisticName" type="xs:token">
        <xs:annotation>
          <xs:documentation>Name of Aggregate Statistic</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CalculationRule" minOccurs="0" nillable="true">
        <xs:annotation>
          <xs:documentation>Rule for calculating the aggregate statistic</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attribute name="Type" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="Description" />
                    <xs:enumeration value="Formula" />
                    <xs:enumeration value="URL" />
                    <xs:enumeration value="Other" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="ApprovalDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date for which the statistic is initially valid</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExpirationDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date after which the statistic is no longer valid</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExclusionRules" minOccurs="0" nillable="true" type="ExclusionRulesType">
        <xs:annotation>
          <xs:documentation>Rules for which statistic may not be reported.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Source" minOccurs="0" nillable="true" type="xs:token">
        <xs:annotation>
          <xs:documentation>System providing the data: i.e., SIS, Transportation,</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EffectiveDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Effective date of the statistic</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DiscontinueDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Discontinue date of the statistic</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Location" minOccurs="0" nillable="true" type="LocationType">
        <xs:annotation>
          <xs:documentation>Location where the activity takes place.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Measure" minOccurs="0" nillable="true">
        <xs:annotation>
          <xs:documentation>Type of the statistic.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="Count" />
            <xs:enumeration value="Minimum" />
            <xs:enumeration value="Maximum" />
            <xs:enumeration value="Percent" />
            <xs:enumeration value="Mean" />
            <xs:enumeration value="Median" />
            <xs:enumeration value="Mode" />
            <xs:enumeration value="Sum" />
            <xs:enumeration value="StandardDeviation" />
            <xs:enumeration value="UnduplicatedCount" />
            <xs:enumeration value="FTE" />
            <xs:enumeration value="Other" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>Key</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="AggregateStatisticInfo" type="AggregateStatisticInfoType">
    <xs:key name="AggregateStatisticInfoKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="AggregateStatisticInfoCollectionType">
    <xs:sequence>
      <xs:element name="AggregateStatisticInfo" type="AggregateStatisticInfoType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AggregateStatisticInfos" type="AggregateStatisticInfoCollectionType" />


  <!--AggregateCharacteristicInfo-->

  <xs:complexType name="AggregateCharacteristicInfoType">
    <xs:annotation>
      <xs:documentation>This object defines the attribute of a group of objects that implicitly or explicitly defines a subset of the group for statistical purposes.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Description" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>
        Describes the supercategory of the characteristic described in the Definition element below.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Definition" type="xs:token">
        <xs:annotation>
          <xs:documentation>Defines the aggregate characteristic information.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ElementName" minOccurs="0" nillable="true" type="xs:token">
        <xs:annotation>
          <xs:documentation>
        Reference to SIF elements or external authority (e.g., StudentPersonal/PersonInfo/Demographics/Sex).
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>Key for aggregate characteristic information.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="AggregateCharacteristicInfo" type="AggregateCharacteristicInfoType">
    <xs:key name="AggregateCharacteristicInfoKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="AggregateCharacteristicInfoCollectionType">
    <xs:sequence>
      <xs:element name="AggregateCharacteristicInfo" type="AggregateCharacteristicInfoType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AggregateCharacteristicInfos" type="AggregateCharacteristicInfoCollectionType" />


  <!--AggregateStatisticFact-->

  <xs:complexType name="AggregateStatisticFactType">
    <xs:annotation>
      <xs:documentation>This object is the actual value of a statistical measurement. It is always associated with one statistic and one or more characteristics.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="AggregateStatisticInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>
      Reference to statistic defined by </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Characteristics" type="CharacteristicsType">
        <xs:annotation>
          <xs:documentation>
        Reference to one or more AggregateCharacteristicInfo objects.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Excluded" minOccurs="0" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="Yes" />
            <xs:enumeration value="No" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Value" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Value of the fact.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType" />
  </xs:complexType>

  <xs:element name="AggregateStatisticFact" type="AggregateStatisticFactType">
    <xs:key name="AggregateStatisticFactKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="AggregateStatisticFactCollectionType">
    <xs:sequence>
      <xs:element name="AggregateStatisticFact" type="AggregateStatisticFactType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="AggregateStatisticFacts" type="AggregateStatisticFactCollectionType" />


  <!--ResourceUsage-->

  <xs:complexType name="ResourceUsageType">
    <xs:annotation>
      <xs:documentation>
			This object tracks resource usage by a student or staff member at a school over a defined time period.
		  </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>SIF RefId that identifies the school providing the resource being tracked.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ResourceUsageContentType">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Code" type="AUCodeSetsResourceUsageContentTypeType">
              <xs:annotation>
                <xs:documentation>Codeset for type of resource being tracked.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="LocalDescription" minOccurs="0" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:documentation>Local description of type of resource being tracked.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="ResourceReportColumnList">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="ResourceReportColumn" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="ColumnName" type="xs:normalizedString">
                    <xs:annotation>
                      <xs:documentation>Name of a ReportRow value.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="ColumnDescription" minOccurs="0" nillable="true" type="xs:normalizedString">
                    <xs:annotation>
                      <xs:documentation>Description of a ReportRow value.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="ColumnDelimiter" minOccurs="0" nillable="true" type="xs:normalizedString">
                    <xs:annotation>
                      <xs:documentation>Delimiter separating this ReportRow value from the next; is assumed by default to be ",", with CSV parsing rules.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="ResourceReportLineList">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="ResourceReportLine" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="SIF_RefId" minOccurs="0" nillable="true">
                    <xs:complexType>
                      <xs:annotation>
                        <xs:documentation>SIF RefId that identifies the student, staff or group whose usage is being tracked.</xs:documentation>
                      </xs:annotation>
                      <xs:simpleContent>
                        <xs:extension base="IdRefType">
                          <xs:attribute name="SIF_RefObject" use="required">
                            <xs:annotation>
                              <xs:documentation>
        The type of SIF object that the ReportUserRefId attribute identifies.
     </xs:documentation>
                            </xs:annotation>
                            <xs:simpleType>
                              <xs:restriction base="xs:token">
                                <xs:enumeration value="StudentPersonal" />
                                <xs:enumeration value="StaffPersonal" />
                                <xs:enumeration value="TeachingGroup" />
                              </xs:restriction>
                            </xs:simpleType>
                          </xs:attribute>
                        </xs:extension>
                      </xs:simpleContent>
                    </xs:complexType>
                  </xs:element>
                  <xs:element name="StartDate" type="xs:date">
                    <xs:annotation>
                      <xs:documentation>Starting date for reporting period of resource usage.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="EndDate" minOccurs="0" nillable="true" type="xs:date">
                    <xs:annotation>
                      <xs:documentation>End date for reporting period of resource usage.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="CurrentCost" type="MonetaryAmountType">
                    <xs:annotation>
                      <xs:documentation>Current cost of reported resource usage.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="ReportRow" type="xs:normalizedString">
                    <xs:annotation>
                      <xs:documentation>Key of report-specific values, defined in ReportColumn</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The SIF RefId that uniquely identifies this object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="ResourceUsage" type="ResourceUsageType">
    <xs:key name="ResourceUsageKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="ResourceUsageCollectionType">
    <xs:sequence>
      <xs:element name="ResourceUsage" type="ResourceUsageType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResourceUsages" type="ResourceUsageCollectionType" />


  <!--RoomInfo-->

  <xs:complexType name="RoomInfoType">
    <xs:annotation>
      <xs:documentation>
        This object contains all of the information about a school's room. This object may contain a reference to a room type so that it may represent anything from a gym, cafeteria, to a standard classroom. The StaffList element usually contains the homeroom teacher.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>GUID that identifies the school that this room belongs to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The locally assigned identifier for the room.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RoomNumber" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Room number as presented to the user/application. It is intended to be human readable and user-friendly corresponding to the physical label of the Room.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StaffList" minOccurs="0" nillable="true" type="StaffListType" />
      <xs:element name="Description" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>
        Friendly name that can be assigned to the room (e.g. Staff Cafeteria).
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Building" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Extra building information. In the future Building could become its own object in which case this element will need to be changed to a RefId. Currently it is only required as a free text field.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="HomeroomNumber" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>When a room is designated as a homeroom it may have a different number. Usually blank when room is not a homeroom.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Size" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Size in square meters.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Capacity" minOccurs="0" nillable="true" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>Number of persons (usually students) that this room can hold.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PhoneNumber" minOccurs="0" nillable="true" type="PhoneNumberType">
        <xs:annotation>
          <xs:documentation>Phone number for the room</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RoomType" minOccurs="0" nillable="true" type="xs:token">
        <xs:annotation>
          <xs:documentation>Type of room, for use in timetabling.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>GUID that identifies this room.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="RoomInfo" type="RoomInfoType">
    <xs:key name="RoomInfoKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="RoomInfoCollectionType">
    <xs:sequence>
      <xs:element name="RoomInfo" type="RoomInfoType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RoomInfos" type="RoomInfoCollectionType" />


  <!--StaffAssignment-->

  <xs:complexType name="StaffAssignmentType">
    <xs:annotation>
      <xs:documentation>
        This object defines information related to a staff member's assignment(s); commonly, this will be a school
        assignment.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) that identifies the school where the staff member is assigned.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolYear" minOccurs="0" nillable="true" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>
        School year for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g., 2007). Release 1.2 allows this to be optional as JobStart and EndDate allow for this Object to be used over more than one year.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StaffPersonalRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>ID (GUID) of this staff member, as represented in the StaffPersonal object. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Description" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Short assignment description</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PrimaryAssignment" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>
        Is this the staff member's primary assignment?  Note: There must be one and only one instance of the object with a Yes value in this element per StaffMember per school year.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="JobStartDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>This is the date from which the staff assignment is valid (inclusive).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="JobEndDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>This is the date through which the staff assignment is valid (inclusive).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="JobFTE" minOccurs="0" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:decimal">
            <xs:annotation>
              <xs:documentation>Full-time job equivalent ratio for this assignment. (Format is x.xx; an employee who is full-time and who is 50% of their time on this assignment would be represented as 0.50)</xs:documentation>
            </xs:annotation>
            <xs:minInclusive value="0" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            <xs:maxInclusive value="1" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            <xs:fractionDigits value="2" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="JobFunction" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>The purpose of the activities as related to students.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EmploymentStatus" minOccurs="0" nillable="true" type="AUCodeSetsStaffStatusType">
        <xs:annotation>
          <xs:documentation>Status of staff member within this school.  Where a Staff member is employed by an organisation that covers more than one school, employment status may be different at each school. Not for NSSC Reporting</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StaffSubjectList" minOccurs="0" nillable="true" type="StaffSubjectListType">
        <xs:annotation>
          <xs:documentation>Subject(s) Staff member is eligible to teach.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StaffActivity" minOccurs="0" nillable="true" type="StaffActivityExtensionType">
        <xs:annotation>
          <xs:documentation>The purpose of the Teacher's role as related to students. Equivalent to 'JobFunction' in US Object.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="YearLevels" minOccurs="0" nillable="true" type="YearLevelsType">
        <xs:annotation>
          <xs:documentation>Year level(s) that the teacher is allowed to teach.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CasualReliefTeacher" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Is this teacher a casual relief teacher CRT?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Homegroup" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The name of the homegroup the staff member is assigned to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="House" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The name of the house the staff member is assigned to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CalendarSummaryList" minOccurs="0" nillable="true" type="CalendarSummaryListType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) of a calendar summary to which this Staff Member is associated with.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID that uniquely identifies a particular staff assignment.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="StaffAssignment" type="StaffAssignmentType">
    <xs:key name="StaffAssignmentKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="StaffAssignmentCollectionType">
    <xs:sequence>
      <xs:element name="StaffAssignment" type="StaffAssignmentType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="StaffAssignments" type="StaffAssignmentCollectionType" />


  <!--StaffPersonal-->

  <xs:complexType name="StaffPersonalType">
    <xs:annotation>
      <xs:documentation>
        This object contains all the personal information relating to a staff member, who might be a teacher or other employee of the school or district.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="LocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The locally-assigned identifier for this staff member.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StateProvinceId" minOccurs="0" nillable="true" type="StateProvinceIdType">
        <xs:annotation>
          <xs:documentation>The state-assigned identifier for this staff member.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ElectronicIdList" minOccurs="0" nillable="true" type="ElectronicIdListType">
        <xs:annotation>
          <xs:documentation>Electronic identifier(s) associated with this entity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherIdList" minOccurs="0" nillable="true" type="OtherIdListType">
        <xs:annotation>
          <xs:documentation>Lists all "other" identifiers associated with the staff member.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PersonInfo" type="PersonInfoType">
        <xs:annotation>
          <xs:documentation>Personal Information </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Title" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The staff member's title.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EmploymentStatus" minOccurs="0" nillable="true" type="AUCodeSetsStaffStatusType">
        <xs:annotation>
          <xs:documentation>Status of staff member within employing organisation. Not for NSSC Reporting</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MostRecent" minOccurs="0" nillable="true" type="StaffMostRecentContainerType">
        <xs:annotation>
          <xs:documentation>Container for elements reflecting the most recent assignment of a staff member. If the staff member is currently assigned, the elements contain current information.
            </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID of the staff member.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="StaffPersonal" type="StaffPersonalType">
    <xs:key name="StaffPersonalKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="StaffPersonalCollectionType">
    <xs:sequence>
      <xs:element name="StaffPersonal" type="StaffPersonalType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="StaffPersonals" type="StaffPersonalCollectionType" />


  <!--StudentPersonal-->

  <xs:complexType name="StudentPersonalType">
    <xs:annotation>
      <xs:documentation>This object contains all the personal information related to the student.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="AlertMessages" minOccurs="0" nillable="true" type="AlertMessagesType" />
      <xs:element name="MedicalAlertMessages" minOccurs="0" nillable="true" type="MedicalAlertMessagesType" />
      <xs:element name="LocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The locally-assigned identifier for this student.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StateProvinceId" minOccurs="0" nillable="true" type="StateProvinceIdType">
        <xs:annotation>
          <xs:documentation>The state-assigned identifier for this student.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ElectronicIdList" minOccurs="0" nillable="true" type="ElectronicIdListType">
        <xs:annotation>
          <xs:documentation>Electronic identifier(s) associated with this entity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherIdList" minOccurs="0" nillable="true" type="OtherIdListType">
        <xs:annotation>
          <xs:documentation>Lists all "other" identifiers associated with the student.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PersonInfo" type="PersonInfoType">
        <xs:annotation>
          <xs:documentation>Personal Information </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ProjectedGraduationYear" minOccurs="0" nillable="true" type="ProjectedGraduationYearType">
        <xs:annotation>
          <xs:documentation>Currently projected graduation year.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OnTimeGraduationYear" minOccurs="0" nillable="true" type="OnTimeGraduationYearType">
        <xs:annotation>
          <xs:documentation>First projected graduation year, usually determined when student is accepted into 9th grade.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="GraduationDate" minOccurs="0" nillable="true" type="GraduationDateType">
        <xs:annotation>
          <xs:documentation>
      Date student officially graduated from secondary education.
    </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MostRecent" minOccurs="0" nillable="true" type="StudentMostRecentContainerType">
        <xs:annotation>
          <xs:documentation>
        Container for elements reflecting the most recent enrollment of a student.  If the student is
        currently enrolled in the district, the elements contain current information.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AcceptableUsePolicy" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Does the student have a current signed Acceptable Use Policy document for system access?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="GiftedTalented" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType" />
      <xs:element name="EconomicDisadvantage" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Does the student meet the State criteria for classification as having an economic disadvantage?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ESL" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Does the student meet 'English as a Second Language Criteria'?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ESLDateAssessed" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date ESL eligibility was assessed. Having access to the date the last ESL assessment took place enables a school or the department to initiate a new assessment if required.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="YoungCarersRole" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Is the student a carer of other family members?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Disability" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Does the student have funding for disability?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="IntegrationAide" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Does the Student require an Integration Aide?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EducationSupport" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Is the student in receipt of education support?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="HomeSchooledStudent" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Student is not attending any school registered in the Australian School List. Mandatory if true.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Sensitive" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>For local use by jurisdictions where a court order, custody order or other restriction or risk exists and the student's record needs to be treated sensitively as restrictions on use apply.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OfflineDelivery" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Note that the student is unable to sit an assessment via an online delivery mode.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PrePrimaryEducation" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Care prior to kinder enrolment (eg. Family day care/home/extended care etc).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FirstAUSchoolEnrollment" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date of the first enrolment in an Australian School</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID of the student.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="StudentPersonal" type="StudentPersonalType">
    <xs:key name="StudentPersonalKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="StudentPersonalCollectionType">
    <xs:sequence>
      <xs:element name="StudentPersonal" type="StudentPersonalType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="StudentPersonals" type="StudentPersonalCollectionType" />


  <!--StudentSchoolEnrollment-->

  <xs:complexType name="StudentSchoolEnrollmentType">
    <xs:annotation>
      <xs:documentation>
        This object defines information related to a student's enrollment.  StudentSchoolEnrollment
        instances must not span multiple school years.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StudentPersonalRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) of the student to whom this information is linked.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) of the school to which this enrollment applies.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MembershipType" type="AUCodeSetsSchoolEnrollmentTypeType">
        <xs:annotation>
          <xs:documentation>The type of this enrollment as it relates to the school identified in SchoolInfoRefId.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The locally-assigned identifier for this student enrollment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeFrame" type="AUCodeSetsEnrollmentTimeFrameType">
        <xs:annotation>
          <xs:documentation>
        The timeframe of the enrollment based on the SIF_Date of last publication. For events, it is determined as of the date the event is generated. For requests and responses, it is calculated based on the date of the request.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolYear" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>
        School year for which this enrollment is applicable, expressed as the four-digit year in which the school year ends (e.g. 2007). StudentSchoolEnrollment instances must not span multiple school years.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EntryDate" type="xs:date">
        <xs:annotation>
          <xs:documentation>The date from when this enrollment is valid.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EntryType" minOccurs="0" nillable="true" type="StudentEntryContainerType">
        <xs:annotation>
          <xs:documentation>Container elements for EntryType information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="YearLevel" minOccurs="0" nillable="true" type="YearLevelType">
        <xs:annotation>
          <xs:documentation>Year or academic level of student.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Homeroom" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>Homeroom for this enrollment.</xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="IdRefType">
              <xs:attribute name="SIF_RefObject" use="required">
                <xs:annotation>
                  <xs:documentation>The name of the object referenced.</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="RoomInfo" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="Advisor" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>Staff member assigned as an advisor.</xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="IdRefType">
              <xs:attribute name="SIF_RefObject" use="required">
                <xs:annotation>
                  <xs:documentation>The name of the object referenced.</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="StaffPersonal" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="Counselor" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>Staff member assigned as an advisor.</xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="IdRefType">
              <xs:attribute name="SIF_RefObject" use="required">
                <xs:annotation>
                  <xs:documentation>The name of the object referenced.</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="StaffPersonal" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="Homegroup" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The name of the homegroup the student enrollment belongs to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ACARASchoolId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>ACARA School Id.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ClassCode" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The name of the class code the student belongs to, for the purposes of NAPLAN registration.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TestLevel" minOccurs="0" nillable="true" type="YearLevelType">
        <xs:annotation>
          <xs:documentation>Values: 3,5,7,9. The test level that the student is registering for.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ReportingSchool" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Is this the school to which student's report is to be made available?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="House" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The name of the house the student belongs to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="IndividualLearningPlan" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Does this student have an individual learning plan in place?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Calendar" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>The calendar assigned to this enrollment. </xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="IdRefType">
              <xs:attribute name="SIF_RefObject" use="required">
                <xs:annotation>
                  <xs:documentation>The name of the object referenced.</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="CalendarSummary" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="ExitDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>
        The last school calendar day of this enrollment. If the student has exited the school or the enrollment has a RecordClosureReason, ExitDate must have a value.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExitStatus" minOccurs="0" nillable="true" type="StudentExitStatusContainerType">
        <xs:annotation>
          <xs:documentation>Container element for exit status codes.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExitType" minOccurs="0" nillable="true" type="StudentExitContainerType" />
      <xs:element name="FTE" minOccurs="0" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:decimal">
            <xs:annotation>
              <xs:documentation>Full-time equivalent numeric value of the student's course load during this enrollment, expressed in decimal form, where 1.00 represents a full-time enrollment.</xs:documentation>
            </xs:annotation>
            <xs:minInclusive value="0" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            <xs:maxInclusive value="1" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            <xs:fractionDigits value="2" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="FTPTStatus" minOccurs="0" nillable="true" type="AUCodeSetsFTPTStatusCodeType">
        <xs:annotation>
          <xs:documentation>An indication of whether the student is enrolled full time or part time.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FFPOS" minOccurs="0" nillable="true" type="AUCodeSetsFFPOSStatusCodeType">
        <xs:annotation>
          <xs:documentation>Enrolled Full-fee Paying Overseas Student (FFPOS) Status.  Enrolment Frame Element 10 NSCC Collection.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CatchmentStatus" minOccurs="0" nillable="true" type="CatchmentStatusContainerType">
        <xs:annotation>
          <xs:documentation>Container element for location of an individual's legal residence relative to (within or outside) the boundaries of the school for this enrolment. Enrolment Catchment Status.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RecordClosureReason" minOccurs="0" nillable="true">
        <xs:annotation>
          <xs:documentation>The reason why this enrollment was closed.  The EndOfYear option must be used to convey status change due to rollover activity.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="SchoolExit" />
            <xs:enumeration value="TimeDependentDataChange" />
            <xs:enumeration value="EndOfYear" />
            <xs:enumeration value="CampusExit" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="PromotionInfo" minOccurs="0" nillable="true" type="PromotionInfoType">
        <xs:annotation>
          <xs:documentation>Information on a student's promotion, retention, or demotion related to this enrollment instance.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PreviousSchool" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>If the student has previously been enrolled at a school, i.e. student is transferring, the previous school number.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DestinationSchool" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>If the student has exited the school, the local id of the school to which the student has transferred to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StudentSubjectChoiceList" minOccurs="0" nillable="true" type="StudentSubjectChoiceListType">
        <xs:annotation>
          <xs:documentation>List of Student Subject Choices where available.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The ID (GUID) that uniquely identifies a particular enrollment.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="StudentSchoolEnrollment" type="StudentSchoolEnrollmentType">
    <xs:key name="StudentSchoolEnrollmentKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="StudentSchoolEnrollmentCollectionType">
    <xs:sequence>
      <xs:element name="StudentSchoolEnrollment" type="StudentSchoolEnrollmentType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="StudentSchoolEnrollments" type="StudentSchoolEnrollmentCollectionType" />


  <!--StudentContactPersonal-->

  <xs:complexType name="StudentContactPersonalType">
    <xs:annotation>
      <xs:documentation>
      This object contains information about the people who are referenced as student contacts.
    </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="LocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The locally-assigned identifier for this person. Note: LocalId may be used as a unique person identifier rather than a unique contact identifier. In this case there may be more than one StudentContactPersonal instance with the same LocalId.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherIdList" minOccurs="0" nillable="true" type="OtherIdListType">
        <xs:annotation>
          <xs:documentation>Lists all "other" identifiers associated with the contact.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PersonInfo" type="PersonInfoType">
        <xs:annotation>
          <xs:documentation>Personal Information </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EmploymentType" minOccurs="0" nillable="true" type="AUCodeSetsEmploymentTypeType">
        <xs:annotation>
          <xs:documentation>Code that defines employment type. This is compulsory for Parents or Guardians of the Student.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolEducationalLevel" minOccurs="0" nillable="true" type="EducationalLevelType">
        <xs:annotation>
          <xs:documentation>The highest level of education completed by the contact person.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NonSchoolEducation" minOccurs="0" nillable="true" type="AUCodeSetsNonSchoolEducationType">
        <xs:annotation>
          <xs:documentation>This reflects the level of the Contact's Non-School Education.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The ID (GUID) that uniquely identifies the instance of the object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="StudentContactPersonal" type="StudentContactPersonalType">
    <xs:key name="StudentContactPersonalKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="StudentContactPersonalCollectionType">
    <xs:sequence>
      <xs:element name="StudentContactPersonal" type="StudentContactPersonalType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="StudentContactPersonals" type="StudentContactPersonalCollectionType" />


  <!--StudentParticipation-->

  <xs:complexType name="StudentParticipationType">
    <xs:annotation>
      <xs:documentation>This object contains information pertaining to student eligibility for and participation in an individualized special program such as special education, ESL, etc.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StudentPersonalRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID of the student that this object is linked to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StudentParticipationAsOfDate" type="xs:date">
        <xs:annotation>
          <xs:documentation>
        Effective date (NOT the entry date) of this StudentParticipation instance for the identified student and program.
        Each time there is a change to the student's program participation profile, a new instance of this object is to be generated with
        the appropriate StudentParticipationAsOfDate and a new RefId.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ProgramType" minOccurs="0" nillable="true" type="AUCodeSetsStudentFamilyProgramTypeType">
        <xs:annotation>
          <xs:documentation>Identifies the individualised program for which the student's participation is described in this instance</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ProgramFundingSources" minOccurs="0" nillable="true" type="ProgramFundingSourcesType">
        <xs:annotation>
          <xs:documentation>List of funding sources</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ManagingSchool">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>The GUID of the school responsible for coordinating the student's program participation.</xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="IdRefType">
              <xs:attribute name="SIF_RefObject" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="SchoolInfo" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="ReferralDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date student was referred for evaluation/program participation.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ReferralSource" minOccurs="0" nillable="true" type="ReferralSourceType" />
      <xs:element name="ProgramStatus" minOccurs="0" nillable="true" type="ProgramStatusType">
        <xs:annotation>
          <xs:documentation>The current status of the student's program participation.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="GiftedEligibilityCriteria" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Eligible for Gifted / Talented program?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EvaluationParentalConsentDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date parent(s) consented to completion of evaluation of child for program participation.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EvaluationDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date the evaluation/assessment process for student was completed.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EvaluationExtensionDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Actual date by which evaluation must be completed (for state use in determining timeliness in event that parent and LEA agreed to an extension beyond normal state deadline).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExtensionComments" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>Contains any comments on the extension.  Optional even if an EvaluationExtensionDate is present.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ReevaluationDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date students will be reevaluated for continued placement in a support program(s).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ProgramEligibilityDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date student is eligible for beginning the support program(s).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ProgramPlanDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date the most recent program plan was completed and approved by the team responsible for developing it.  The date the parent consented to placement is NOREPDate.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ProgramPlanEffectiveDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date by which the plan must be implemented for the student.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NOREPDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date the Notice of Recommended Educational Placement was signed and approved by the parent / guardian of the student.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PlacementParentalConsentDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date the parent(s) consented to the proposed placement.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ProgramPlacementDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date student began the support program.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExtendedSchoolYear" minOccurs="0" nillable="true" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>For special education, indicates whether Extended School Year (ESY) / summer  services have been determined as necessary</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExtendedDay" minOccurs="0" nillable="true" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>For special education, indicates whether Extended School Day (ESD) services have been determined as necessary.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ProgramAvailability" minOccurs="0" nillable="true" type="ProgramAvailabilityType" />
      <xs:element name="EntryPerson" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Identification / name of the person who created the transaction that led to the creation of this instance of the object.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StudentSpecialEducationFTE" minOccurs="0" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:decimal">
            <xs:annotation>
              <xs:documentation>Calculated ratio of time the student is in a special ed setting.  Values range from 0.00 to 1.00.  If the student is in a special ed setting 25% of the time, the value is .25; if 100% of the time, the value is 1.00.</xs:documentation>
            </xs:annotation>
            <xs:minInclusive value="0" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            <xs:maxInclusive value="1" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            <xs:fractionDigits value="2" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="ParticipationContact" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Primary contact for this record.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>This is the unique identification code</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="StudentParticipation" type="StudentParticipationType">
    <xs:key name="StudentParticipationKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="StudentParticipationCollectionType">
    <xs:sequence>
      <xs:element name="StudentParticipation" type="StudentParticipationType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="StudentParticipations" type="StudentParticipationCollectionType" />


  <!--PersonPicture-->

  <xs:complexType name="PersonPictureType">
    <xs:annotation>
      <xs:documentation>This object contains information about the person's picture.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="ParentObjectRefId">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>The GUID of the personal object to which this picture is linked</xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="IdRefType">
              <xs:attribute name="SIF_RefObject" use="required">
                <xs:annotation>
                  <xs:documentation>The name of the object reference. </xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="StudentPersonal" />
                    <xs:enumeration value="StaffPersonal" />
                    <xs:enumeration value="StudentContactPersonal" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="SchoolYear" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>
        School year for which this enrollment is applicable, expressed as the four-digit year in which the school year
        ends (e.g. 2007).
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PictureSource">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>
        This element defines the picture. If the Type attribute is URL, this is the location of the picture in [JPEG] format; if Type is JPEG, this is the [JPEG] image data encoded using the Base64 Content-Transfer-Encoding defined in Section 6.8 of [RFC 2045].
      </xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="URIOrBinaryType">
              <xs:attribute name="Type" use="required" type="AUCodeSetsPictureSourceType">
                <xs:annotation>
                  <xs:documentation>The way the picture is specified.</xs:documentation>
                </xs:annotation>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="OKToPublish" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Can the picture be published?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The ID (GUID) that uniquely identifies the picture.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="PersonPicture" type="PersonPictureType">
    <xs:key name="PersonPictureKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="PersonPictureCollectionType">
    <xs:sequence>
      <xs:element name="PersonPicture" type="PersonPictureType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="PersonPictures" type="PersonPictureCollectionType" />


  <!--CalendarDate-->

  <xs:complexType name="CalendarDateType">
    <xs:annotation>
      <xs:documentation>This object defines information related to a school calendar day in a given school calendar year. If both CalendarDate and CalendarSummary objects are supported, there must be an instance of this object for each date between CalendarSummary StartDate and EndDate, inclusive.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Date" type="xs:date">
        <xs:annotation>
          <xs:documentation>A specific school day that occurs within the school year.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CalendarSummaryRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) of the calendar summary in which this calendar date is.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) of the school for which this calendar information is being reported.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolYear" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>School year for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g., "2009").</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CalendarDateType" type="CalendarDateInfoType">
        <xs:annotation>
          <xs:documentation>Calendar date type information.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CalendarDateNumber" minOccurs="0" nillable="true" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>Order in which the calendar date falls within the school calendar.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StudentAttendance" minOccurs="0" nillable="true" type="AttendanceInfoType">
        <xs:annotation>
          <xs:documentation>Information describing how the day relates to student attendance.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TeacherAttendance" minOccurs="0" nillable="true" type="AttendanceInfoType">
        <xs:annotation>
          <xs:documentation>Information describing how the day relates to teacher attendance.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AdministratorAttendance" minOccurs="0" nillable="true" type="AttendanceInfoType">
        <xs:annotation>
          <xs:documentation>Information describing how the day relates to administrator attendance.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="CalendarDateRefId" use="required" type="IdRefType">
      <xs:annotation>
        <xs:documentation>An ID (GUID) for this day date of the calendar information that is being reported. This GUID would be used to form a REST URL.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="CalendarDate" type="CalendarDateType">
    <xs:key name="CalendarDateKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@CalendarDateRefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="CalendarDateCollectionType">
    <xs:sequence>
      <xs:element name="CalendarDate" type="CalendarDateType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CalendarDates" type="CalendarDateCollectionType" />


  <!--CalendarSummary-->

  <xs:complexType name="CalendarSummaryType">
    <xs:annotation>
      <xs:documentation>This object provides a summary of a school's calendar information for a given school year.  A school may have more than one calendar per school year (e.g., one calendar for Kindergarten students, one for special education students, one for seniors, or one for each calendar track), and each may have different days in session, start and end dates, minutes per day, instructional minutes, etc.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) of the school for which this calendar information is being reported.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolYear" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>School year for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g., "2007").</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The locally assigned identifier for this calendar.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Description" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>Textual description of the school calendar.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DaysInSession" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>The total number of days that the school was or is anticipated to be in session during the school year.  Also included are days on which the education institution facility is closed and the student body as a whole is engaged in planned activities off-campus under the guidance and direction of staff members.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StartDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>The first calendar date, whether or not instruction was provided. If both CalendarSummary and CalendarDate objects are supported, StartDate must be the date of the first chronological instance of CalendarDate for the school's calendar.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EndDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>The last calendar date, whether or not instruction was provided. If both CalendarSummary and CalendarDate objects are supported, EndDate must be the last chronological instance of CalendarDate for the school's calendar.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FirstInstructionDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>The first day of student instruction.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LastInstructionDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>The last day of student instruction (including days or times that students are present for purposes of testing and/or evaluation, but not including whole or part-days whose sole purposes is for distribution of report cards).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="GraduationDate" minOccurs="0" nillable="true" type="GraduationDateType">
        <xs:annotation>
          <xs:documentation>Date of graduation ceremony.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="InstructionalMinutes" minOccurs="0" nillable="true" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>The total number of instructional minutes for this calendar for the school year.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MinutesPerDay" minOccurs="0" nillable="true" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>The number of minutes in the day in which the school is normally in session.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="YearLevels" minOccurs="0" nillable="true" type="YearLevelsType">
        <xs:annotation>
          <xs:documentation>Collection of year levels applicable to this school calendar.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The ID (GUID) of the calendar to which this information relates.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="CalendarSummary" type="CalendarSummaryType">
    <xs:key name="CalendarSummaryKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="CalendarSummaryCollectionType">
    <xs:sequence>
      <xs:element name="CalendarSummary" type="CalendarSummaryType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CalendarSummarys" type="CalendarSummaryCollectionType" />


  <!--StudentAttendanceSummary-->

  <xs:complexType name="StudentAttendanceSummaryType">
    <xs:annotation>
      <xs:documentation>This object provides a summary of a student's daily attendance and membership information for a given school during the time period between the StartDate and EndDate, inclusive.  As such, there may be multiple instances of this object for a student in a school over the course of a school year.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StudentPersonalRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) of the student for whom this attendance information is being reported.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) of the school for which this attendance information is being reported.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolYear" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>School year for which the information is applicable.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StartDate" type="xs:date">
        <xs:annotation>
          <xs:documentation>Starting date of this attendance reporting period.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EndDate" type="xs:date">
        <xs:annotation>
          <xs:documentation>Ending date of this attendance reporting period.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StartDay" minOccurs="0" nillable="true" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>Number of the school day represented in StartDate.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EndDay" minOccurs="0" nillable="true" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>Number of the school day represented in EndDate.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FTE" minOccurs="0" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:decimal">
            <xs:annotation>
              <xs:documentation>Full time equivalent numeric value of the student's course load during this attendance period, expressed in decimal form, where 1.00 represents a full time enrollment.</xs:documentation>
            </xs:annotation>
            <xs:minInclusive value="0" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            <xs:maxInclusive value="1" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            <xs:fractionDigits value="2" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="DaysAttended" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>The number of days the student attended school when school was in session between the StartDate and EndDate, inclusive.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExcusedAbsences" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>The number of days the student was absent from school with a valid excuse when school was in session between the StartDate and EndDate, inclusive.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UnexcusedAbsences" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>The number of days the student was absent from school without a valid excuse when school was in session between the StartDate and EndDate, inclusive.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DaysTardy" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>The number of days the student was tardy when school was in session between the StartDate and EndDate, inclusive.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DaysInMembership" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>The number of days the student was present plus the number of days the student was absent when school was in session during the period between the StartDate and EndDate, inclusive.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="StudentAttendanceSummaryRefId" use="required" type="IdRefType">
      <xs:annotation>
        <xs:documentation>An ID (GUID) for this summary of attendance information being reported on. This GUID would be used to form a REST URL.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="StudentAttendanceSummary" type="StudentAttendanceSummaryType">
    <xs:key name="StudentAttendanceSummaryKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@StudentAttendanceSummaryRefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="StudentAttendanceSummaryCollectionType">
    <xs:sequence>
      <xs:element name="StudentAttendanceSummary" type="StudentAttendanceSummaryType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="StudentAttendanceSummarys" type="StudentAttendanceSummaryCollectionType" />


  <!--StudentDailyAttendance-->

  <xs:complexType name="StudentDailyAttendanceType">
    <xs:annotation>
      <xs:documentation>This object provides daily attendance information for a particular student in a particular school on a particular date.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StudentPersonalRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) of the student for whom this attendance information is being reported.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) of the school for which this attendance information is being reported.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Date" type="xs:date">
        <xs:annotation>
          <xs:documentation>The calendar date to which this attendance information relates.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolYear" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>
        School year for which this enrollment is applicable, expressed as the four-digit year in which the school year
        ends (e.g. 2007).
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DayValue" minOccurs="0" nillable="true" type="AUCodeSetsDayValueCodeType">
        <xs:annotation>
          <xs:documentation>Value of a day this instance represents.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AttendanceCode" type="AttendanceCodeType">
        <xs:annotation>
          <xs:documentation>Locally defined code for attendance.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AttendanceStatus" type="AUCodeSetsAttendanceStatusType">
        <xs:annotation>
          <xs:documentation>Approved or Unapproved status of this attendance code.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeIn" minOccurs="0" nillable="true" type="xs:time">
        <xs:annotation>
          <xs:documentation>The time the student entered or returned to school.  Must be provided if 'Partial' chosen for DayValue.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeOut" minOccurs="0" nillable="true" type="xs:time">
        <xs:annotation>
          <xs:documentation>The time the student left school.  Must be provided if 'Partial' chosen for DayValue..</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AbsenceValue" minOccurs="0" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:decimal">
            <xs:annotation>
              <xs:documentation>Must be provided if the DayValue is "Partial" or "Other". The amount of absence represented by AttendanceCode, up to three decimal places.</xs:documentation>
            </xs:annotation>
            <xs:minInclusive value="0" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            <xs:maxInclusive value="1" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="AttendanceNote" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Note related to this particular attendance.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The ID (GUID) assigned to uniquely identify this attendance record.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="StudentDailyAttendance" type="StudentDailyAttendanceType">
    <xs:key name="StudentDailyAttendanceKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="StudentDailyAttendanceCollectionType">
    <xs:sequence>
      <xs:element name="StudentDailyAttendance" type="StudentDailyAttendanceType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="StudentDailyAttendances" type="StudentDailyAttendanceCollectionType" />


  <!--StudentPeriodAttendance-->

  <xs:complexType name="StudentPeriodAttendanceType">
    <xs:annotation>
      <xs:documentation>
        This object allows recording of period level attendance for a student.

        The Australian StudentPeriodAttendance object differs to the US StudentPeriodAttendance object in the following ways:
        Student Period Attendance object is usually linked to a SessionInfo object (see below), but it is possible, for simple period attendance packages, to not link period attendance to a session or timetable.There will be one provider of the StudentPeriodAttendance within a SIF Zone in Australia.  The US, in contrast, has specified objects and events to allow for multiple providers of the StudentPeriodAttendance object in a zone.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StudentPersonalRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID of the student that this attendance applies to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The school where the attendance was recorded.  Somewhat redundant, needed for requests.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Date" type="xs:date">
        <xs:annotation>
          <xs:documentation>The date of the attendance event.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SessionInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID of the session that this attendance applies to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ScheduledActivityRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID of the ScheduledActivity Object attendance applies to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimetablePeriod" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The period within which attendance is being reported, e.g. "4D".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeIn" minOccurs="0" nillable="true" type="xs:time">
        <xs:annotation>
          <xs:documentation>The time the student entered or returned to this class.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeOut" minOccurs="0" nillable="true" type="xs:time">
        <xs:annotation>
          <xs:documentation>The time the student left this class.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AttendanceCode" type="AttendanceCodeType">
        <xs:annotation>
          <xs:documentation>Code that describes the absence or attendance</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AttendanceStatus" type="AUCodeSetsAttendanceStatusType">
        <xs:annotation>
          <xs:documentation>Approved or Unapproved status of this attendance code.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolYear" minOccurs="0" nillable="true" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>
        School year for which this enrollment is applicable, expressed as the four-digit year in which the school year
        ends (e.g. 2007).
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AuditInfo" minOccurs="0" nillable="true" type="AuditInfoType">
        <xs:annotation>
          <xs:documentation>An audit trail to help determine who entered this attendance event and when.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AttendanceComment" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>This element contains the comments that are relevant to this attendance record.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The ID (GUID) assigned to uniquely identify this attendance record.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="StudentPeriodAttendance" type="StudentPeriodAttendanceType">
    <xs:key name="StudentPeriodAttendanceKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="StudentPeriodAttendanceCollectionType">
    <xs:sequence>
      <xs:element name="StudentPeriodAttendance" type="StudentPeriodAttendanceType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="StudentPeriodAttendances" type="StudentPeriodAttendanceCollectionType" />


  <!--SessionInfo-->

  <xs:complexType name="SessionInfoType">
    <xs:annotation>
      <xs:documentation>
        This object provides the link between Period Attendance and the school's timetable.  It allows subject and teaching group information to be communicated to/from the attendance system.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) of the school for which this attendance information is being reported.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeTableCellRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The (GUID) of the piece of Curriculum (TT Grid) scheduled</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolYear" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>School year for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g., "2007").</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Session Local Identifier</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeTableSubjectLocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>TimeTableSubject Local Identifier</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TeachingGroupLocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Teaching Group Local Identifier</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>School Local Identifier</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StaffPersonalLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Staff Local Identifier</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RoomNumber" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Room number as presented to the user or application.  Needs to be provided if changed from  TimeTableCell.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DayId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Day Id.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PeriodId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Period Id within the Day Id</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SessionDate" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date of Session</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StartTime" minOccurs="0" nillable="true" type="xs:time">
        <xs:annotation>
          <xs:documentation>Optional Start Time</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FinishTime" minOccurs="0" nillable="true" type="xs:time">
        <xs:annotation>
          <xs:documentation>Optional End Time</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RollMarked" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Was the Roll Marked for this Period?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID of the Object</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="SessionInfo" type="SessionInfoType">
    <xs:key name="SessionInfoKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="SessionInfoCollectionType">
    <xs:sequence>
      <xs:element name="SessionInfo" type="SessionInfoType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="SessionInfos" type="SessionInfoCollectionType" />


  <!--LearningStandardDocument-->

  <xs:complexType name="LearningStandardDocumentType">
    <xs:annotation>
      <xs:documentation>
        A curriculum standards document or the like published by a national, state, district, school site, professional association or other interested party. The LearningStandardDocument reflects an expectation of student work.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Title" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of curriculum document, i.e., "NSW History Curriculum K-10."</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Description" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>Description of the standards document.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RichDescription" minOccurs="0" nillable="true" type="AbstractContentElementType">
        <xs:annotation>
          <xs:documentation>Description of the curriculum document that allows pictures as well as text..</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Source">
        <xs:annotation>
          <xs:documentation>
        Defines source of standard document.  This is the descriptive type of the organization listed in Organization. It serves to describe the type of the standards contained within the document.
      </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="National" />
            <xs:enumeration value="State" />
            <xs:enumeration value="Regional" />
            <xs:enumeration value="District" />
            <xs:enumeration value="Site" />
            <xs:enumeration value="Classroom" />
            <xs:enumeration value="Publisher" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Organizations" type="OrganizationsType" />
      <xs:element name="Authors" minOccurs="0" nillable="true" type="AuthorsType" />
      <xs:element name="OrganizationContactPoint" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>A brief description of how to contact the organization maintaining the standards. It could be a phone number, email address, or URL.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SubjectAreas" type="ACStrandAreaListType" />
      <xs:element name="DocumentStatus">
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="Draft" />
            <xs:enumeration value="Adopted" />
            <xs:enumeration value="Archived" />
            <xs:enumeration value="Unknown" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="DocumentDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>The date the current status was achieved.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocalAdoptionDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>The date the local organization adopted this standard document</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocalArchiveDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>The date the local organization stopped using this standard document and superseded by a new document.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EndOfLifeDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>This is the date that the governing organization retired this document. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Copyright" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Date" minOccurs="0" nillable="true" type="xs:date">
              <xs:annotation>
                <xs:documentation>Copyright date</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Holder" minOccurs="0" nillable="true" type="xs:normalizedString">
              <xs:annotation>
                <xs:documentation>Name of the copyright holder</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="YearLevels" minOccurs="0" nillable="true" type="YearLevelsType">
        <xs:annotation>
          <xs:documentation>SIF common YearLevels element</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RepositoryDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date document data was added to the repository</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LearningStandardItemRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Link to the first/top LearningStandardItem in the standard hierarchy</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RelatedLearningStandards" minOccurs="0" nillable="true" type="LearningStandardsDocumentType" />
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>Id for the standards document</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="LearningStandardDocument" type="LearningStandardDocumentType">
    <xs:key name="LearningStandardDocumentKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="LearningStandardDocumentCollectionType">
    <xs:sequence>
      <xs:element name="LearningStandardDocument" type="LearningStandardDocumentType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="LearningStandardDocuments" type="LearningStandardDocumentCollectionType" />


  <!--LearningStandardItem-->

  <xs:complexType name="LearningStandardItemType">
    <xs:annotation>
      <xs:documentation>
      This object contains information related to curriculum standards statements "standards" or "benchmarks" or the like
      within the document. Each LearningStandardItem reflects an individual standard statement and may occur
      at several levels within a hierarchially structured document.
    </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Resources" minOccurs="0" nillable="true" type="LResourcesType">
        <xs:annotation>
          <xs:documentation>Container for related resources.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StandardSettingBody" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Country" type="CountryType" />
            <xs:element name="StateProvince" minOccurs="0" nillable="true" type="StateProvinceType" />
            <xs:element name="SettingBodyName" minOccurs="0" nillable="true" type="xs:normalizedString">
              <xs:annotation>
                <xs:documentation>This is the text version of the organization's name.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="StandardHierarchyLevel">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Number" type="xs:unsignedInt">
              <xs:annotation>
                <xs:documentation>Integer assigned to each hierarchical level within standards tree. The top level is "1".</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Description" type="xs:string">
              <xs:annotation>
                <xs:documentation>Used to describe what role this item is serving in the structure. Some documents describe their levels in terms of standard, strands, and topics. Others use standards, benchmarks, and indicators. In Australia, this is typically in terms of Course or Unit, Year Level, Outcomes. This attribute names the level of the item. </xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="PredecessorItems" minOccurs="0" nillable="true" type="LearningStandardsType">
        <xs:annotation>
          <xs:documentation>GUID assigned to the LearningStandardItem directly above it in the hierarchy tree. This is a repeatable element because a single granular item may relate to multiple parent levels of the hierarchy.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StatementCodes" minOccurs="0" nillable="true" type="StatementCodesType" />
      <xs:element name="Statements" minOccurs="0" nillable="true" type="StatementsType" />
      <xs:element name="YearLevels" type="YearLevelsType" />
      <xs:element name="ACStrandSubjectArea" minOccurs="0" nillable="true" type="ACStrandSubjectAreaType" />
      <xs:element name="StandardIdentifier" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="YearCreated" type="xs:gYear">
              <xs:annotation>
                <xs:documentation>This represents the year that this specific learning standard was created.  This is important to indicate as standards are updated to reflect the appropriate year it was created. This would be assigned by and unique to the standard setting body.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="ACStrandSubjectArea" type="ACStrandSubjectAreaType">
              <xs:annotation>
                <xs:documentation>This represents the subject or content area this curriculum item addresses. This would be assigned by and unique to the curriculum setting body.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="StandardNumber" type="xs:normalizedString">
              <xs:annotation>
                <xs:documentation>This is the specific number of the standard.  For example, if the subject is mathematics and this standard is Patterns, Functions and Algebra, this would be StandardNumber 1. This would be assigned by and unique to the standard setting body.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="YearLevels" type="YearLevelsType">
              <xs:annotation>
                <xs:documentation>This represents the grade level(s) this specific learning standard will address. This may be addressed in different ways.  Some states have a grade level that covers several grades and others have just one grade. This would be assigned by and unique to the standard setting body.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="Benchmark" minOccurs="0" nillable="true" type="xs:normalizedString">
              <xs:annotation>
                <xs:documentation>This is the next level within the hierarchy of the learning standard.  For example, if the subject is mathematics and the standard is algebra, this would be the next delineation - Represent an unknown quantity as a variable using a symbol, including letters. This would be assigned by and unique to the standard setting body.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="YearLevel" minOccurs="0" nillable="true" type="YearLevelType">
              <xs:annotation>
                <xs:documentation>This is the specific year level.  This is to be utilized if the YearLevel covers several years. This would be assigned by and unique to the standard setting body.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="IndicatorNumber" minOccurs="0" nillable="true" type="xs:normalizedString">
              <xs:annotation>
                <xs:documentation>This would be the most granular level of the learning standard associated with the grade level. Following the same example, an indicator for Algebra YearLevel 5-7, the indicator for the benchmark above at Year 6 would be to Evaluate simple expressions by replacing variables with given values, and use formulas in problem-solving situations. This would be assigned by and unique to the standard setting body.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="AlternateIdentificationCodes" minOccurs="0" nillable="true">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="AlternateIdentificationCode" maxOccurs="unbounded" type="xs:normalizedString">
                    <xs:annotation>
                      <xs:documentation>An alphanumeric Id code as defined by the organization to identify the statement.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="Organization" type="xs:normalizedString">
              <xs:annotation>
                <xs:documentation>Name of organization represented by the document, i.e., "National Council of Teachers of Mathematics (NCTM)," "NSW," "ACARA." This is the name of the organization that has this AlternateIdentificationCode. This should be a text field.</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="LearningStandardDocumentRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The RefId of the item's parent LearningStandardDocument.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RelatedLearningStandardItems" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="LearningStandardItemRefId" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:annotation>
                  <xs:documentation>A relationship between the current standard item and another standard item.</xs:documentation>
                </xs:annotation>
                <xs:simpleContent>
                  <xs:extension base="IdRefType">
                    <xs:attribute name="RelationshipType" use="required">
                      <xs:annotation>
                        <xs:documentation>Type of the relationship between the current standard and the target standard.  The value identifies the type of standard of the target item. The purpose of this information is to allow applications to sort/display these relationships in the appropriate context.</xs:documentation>
                      </xs:annotation>
                      <xs:simpleType>
                        <xs:union>
                          <xs:simpleType>
                            <xs:restriction base="AUCodeSetsLearningStandardItemRelationshipTypesType" />
                          </xs:simpleType>
                          <xs:simpleType>
                            <xs:restriction base="xs:token" />
                          </xs:simpleType>
                        </xs:union>
                      </xs:simpleType>
                    </xs:attribute>
                  </xs:extension>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="Level4" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>This is the second to most granular level of the learning or performance standard associated with the grade level.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Level5" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>This is the most granular level of the learning or performance standard associated with the grade level.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>GUID assigned to each statement at each level within the document hierarchy</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="LearningStandardItem" type="LearningStandardItemType">
    <xs:key name="LearningStandardItemKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="LearningStandardItemCollectionType">
    <xs:sequence>
      <xs:element name="LearningStandardItem" type="LearningStandardItemType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="LearningStandardItems" type="LearningStandardItemCollectionType" />


  <!--LearningResource-->

  <xs:complexType name="LearningResourceType">
    <xs:annotation>
      <xs:documentation>
        This object contains information related to learning resources that may be used in educational settings. These
        include textbooks, Internet content, educational software, videos and DVDs, supplemental print material, etc.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Name" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of learning resource.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Author" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of organization or company that created the resource.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Contacts" minOccurs="0" nillable="true" type="ContactsType">
        <xs:annotation>
          <xs:documentation>Contains contact information about resource authors.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Location" minOccurs="0" nillable="true">
        <xs:annotation>
          <xs:documentation>Description of location of resource, i.e. location in library or URL, community resource, outside resource supplier.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attribute name="ReferenceType" use="required" type="xs:token">
                <xs:annotation>
                  <xs:documentation>A qualifying attribute for the Location payload. If ReferenceType is "URI", the payload contains a web address where the resource can be found.</xs:documentation>
                </xs:annotation>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="Status" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Describes availability status of resource, e.g. "checked out."</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Description" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>Description of the resource, e.g., "This textbook is intended for year 4 social studies students and addresses..."</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="YearLevels" minOccurs="0" nillable="true" type="YearLevelsType" />
      <xs:element name="SubjectAreas" minOccurs="0" nillable="true" type="ACStrandAreaListType" />
      <xs:element name="MediaTypes" minOccurs="0" nillable="true" type="MediaTypesType">
        <xs:annotation>
          <xs:documentation>
        Resource media types.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UseAgreement" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>Describes terms of use for resource.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AgreementDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>A date that defines the date of agreement.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Approvals" minOccurs="0" nillable="true" type="ApprovalsType">
        <xs:annotation>
          <xs:documentation>Authorizations to use this resource. For example, this resource may be included as part of the district's standard curriculum model.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Evaluations" minOccurs="0" nillable="true" type="EvaluationsType">
        <xs:annotation>
          <xs:documentation>Evaluations/review of the resource.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Components" type="ComponentsType">
        <xs:annotation>
          <xs:documentation>Lesson or activity-sized portions of a resource.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LearningStandards" minOccurs="0" nillable="true" type="LearningStandardsType">
        <xs:annotation>
          <xs:documentation>References to LearningStandardItems.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LearningResourcePackageRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>
        Reference to a LearningResourcePackage, a transport envelope for teaching and learning object files.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>GUID assigned to this LearningResource.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="LearningResource" type="LearningResourceType">
    <xs:key name="LearningResourceKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="LearningResourceCollectionType">
    <xs:sequence>
      <xs:element name="LearningResource" type="LearningResourceType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="LearningResources" type="LearningResourceCollectionType" />


  <!--LearningResourcePackage-->

  <xs:complexType name="LearningResourcePackageType">
    <xs:complexContent>
      <xs:extension base="AbstractContentPackageType">
        <xs:annotation>
          <xs:documentation>A wrapper for any external learning content to be transmitted across a SIF Zone.</xs:documentation>
        </xs:annotation>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>

  <xs:element name="LearningResourcePackage" type="LearningResourcePackageType" />

  <xs:complexType name="LearningResourcePackageCollectionType">
    <xs:sequence>
      <xs:element name="LearningResourcePackage" type="LearningResourcePackageType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="LearningResourcePackages" type="LearningResourcePackageCollectionType" />


  <!--TimeTableSubject-->

  <xs:complexType name="TimeTableSubjectType">
    <xs:annotation>
      <xs:documentation>
        This purpose of this object is to define and communicate the subject or distinct piece of curriculum that needs to be scheduled by the time table generator.  This is a new object proposed to meet SIF-AU needs.  Reviews of the existing specifications identified two relevant objects - SchoolCourseInfo, defined in SIF US 2.2 specification and SchoolGroup, defined within the SIF UK 1.1 specification.  These objects appear to have some similar context but seem overly complex considering that Australian requirements, which are limited to the Student Administration System or Curriculum Delivery System providing base information to the Time Tabling application about what curriculum offerings are being proposed.

        When this data is sent in a Request/Response only those subjects that are relevant to be scheduled (or active), should be sent to the TimeTabling application.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SubjectLocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>SubjectLocalID - Distinct piece of curriculum that is to be scheduled.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AcademicYear" minOccurs="0" nillable="true" type="YearLevelType">
        <xs:annotation>
          <xs:documentation>Subject Year Level.  Either AcademicYear or AcademicYearRange must be provided.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AcademicYearRange" minOccurs="0" nillable="true" type="YearRangeType">
        <xs:annotation>
          <xs:documentation>Range of Academic Years subject spans.  Either AcademicYear or AcademicYearRange must be provided.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CourseLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local Course Id, if associated with a Course.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolCourseInfoRefId" minOccurs="0" nillable="true" type="RefIdType">
        <xs:annotation>
          <xs:documentation>The GUID of the SchoolCourseInfo object.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Faculty" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Faculty</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SubjectShortName" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>SubjectShortName</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SubjectLongName" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>SubjectLongName</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SubjectType" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Core or Elective or ?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ProposedMaxClassSize" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Suggested maximum class size for this subject.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ProposedMinClassSize" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Suggested minimum class size for this subject.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Optional the GUID of the SchoolInfo Object  if this object is known in the zone.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Optional Local School Id</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Semester" minOccurs="0" nillable="true" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>Semester, Term, or Quarter subject offered.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolYear" minOccurs="0" nillable="true" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>
        School year for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g., "2007").
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType">
        <xs:annotation>
          <xs:documentation>Any other codes this subject is known by; eg VASS code for VCE in Vic.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>GUID that identifies this TimeTableSubject.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="TimeTableSubject" type="TimeTableSubjectType">
    <xs:key name="TimeTableSubjectKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="TimeTableSubjectCollectionType">
    <xs:sequence>
      <xs:element name="TimeTableSubject" type="TimeTableSubjectType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="TimeTableSubjects" type="TimeTableSubjectCollectionType" />


  <!--TimeTable-->

  <xs:complexType name="TimeTableType">
    <xs:annotation>
      <xs:documentation>
        The purpose of this object is to define a schedule or Time Table structure/skeleton for the school.  The Time Table is produced by the Time Tabling software.  Once the Time Table is produced, the time tabling software creates the schedule based on business rules and constraints to fit into the time table structure.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Optional, the GUID of the SchoolInfo Object if this object is known in the zone.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolYear" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>
        School year for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g., "2007").
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local TimeTable ID</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Title" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Unique Name of the proposed Time Table</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DaysPerCycle" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>Max Number of days per Time Table cycle</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PeriodsPerDay" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>Max Number of periods per Time Table Day</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TeachingPeriodsPerDay" minOccurs="0" nillable="true" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>Teaching periods per day if different to PeriodsPerDay</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Optional Local School Id</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolName" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The school name in plain text. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeTableCreationDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date Schedule was created or last edited.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StartDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>First day of TimeTable.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EndDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Last day of the TimeTable.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeTableDayList" type="TimeTableDayListType">
        <xs:annotation>
          <xs:documentation>Container for TimeTableDays in Schedule</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>GUID that identifies this  TimeTable object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="TimeTable" type="TimeTableType">
    <xs:key name="TimeTableKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="TimeTableCollectionType">
    <xs:sequence>
      <xs:element name="TimeTable" type="TimeTableType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="TimeTables" type="TimeTableCollectionType" />


  <!--TeachingGroup-->

  <xs:complexType name="TeachingGroupType">
    <xs:annotation>
      <xs:documentation>
        This object identifies a particular Teaching Group or class in a particular a time table.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolYear" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>School year for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g., "2007").</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>LocalId of the Teaching Group (previously ClassIndicator).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ShortName" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Short free format label that describes the group.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LongName" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Longer description if required.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="GroupType" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Added to allow local implmentations to filter on categories of Teaching Group. Where there is a need to filter particular groups based on their types for particular functions;  group type provides the means of identifying the type of group such as roll class or subject class for instance and treat them accordingly.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Set" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Set Number (UK)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Block" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Block (UK)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CurriculumLevel" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Assessment Stage eg VELS Level</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolInfoRefId" minOccurs="0" nillable="true" type="RefIdType">
        <xs:annotation>
          <xs:documentation>GUID of SchoolInfo object this teaching group belongs to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local School Id.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolCourseInfoRefId" minOccurs="0" nillable="true" type="RefIdType">
        <xs:annotation>
          <xs:documentation>GUID of SchoolCourseInfo object this teaching group is part of.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolCourseLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local Course Id.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeTableSubjectRefId" minOccurs="0" nillable="true" type="RefIdType">
        <xs:annotation>
          <xs:documentation>GUID of TimeTableSubject object this teaching group belongs to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeTableSubjectLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local subject Id.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Semester" minOccurs="0" nillable="true" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>Semester, Term, or Quarter subject offered.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StudentList" minOccurs="0" nillable="true" type="StudentListType">
        <xs:annotation>
          <xs:documentation>List of Students in this Teaching Group</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TeacherList" minOccurs="0" nillable="true" type="TeacherListType">
        <xs:annotation>
          <xs:documentation>A List of teachers associated with the group –  may or may not include the teacher timetabled in the schedule.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MinClassSize" minOccurs="0" nillable="true" type="xs:integer">
        <xs:annotation>
          <xs:documentation>Minimum class size.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MaxClassSize" minOccurs="0" nillable="true" type="xs:integer">
        <xs:annotation>
          <xs:documentation>Maximum class size</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TeachingGroupPeriodList" minOccurs="0" nillable="true" type="TeachingGroupPeriodListType">
        <xs:annotation>
          <xs:documentation>A List of schedule information that can be published by an SIS which is a subset of information available in the TimeTableCell object.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID of the TeachingGroup</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="TeachingGroup" type="TeachingGroupType">
    <xs:key name="TeachingGroupKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="TeachingGroupCollectionType">
    <xs:sequence>
      <xs:element name="TeachingGroup" type="TeachingGroupType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="TeachingGroups" type="TeachingGroupCollectionType" />


  <!--TimeTableCell-->

  <xs:complexType name="TimeTableCellType">
    <xs:annotation>
      <xs:documentation>
        The purpose of this object is to identify a specific cell within a particular TimeTable.  A time table is a structure that represents all the available days and times (periods) for which a particular teaching group, or subject can be scheduled.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TimeTableRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID of the TimeTable to which this Cell belongs</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeTableSubjectRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID of the Subject that this Cell is scheduling</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TeachingGroupRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID of the TeachingGroup being scheduled</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RoomInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID of the Resource being Scheduled</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StaffPersonalRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID of the Staff Member being Scheduled</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeTableLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Time Table Local Identifier</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SubjectLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Subject Local Id</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TeachingGroupLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Teaching Group </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RoomNumber" minOccurs="0" nillable="true" type="HomeroomNumberType">
        <xs:annotation>
          <xs:documentation>Room number as presented to the user/application.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StaffLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Staff LocalId</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DayId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Day Id </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PeriodId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Period Id within the Day Id</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CellType" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Type of Lesson/Session  eg Teaching, Lunch etc</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Optional, the GUID of the SchoolInfo Object  if this object is known in the zone</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Optional, Local School Id</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TeacherList" minOccurs="0" nillable="true" type="ScheduledTeacherListType">
        <xs:annotation>
          <xs:documentation>A listing of the teachers assigned to the activity, and the type of supervision they are credited with. If no teachers are listed, the activity is assumed to be unsupervised.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RoomList" minOccurs="0" nillable="true" type="RoomListType">
        <xs:annotation>
          <xs:documentation>List of rooms in which the scheduled activity is held. Used for onsite venues which are represented in the source system as rooms. Can include large venues (ovals, library, etc), if they have been represented as rooms; source system practice varies.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID of the TimeTableCell</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="TimeTableCell" type="TimeTableCellType">
    <xs:key name="TimeTableCellKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="TimeTableCellCollectionType">
    <xs:sequence>
      <xs:element name="TimeTableCell" type="TimeTableCellType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="TimeTableCells" type="TimeTableCellCollectionType" />


  <!--SchoolCourseInfo-->

  <xs:complexType name="SchoolCourseInfoType">
    <xs:annotation>
      <xs:documentation>This object is for course information.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) that identifies the school where the course is offered.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The locally-assigned identifier for this school/campus.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolYear" minOccurs="0" nillable="true" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>
        School year for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g. 2007).
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TermInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>
        The ID (GUID) that uniquely identifies this TermInfo (reportable time period).
        Either SchoolYear or TermInfoRefId must be provided.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CourseCode" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>School-defined local code for the course.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StateCourseCode" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>State-defined standard course code used to report information about courses.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DistrictCourseCode" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The corresponding district course code.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SubjectAreaList" minOccurs="0" nillable="true" type="SubjectAreaListType">
        <xs:annotation>
          <xs:documentation>Subject matter areas.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CourseTitle" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Title of the course.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Description" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Textual description of the course.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="InstructionalLevel" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>An indication of the general nature and difficulty of instruction provided.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CourseCredits" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The number of credits awarded upon course completion.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CoreAcademicCourse" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Does the course meet the state definition of a core academic course?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="GraduationRequirement" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Does the state require that the course be completed for graduation?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Department" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Department with jurisdiction over this course.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CourseContent" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Description of course content.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The ID (GUID) that uniquely identifies the school course.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="SchoolCourseInfo" type="SchoolCourseInfoType">
    <xs:key name="SchoolCourseInfoKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="SchoolCourseInfoCollectionType">
    <xs:sequence>
      <xs:element name="SchoolCourseInfo" type="SchoolCourseInfoType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="SchoolCourseInfos" type="SchoolCourseInfoCollectionType" />


  <!--LEAInfo-->

  <xs:complexType name="LEAInfoType">
    <xs:annotation>
      <xs:documentation>This object contains information about a school district, region, or other Local, State or Jurisdiction Educational Authority.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="LocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The locally-assigned identifier for this LEA.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StateProvinceId" minOccurs="0" nillable="true" type="StateProvinceIdType">
        <xs:annotation>
          <xs:documentation>The state-assigned identifier for this LEA.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CommonwealthId" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Commonwealth Identifier for this Entity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LEAName" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of LEA.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LEAURL" minOccurs="0" nillable="true" type="xs:anyURI">
        <xs:annotation>
          <xs:documentation>URL for the LEA.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EducationAgencyType" minOccurs="0" nillable="true" type="AgencyType">
        <xs:annotation>
          <xs:documentation>The classification of the education agency within the geographic boundaries of a state according to the level of administrative and operational control.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LEAContactList" minOccurs="0" nillable="true" type="LEAContactListType" />
      <xs:element name="PhoneNumberList" minOccurs="0" nillable="true" type="PhoneNumberListType">
        <xs:annotation>
          <xs:documentation>The LEA's phone number(s).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AddressList" minOccurs="0" nillable="true" type="AddressListType">
        <xs:annotation>
          <xs:documentation>The LEA's address(es).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OperationalStatus" minOccurs="0" nillable="true" type="OperationalStatusType">
        <xs:annotation>
          <xs:documentation>Operational condition of a school.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="JurisdictionLowerHouse" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Lower House area  that the school/campus  belongs to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SLA" minOccurs="0" nillable="true" type="AUCodeSetsAustralianStandardGeographicalClassificationASGCType">
        <xs:annotation>
          <xs:documentation>Statistical Local Area that the school/campus belongs to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID of the LEA whose information this is.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="LEAInfo" type="LEAInfoType">
    <xs:key name="LEAInfoKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="LEAInfoCollectionType">
    <xs:sequence>
      <xs:element name="LEAInfo" type="LEAInfoType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="LEAInfos" type="LEAInfoCollectionType" />


  <!--TermInfo-->

  <xs:complexType name="TermInfoType">
    <xs:annotation>
      <xs:documentation>This object provides information about a term; i.e., a reportable period of time.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) that identifies the school where the term is used.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolYear" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>
        School year for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g., "2009").
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StartDate" type="xs:date">
        <xs:annotation>
          <xs:documentation>Starting date of the term.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EndDate" type="xs:date">
        <xs:annotation>
          <xs:documentation>Ending date of the term.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Description" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Text-based description of the term.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RelativeDuration" minOccurs="0" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:decimal">
            <xs:annotation>
              <xs:documentation>Portion of the school year represented by this term, expressed in decimal form precise to 4 decimal places (e.g., 0.1333).</xs:documentation>
            </xs:annotation>
            <xs:minInclusive value="0" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            <xs:maxInclusive value="1" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            <xs:fractionDigits value="4" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="TermCode" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Locally-defined code.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Track" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The name, description, or code of the track that contains this term. This is used when there are multiple tracks within a school. For instance, kindergarten commonly has a different set of terms than other grades within the school.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TermSpan" minOccurs="0" nillable="true" type="AUCodeSetsSessionTypeType">
        <xs:annotation>
          <xs:documentation>What sort of Session this TermSpan equates to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MarkingTerm" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Does this TermInfo represent a marking period?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchedulingTerm" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Does this TermInfo represent a scheduling term?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AttendanceTerm" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Does this TermInfo represent an attendance term?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The ID (GUID) that uniquely identifies this TermInfo entity.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="TermInfo" type="TermInfoType">
    <xs:key name="TermInfoKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="TermInfoCollectionType">
    <xs:sequence>
      <xs:element name="TermInfo" type="TermInfoType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="TermInfos" type="TermInfoCollectionType" />


  <!--StudentContactRelationship-->

  <xs:complexType name="StudentContactRelationshipType">
    <xs:annotation>
      <xs:documentation>
      This object defines a relationship between a contact person and a student.
    </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StudentPersonalRefId" type="RefIdType">
        <xs:annotation>
          <xs:documentation>GUID that identifies the student for the relationship.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StudentContactPersonalRefId" type="RefIdType">
        <xs:annotation>
          <xs:documentation>GUID that identifies the contact person for the relationship.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Relationship" type="RelationshipType">
        <xs:annotation>
          <xs:documentation>Defines the relationship of the contact to the student.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ParentRelationshipStatus" minOccurs="0" nillable="true">
        <xs:annotation>
          <xs:documentation>Confirms whether or not this contact defined in the relationship is to be tracked for MCEECDYA Data Implementation Manual Reporting.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="Parent1" />
            <xs:enumeration value="Parent2" />
            <xs:enumeration value="NotForReporting" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="HouseholdList" minOccurs="0" nillable="true" type="HouseholdListType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="ContactFlags" minOccurs="0" nillable="true" type="ContactFlagsType">
        <xs:annotation>
          <xs:documentation>
        Contains Yes/No characteristics of the contact person's role.  Provide a Yes value for all that apply.
        At least one of the child elements of ContactFlags must have a Yes value.
        Do not publish the StudentContactRelationship instance if one of the child elements does not have a Yes value.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MainlySpeaksEnglishAtHome" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Is English the main language spoken at home?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ContactSequence" minOccurs="0" nillable="true" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>Number indicating the order in which the person should be contacted.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ContactSequenceSource" minOccurs="0" nillable="true" type="AUCodeSetsSourceCodeTypeType">
        <xs:annotation>
          <xs:documentation>Indicates the source who provided the contact sequence order. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="StudentContactRelationshipRefId" use="required" type="IdRefType">
      <xs:annotation>
        <xs:documentation>An ID (GUID) for this paticular student-contact relationship. This GUID would be used to form a REST URL.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="StudentContactRelationship" type="StudentContactRelationshipType">
    <xs:key name="StudentContactRelationshipKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@StudentContactRelationshipRefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="StudentContactRelationshipCollectionType">
    <xs:sequence>
      <xs:element name="StudentContactRelationship" type="StudentContactRelationshipType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="StudentContactRelationships" type="StudentContactRelationshipCollectionType" />


  <!--StudentActivityInfo-->

  <xs:complexType name="StudentActivityInfoType">
    <xs:annotation>
      <xs:documentation>Co-curricular or extra-curricular activities (e.g., student organizations, inter-school sports, athletics, publications, band, orchestra, and service activities) in which students may participate.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Title" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of the co-curricular or extra-curricular activity. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Description" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The description of the co-curricular or extra-curricular activity. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StudentActivityType" type="StudentActivityType">
        <xs:annotation>
          <xs:documentation>Information regarding the co-curricular or extra-curricular activity. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StudentActivityLevel" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>A description of the separation of level in the activity (e.g. House, Inter-school, Club, State, National).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="YearLevels" minOccurs="0" nillable="true" type="YearLevelsType">
        <xs:annotation>
          <xs:documentation>Collection of year levels applicable to this co-curricular or extra-curricular activity. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CurricularStatus" minOccurs="0" nillable="true" type="AUCodeSetsActivityTypeType">
        <xs:annotation>
          <xs:documentation>An indication of the degree to which an activity is related to a student's curriculum. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Location" minOccurs="0" nillable="true" type="LocationType">
        <xs:annotation>
          <xs:documentation>Location where the activity takes place.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The ID (GUID) that uniquely identifies the instance of the object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="StudentActivityInfo" type="StudentActivityInfoType">
    <xs:key name="StudentActivityInfoKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="StudentActivityInfoCollectionType">
    <xs:sequence>
      <xs:element name="StudentActivityInfo" type="StudentActivityInfoType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="StudentActivityInfos" type="StudentActivityInfoCollectionType" />


  <!--StudentActivityParticipation-->

  <xs:complexType name="StudentActivityParticipationType">
    <xs:annotation>
      <xs:documentation>
      This object provides information on a co-curricular or extra-curricular activity in which a student participates during a given school year.
    </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StudentPersonalRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>GUID that identifies the student participating in the activity. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StudentActivityInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>GUID that identifies the activity in which the student participates.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolYear" minOccurs="0" nillable="true" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>
        School year for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g., "2009").
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ParticipationComment" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>Comment related to the student's participation in the activity. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StartDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>This is the date from which the activity participation is valid (inclusive). </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EndDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>This is the date through which the activity participation is valid (inclusive). If element is supported by the publisher/responder, should contain a date if the student withdraws from the activity before the end of the school year. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Role" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Specific role the student plays in the activity (e.g., band leader, student body president). </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RecognitionList" minOccurs="0" nillable="true" type="RecognitionListType">
        <xs:annotation>
          <xs:documentation>List of awards and other types of recognition given to the student for this activity. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The ID (GUID) that uniquely identifies the instance of the object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="StudentActivityParticipation" type="StudentActivityParticipationType">
    <xs:key name="StudentActivityParticipationKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="StudentActivityParticipationCollectionType">
    <xs:sequence>
      <xs:element name="StudentActivityParticipation" type="StudentActivityParticipationType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="StudentActivityParticipations" type="StudentActivityParticipationCollectionType" />


  <!--Identity-->

  <xs:complexType name="IdentityType">
    <xs:annotation>
      <xs:documentation>
        This object allows a system that stores network identities and/or passwords to share them with other applications through SIF. The provider of the Identity object may only support providing an identity or a password, or it may support both.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SIF_RefId">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>
        The SIF RefId of a StudentPersonal, StaffPersonal, or StudentContactPersonal object.
      </xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="IdRefType">
              <xs:attribute name="SIF_RefObject" use="required">
                <xs:annotation>
                  <xs:documentation>
        The type of SIF object that the SIF_RefId attribute identifies.
      </xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="StudentPersonal" />
                    <xs:enumeration value="StaffPersonal" />
                    <xs:enumeration value="StudentContactPersonal" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="AuthenticationSource">
        <xs:annotation>
          <xs:documentation>
        The type of source system that produced this Identity object.
      </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="AUAccessShibboleth" />
            <xs:enumeration value="MSActiveDirectory" />
            <xs:enumeration value="NovellNDS" />
            <xs:enumeration value="OpenDirectory" />
            <xs:enumeration value="OpenID" />
            <xs:enumeration value="Other" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="IdentityAssertions" minOccurs="0" nillable="true" type="IdentityAssertionsType">
        <xs:annotation>
          <xs:documentation>The list of identity assertions for this user.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PasswordList" minOccurs="0" nillable="true" type="PasswordListType">
        <xs:annotation>
          <xs:documentation>Allows a provider or publisher to specify the same password using multiple algorithms, if supported.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AuthenticationSourceGlobalUID" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The globally unique person identifier that links together separate Identity objects which reference the same Person.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The SIF RefId that uniquely identifies this object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="Identity" type="IdentityType">
    <xs:key name="IdentityKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="IdentityCollectionType">
    <xs:sequence>
      <xs:element name="Identity" type="IdentityType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Identitys" type="IdentityCollectionType" />


  <!--SchoolPrograms-->

  <xs:complexType name="SchoolProgramsType">
    <xs:annotation>
      <xs:documentation>
      This object contains information about Programs offered by a school.
    </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>GUID that identifies the school offering this program.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolYear" minOccurs="0" nillable="true" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>
      School year for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g., "2009").
    </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolProgramList" minOccurs="0" nillable="true" type="SchoolProgramListType">
        <xs:annotation>
          <xs:documentation>List of School Programs</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>GUID that uniquely identifies this instance of the object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="SchoolPrograms" type="SchoolProgramsType">
    <xs:key name="SchoolProgramsKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="SchoolProgramsCollectionType">
    <xs:sequence>
      <xs:element name="SchoolPrograms" type="SchoolProgramsType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="SchoolProgramss" type="SchoolProgramsCollectionType" />


  <!--SectionInfo-->

  <xs:complexType name="SectionInfoType">
    <xs:annotation>
      <xs:documentation>This object provides information about the section, the specific time period a session of the course meets. Australian Implementations have been using TeachingGroup as a representation of a class;</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolCourseInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The Id (GUID) that identifies the course being taught in this section.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The locally-assigned identifier for this course section.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Description" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Description of the course section.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolYear" minOccurs="0" nillable="true" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>
        School year for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g. 2013 for the 2013 school year).
		Either SchoolYear or TermInfoRefId must be provided.
		  </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TermInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The Id (GUID) of the term to which this schedule information relates.
				Either TermInfoRefId or SchoolYear must be provided.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MediumOfInstruction" minOccurs="0" nillable="true" type="MediumOfInstructionType">
        <xs:annotation>
          <xs:documentation>Medium through which the student receives instructional communication from the teacher.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LanguageOfInstruction" minOccurs="0" nillable="true" type="LanguageOfInstructionType">
        <xs:annotation>
          <xs:documentation>Language in which the section is taught.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocationOfInstruction" minOccurs="0" nillable="true" type="LocationOfInstructionType">
        <xs:annotation>
          <xs:documentation>Description of the location in which the section is taught.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SummerSchool" minOccurs="0" nillable="true">
        <xs:annotation>
          <xs:documentation>Is this a summer school assignment?</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="Yes" />
            <xs:enumeration value="No" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="SchoolCourseInfoOverride" minOccurs="0" nillable="true" type="SchoolCourseInfoOverrideType">
        <xs:annotation>
          <xs:documentation>Optional overrides of the course information for this section.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CourseSectionCode" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>A section code that is linked to a course.  This should be a unique identifier within the school year and course (i.e. the class instance number for a course).  For example, Algebra I: Section 23 is different from English II: Section 23. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SectionCode" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>A unique identifier of the section for the school year and across courses (i.e. unique across all courses).  For example, Algebra I sections range from 00122 to 00140 and English II courses range from 00141 to 00152.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CountForAttendance" minOccurs="0" nillable="true">
        <xs:annotation>
          <xs:documentation>Indicates if attendance in this section is collected and used in attendance calculations.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="Yes" />
            <xs:enumeration value="No" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The Id (GUID) that uniquely identifies this section entity.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="SectionInfo" type="SectionInfoType">
    <xs:key name="SectionInfoKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="SectionInfoCollectionType">
    <xs:sequence>
      <xs:element name="SectionInfo" type="SectionInfoType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="SectionInfos" type="SectionInfoCollectionType" />


  <!--StudentSectionEnrollment-->

  <xs:complexType name="StudentSectionEnrollmentType">
    <xs:annotation>
      <xs:documentation>This object contains information about a student's enrollment in a section of a course.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StudentPersonalRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The Id (GUID) of the student to whom the enrollment information applies.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SectionInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The Id (GUID) of the section in which this student is enrolled.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolYear" minOccurs="0" nillable="true" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>
        School year for which the information is applicable, expressed as the four-digit year. e.g. 2013</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EntryDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date from when this course section enrollment is valid.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExitDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>The last school calendar day (membership day) the student was enrolled in the course section (inclusive).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The Id (GUID) that uniquely identifies this StudentSectionEnrollment entity.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="StudentSectionEnrollment" type="StudentSectionEnrollmentType">
    <xs:key name="StudentSectionEnrollmentKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="StudentSectionEnrollmentCollectionType">
    <xs:sequence>
      <xs:element name="StudentSectionEnrollment" type="StudentSectionEnrollmentType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="StudentSectionEnrollments" type="StudentSectionEnrollmentCollectionType" />


  <!--Activity-->

  <xs:complexType name="ActivityType">
    <xs:annotation>
      <xs:documentation>
        The work assigned to students, an educational event planned by a teacher to deliver a particular educational concept
        or skill.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Title" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Descriptive name of the activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Preamble" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>Description and context for the activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TechnicalRequirements" minOccurs="0" nillable="true" type="TechnicalRequirementsType">
        <xs:annotation>
          <xs:documentation>List of Operating system, network, and other technical requirements for the activity, if applicable.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SoftwareRequirementList" minOccurs="0" nillable="true" type="SoftwareRequirementListType">
        <xs:annotation>
          <xs:documentation>Contains information about required software.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EssentialMaterials" minOccurs="0" nillable="true" type="EssentialMaterialsType">
        <xs:annotation>
          <xs:documentation>Essential materials required to engage in this activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LearningObjectives" minOccurs="0" nillable="true" type="LearningObjectivesType">
        <xs:annotation>
          <xs:documentation>Educational objectives of the activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LearningStandards" minOccurs="0" nillable="true" type="LearningStandardsType">
        <xs:annotation>
          <xs:documentation>Associated LearningStandardItemobjects.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SubjectArea" minOccurs="0" nillable="true" type="SubjectAreaType" />
      <xs:element name="Prerequisites" minOccurs="0" nillable="true" type="PrerequisitesType">
        <xs:annotation>
          <xs:documentation>Skills or competencies the student must have to engage in activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Students" minOccurs="0" nillable="true" type="StudentsType">
        <xs:annotation>
          <xs:documentation>Links to any students or group or category of students that this activity is for.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SourceObjects" minOccurs="0" nillable="true" type="SourceObjectsType">
        <xs:annotation>
          <xs:documentation>Source objects assigned to students.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Points" minOccurs="0" nillable="true" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>Number of possible points for an activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ActivityTime" type="ActivityTimeType">
        <xs:annotation>
          <xs:documentation>Time structures for the activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AssessmentRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Link to the SIF Assessment object containing the evaluation information for this activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MaxAttemptsAllowed" minOccurs="0" nillable="true" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>How many tries allowed.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ActivityWeight" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>The percentage weight of the activity during the particular course or term.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Evaluation" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Description" minOccurs="0" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:documentation>A free text description of the evaluation to be used for this activity</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
          <xs:attribute name="EvaluationType" use="required">
            <xs:annotation>
              <xs:documentation>A qualifer for what type of evaluation this is. Valid values are "Inline" and "RefId". Inline values are contained in the optional Description element, RefIds are contained in the AssessmentRefId element.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
              <xs:restriction base="xs:token">
                <xs:enumeration value="Inline" />
                <xs:enumeration value="RefId" />
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="LearningResources" minOccurs="0" nillable="true" type="LearningResourcesType">
        <xs:annotation>
          <xs:documentation>Learning resources that support this activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType" />
  </xs:complexType>

  <xs:element name="Activity" type="ActivityType">
    <xs:key name="ActivityKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="ActivityCollectionType">
    <xs:sequence>
      <xs:element name="Activity" type="ActivityType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Activitys" type="ActivityCollectionType" />


  <!--ScheduledActivity-->

  <xs:complexType name="ScheduledActivityType">
    <xs:annotation>
      <xs:documentation>
        This object provides a broader range of scheduled activities than just normal teaching classes (as covered by SessionInfo).
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) of the school for which this attendance information is being reported.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeTableCellRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>An optional Id (GUID) for the timetable cell that this activity is scheduled in. Instances of cyclical classroom sessions will have this element, but one-off events such as excursions will not use this element.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DayId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Day Id.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PeriodId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Period Id within the Day Id</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeTableRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID of the TimeTable to which this Cell belongs</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ActivityDate" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date for which the activity is scheduled. This element is mandatory even if the object is used for preplanning excursions: a tentative or notional date and time should be provided if a finalised date is not available.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StartTime" type="xs:time">
        <xs:annotation>
          <xs:documentation>Starting time for activity. This element is mandatory even if the object is used for preplanning excursions: a tentative or notional date and time should be provided if a finalised date is not available.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FinishTime" type="xs:time">
        <xs:annotation>
          <xs:documentation>Finish time for activity. This element is mandatory even if the object is used for preplanning excursions: a tentative or notional date and time should be provided if a finalised date is not available.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CellType" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Type of Lesson/Session eg Teaching, Lunch etc.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeTableSubjectRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Optional to link the GUID of the Subject, if this is a piece of curriculum being scheduled.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TeacherList" minOccurs="0" nillable="true" type="ScheduledTeacherListType">
        <xs:annotation>
          <xs:documentation>A listing of the teachers assigned to the activity, and the type of supervision they are credited with. If no teachers are listed, the activity is assumed to be unsupervised.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RoomList" minOccurs="0" nillable="true" type="RoomListType">
        <xs:annotation>
          <xs:documentation>List of rooms in which the scheduled activity is held. Used for onsite venues which are represented in the source system as rooms. Can include large venues (ovals, library, etc), if they have been represented as rooms; source system practice varies.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AddressList" minOccurs="0" nillable="true" type="AddressListType">
        <xs:annotation>
          <xs:documentation>The address(es) associated with the scheduled activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Location" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Text description of venue. Can be used for either onsite or offsite venues. Can be used if neither RoomList nor AddressList is appropriate or supported by the source system. (E.g. the venue is the oval, which is not represented as a room; the venue is a specific part of the park). If RoomList, AddressList, and Location conflict, the order of priority in interpreting the object is RoomList, then AddressList, then Location.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ActivityType" minOccurs="0" nillable="true" type="AUCodeSetsScheduledActivityTypeType">
        <xs:annotation>
          <xs:documentation>The type of activity undertaken.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ActivityName" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>This element is required if this is a one-off event, i.e. there is no TimeTableCellRefId provided, in order for excursions to be uniquely identified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ActivityComment" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Allows free-text information, e.g. for excursions. Comment should not be used to identify the location of the venue, since the contents of Comment are open-ended..</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StudentList" minOccurs="0" nillable="true" type="StudentsType">
        <xs:annotation>
          <xs:documentation>Students who are scheduled to attend the event. Not required for cyclical events, as this would be expected to be provided from TimeTableCell/TeachingGroup instead.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TeachingGroupList" minOccurs="0" nillable="true" type="TeachingGroupListType">
        <xs:annotation>
          <xs:documentation>Teaching groups which are scheduled to attend the event. Not required for cyclical events, as this would be expected to be provided from TimeTableCell/TeachingGroup instead.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="YearLevels" minOccurs="0" nillable="true" type="YearLevelsType">
        <xs:annotation>
          <xs:documentation>List of year levels offered by the school.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Override" minOccurs="0" nillable="true" type="ScheduledActivityOverrideType">
        <xs:annotation>
          <xs:documentation>This flag should be used to indicate whether or not this ScheduledActivity overrides a previous ScheduledActivity. In any initial provisioning this element should NOT be provided.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID of the Object</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="ScheduledActivity" type="ScheduledActivityType">
    <xs:key name="ScheduledActivityKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="ScheduledActivityCollectionType">
    <xs:sequence>
      <xs:element name="ScheduledActivity" type="ScheduledActivityType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ScheduledActivitys" type="ScheduledActivityCollectionType" />


  <!--ResourceBooking-->

  <xs:complexType name="ResourceBookingType">
    <xs:annotation>
      <xs:documentation>
          This object represents a booking for any resource for a single contiguous time period. This could be either a room or another resource, such as equipment.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="ResourceRefId" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>The ID (GUID) of the resource being booked. Provided only if the resource being booked is a SIF object with a GUID.</xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="IdRefType">
              <xs:attribute name="SIF_RefObject" use="required">
                <xs:annotation>
                  <xs:documentation>The type of SIF object that the ResourceRefId element identifies.</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="RoomInfo" />
                    <xs:enumeration value="EquipmentInfo" />
                    <xs:enumeration value="LearningResource" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="ResourceLocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The Local Id of the resource being booked. Provided whether the resource is a SIF object or not.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StartDateTime" type="xs:dateTime">
        <xs:annotation>
          <xs:documentation>Starting date and time for booking.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FinishDateTime" type="xs:dateTime">
        <xs:annotation>
          <xs:documentation>Finish date and time for booking.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FromPeriod" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Starting period for booking. If specified, the booking is intended to align with bell times.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ToPeriod" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Finish period for booking. If specified, the booking is intended to align with bell times.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Booker" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Indicates who booked the room. Points to a StaffPersonal record. This will normally (but not necessarily) be the teacher who will be occupying the room.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Reason" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>A free-text explanation of the reason for the room booking.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ScheduledActivityRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Links the room-booking to a ScheduledActivity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="KeepOld" minOccurs="0" nillable="true" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>If ScheduledActivity is provided, 'true' means the booker wishes to retain all rooms already specified for the ScheduledActivity. 'false' means that room(s)/resources are now available for other uses.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID of the Object</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="ResourceBooking" type="ResourceBookingType">
    <xs:key name="ResourceBookingKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="ResourceBookingCollectionType">
    <xs:sequence>
      <xs:element name="ResourceBooking" type="ResourceBookingType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResourceBookings" type="ResourceBookingCollectionType" />


  <!--EquipmentInfo-->

  <xs:complexType name="EquipmentInfoType">
    <xs:annotation>
      <xs:documentation>
          This object represents any resource object that is not already described in SIF AU by an existing object (such as RoomInfo or LearningResource). It is intended for use with ResourceBooking, so it can represent any bookable resource; but it is not limited to that usage. While the obvious type of equipment described for booking purposes are things like computers and projectors, the types of equipment that can be booked depends on the educational organisation, and can easily extend to things like vehicles or animals.      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Name" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of the equipment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Description" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Description of the equipment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The Local Id of the equipment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AssetNumber" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Asset number of the equipment; may be distinct from Local Id.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="InvoiceRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The SIF RefId of the invoice for the equipment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PurchaseOrderRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The SIF RefId of the purchase order for the equipment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EquipmentType" minOccurs="0" nillable="true">
        <xs:annotation>
          <xs:documentation>Type of equipment.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:union>
            <xs:simpleType>
              <xs:restriction base="AUCodeSetsEquipmentTypeType" />
            </xs:simpleType>
            <xs:simpleType>
              <xs:restriction base="xs:token" />
            </xs:simpleType>
          </xs:union>
        </xs:simpleType>
      </xs:element>
      <xs:element name="SIF_RefId" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>The SIF RefId of the owner/location of the equipment.</xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="IdRefType">
              <xs:attribute name="SIF_RefObject" use="required">
                <xs:annotation>
                  <xs:documentation>The type of SIF object that the SIF_RefId element identifies.</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="SchoolInfo" />
                    <xs:enumeration value="RoomInfo" />
                    <xs:enumeration value="LEAInfo" />
                    <xs:enumeration value="other" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID of the Object</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="EquipmentInfo" type="EquipmentInfoType">
    <xs:key name="EquipmentInfoKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="EquipmentInfoCollectionType">
    <xs:sequence>
      <xs:element name="EquipmentInfo" type="EquipmentInfoType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="EquipmentInfos" type="EquipmentInfoCollectionType" />


  <!--Invoice-->

  <xs:complexType name="InvoiceType">
    <xs:annotation>
      <xs:documentation>
        This object contains an amount to be invoiced to an outside entity (typically a creditor or debtor). This object can include school fees. The object is also used for payments to an outside entity (using debit amounts), where those payments are not for goods and services (PurchaseOrder object): e.g. credit notes, reimbursements, rebates.     </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="InvoicedEntity">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>Id of the entity being billed for this billing activity.</xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="IdRefType">
              <xs:attribute name="SIF_RefObject" use="required">
                <xs:annotation>
                  <xs:documentation>RefId of SIF object referenced by Invoiced Entity.</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="Debtor" />
                    <xs:enumeration value="PurchaseOrder" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="FormNumber" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Invoice number assigned locally by the system issuing the invoice.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="BillingDate" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date of the transaction.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TransactionDescription" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Description of the transaction.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="BilledAmount" type="DebitOrCreditAmountType">
        <xs:annotation>
          <xs:documentation>Gross amount to be billed, including any tax. Can be credit (e.g. for family credit notes, reimbursements, rebates).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Ledger">
        <xs:annotation>
          <xs:documentation>The associated ledger for this transaction</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="Creditor" />
            <xs:enumeration value="Family" />
            <xs:enumeration value="Sundry" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="ChargedLocationInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Id of the location billed for this billing activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NetAmount" minOccurs="0" nillable="true" type="MonetaryAmountType">
        <xs:annotation>
          <xs:documentation>Net amount billed, excluding any tax. Should be BilledAmount minus TaxAmount.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TaxRate" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Rate of tax included in the billed amount.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TaxType" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Tax type (e.g. G11 vs NP6)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TaxAmount" minOccurs="0" nillable="true" type="MonetaryAmountType">
        <xs:annotation>
          <xs:documentation>Amount of tax included in the billed amount</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CreatedBy" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Authority or person who created the invoice</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ApprovedBy" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Authority or person who approved the invoice</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ItemDetail" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Details of items invoiced (free text)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DueDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Due date for payment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FinancialAccountRefIdList" minOccurs="0" nillable="true" type="FinancialAccountRefIdListType">
        <xs:annotation>
          <xs:documentation>Suggested minimum class size for this subject.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AccountingPeriod" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The accounting period against which the transaction is billed.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RelatedPurchaseOrderRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>An invoice purchase order related to this invoice (e.g. an invoice raised for the delivery of goods on a purchase order).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PurchasingItems" minOccurs="0" nillable="true" type="PurchasingItemsType">
        <xs:annotation>
          <xs:documentation>Listing of line items from original purchase order. Included to indicate any variation between the items, item cost, or item quantity ordered, and what has been delivered.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Voluntary" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>
        Whether the billing is voluntary (applies to some school fees).
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>GUID for this transaction. The application that owns this object is responsible for generating this unique Id.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="Invoice" type="InvoiceType">
    <xs:key name="InvoiceKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="InvoiceCollectionType">
    <xs:sequence>
      <xs:element name="Invoice" type="InvoiceType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Invoices" type="InvoiceCollectionType" />


  <!--FinancialAccount-->

  <xs:complexType name="FinancialAccountType">
    <xs:annotation>
      <xs:documentation>
        This object communicates information about a financial account.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="ParentAccountRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Identifier of a parent account of the account. Can be used to construct a hierarchical tree of nesting accounts, e.g. "Revenue" -- "Revenue-Grant" -- "Revenue-Grant-Commonwealth".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ChargedLocationInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Location associated with the account".</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AccountNumber" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Account number used for ledger.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Name" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of the account.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Description" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Description of the account.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ClassType">
        <xs:annotation>
          <xs:documentation>The class of the account</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="Asset" />
            <xs:enumeration value="Liability" />
            <xs:enumeration value="Revenue" />
            <xs:enumeration value="Expense" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="CreationDate" type="xs:date">
        <xs:annotation>
          <xs:documentation>Account creation date.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CreationTime" type="xs:time">
        <xs:annotation>
          <xs:documentation>Account creation time.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>GUID that identifies this financial account.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="FinancialAccount" type="FinancialAccountType">
    <xs:key name="FinancialAccountKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="FinancialAccountCollectionType">
    <xs:sequence>
      <xs:element name="FinancialAccount" type="FinancialAccountType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="FinancialAccounts" type="FinancialAccountCollectionType" />


  <!--ChargedLocationInfo-->

  <xs:complexType name="ChargedLocationInfoType">
    <xs:annotation>
      <xs:documentation>
        ChargedLocationInfo represents a location in a school system. It can be used to associate accounts and purchase orders with particular schools or other cost centres.      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="LocationType">
        <xs:annotation>
          <xs:documentation>Defines whether the location is a school or a non-school location.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="School" />
            <xs:enumeration value="NonSchool" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="SiteCategory" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Specific site category.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Name" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Text name of the location.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Description" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Description about the location.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The locally-assigned identifier for this location.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StateProvinceId" minOccurs="0" nillable="true" type="StateProvinceIdType">
        <xs:annotation>
          <xs:documentation>The state-assigned identifier for this location.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ParentChargedLocationInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>A ChargedLocationInfo instance could be related to another ChargedLocationInfo. This element will help create that relation.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The RefId of a corresponding SchoolInfo object.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AddressList" minOccurs="0" nillable="true" type="AddressListType">
        <xs:annotation>
          <xs:documentation>This element has the ChargedLocationInfo address information.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PhoneNumberList" minOccurs="0" nillable="true" type="PhoneNumberListType">
        <xs:annotation>
          <xs:documentation>The location's phone numbers.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The SIF unique identifier for the location.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="ChargedLocationInfo" type="ChargedLocationInfoType">
    <xs:key name="ChargedLocationInfoKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="ChargedLocationInfoCollectionType">
    <xs:sequence>
      <xs:element name="ChargedLocationInfo" type="ChargedLocationInfoType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ChargedLocationInfos" type="ChargedLocationInfoCollectionType" />


  <!--PaymentReceipt-->

  <xs:complexType name="PaymentReceiptType">
    <xs:annotation>
      <xs:documentation>
        This object complements the Invoice object, and contains information about the payment of a Invoice object.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TransactionType">
        <xs:annotation>
          <xs:documentation>Type of transaction.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="GL receipt" />
            <xs:enumeration value="GL payment" />
            <xs:enumeration value="Creditor receipt" />
            <xs:enumeration value="Creditor payment" />
            <xs:enumeration value="Debtor receipt" />
            <xs:enumeration value="Debtor payment" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="InvoiceRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>A pointer back to the Invoice object corresponding to this payment. Is omitted for general ledger transactions, creditor receipts and debtor payments.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="VendorInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>A pointer back to the vendor associated with the Invoice object, if applicable.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DebtorRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>A pointer back to the debtor associated with the Invoice object, if applicable.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ChargedLocationInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Id of the location billed for this transaction.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TransactionDate" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date transaction was made.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TransactionAmount" type="DebitOrCreditAmountType">
        <xs:annotation>
          <xs:documentation>Amount received.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ReceivedTransactionId" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Memo transaction Id from other vendor software.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FinancialAccountRefIdList" minOccurs="0" nillable="true" type="FinancialAccountRefIdListType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="TransactionDescription" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Description of the transaction.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TaxRate" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Rate of tax included in the billed amount.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TaxAmount" minOccurs="0" nillable="true" type="MonetaryAmountType">
        <xs:annotation>
          <xs:documentation>Amount of tax included in the billed amount.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TransactionMethod" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Method through which transaction was made (e.g. cash, credit card). If a receipt is made using two receipt methods (e.g. $20 in cash and $80 on credit), two PaymentReceipt objects are expected to be created, rather than a single object with mixed receipt method.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ChequeNumber" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The cheque number issued, if paying creditors by cheque.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TransactionNote" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Note about the receipt or payment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AccountingPeriod" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The accounting period against which the transaction is billed.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>GUID for this payment or receipt. The application that owns this object is responsible for generating this unique Id.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="PaymentReceipt" type="PaymentReceiptType">
    <xs:key name="PaymentReceiptKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="PaymentReceiptCollectionType">
    <xs:sequence>
      <xs:element name="PaymentReceipt" type="PaymentReceiptType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="PaymentReceipts" type="PaymentReceiptCollectionType" />


  <!--PurchaseOrder-->

  <xs:complexType name="PurchaseOrderType">
    <xs:annotation>
      <xs:documentation>
        This object provides information down to the line item level for purchase orders.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="FormNumber" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Purchase order number.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="VendorInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>This object references the VendorInfo object being billed.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ChargedLocationInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The location Id for this purchasing activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EmployeePersonalRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The employee Id for the originator of this purchasing activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PurchasingItems" type="PurchasingItemsType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="CreationDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date on which purchase order was created.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TaxRate" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Rate of tax included in the billed amount.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TaxAmount" minOccurs="0" nillable="true" type="MonetaryAmountType">
        <xs:annotation>
          <xs:documentation>Amount of tax included in the billed amount.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TotalAmount" minOccurs="0" nillable="true" type="MonetaryAmountType">
        <xs:annotation>
          <xs:documentation>Total amount billed.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UpdateDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date on which the object was last updated.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FullyDelivered" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Flag that order has been fully delivered.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OriginalPurchaseOrderRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Original purchase order that this purchase order updates (e.g. to cancel line items).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>Transaction GUID for this purchasing activity. The application that owns this object and is responsible for generating this unique Id.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="PurchaseOrder" type="PurchaseOrderType">
    <xs:key name="PurchaseOrderKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="PurchaseOrderCollectionType">
    <xs:sequence>
      <xs:element name="PurchaseOrder" type="PurchaseOrderType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="PurchaseOrders" type="PurchaseOrderCollectionType" />


  <!--VendorInfo-->

  <xs:complexType name="VendorInfoType">
    <xs:annotation>
      <xs:documentation>
        This object contains basic vendor information (commonly known as creditors).</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Name" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of the vendor.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ContactInfo" minOccurs="0" nillable="true" type="ContactInfoType">
        <xs:annotation>
          <xs:documentation>Contact information.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CustomerId" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Account number or other Id.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ABN" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Australian Business Number.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RegisteredForGST" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>The vendor is registered to collect GST.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PaymentTerms" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The vendors payment terms (typically expressed as number of days e.g. 14 days).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="BPay" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>BPay Id.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="BSB" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Vendor's BSB number.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AccountNumber" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Vendor's account number.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AccountName" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Vendor's account name.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>Vendor Id.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="VendorInfo" type="VendorInfoType">
    <xs:key name="VendorInfoKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="VendorInfoCollectionType">
    <xs:sequence>
      <xs:element name="VendorInfo" type="VendorInfoType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="VendorInfos" type="VendorInfoCollectionType" />


  <!--Journal-->

  <xs:complexType name="JournalType">
    <xs:annotation>
      <xs:documentation>This object is used to adjust balances between accounts. It is typically used to correct chart of account coding errors (e.g. created invoices for parents against the maths chart of account code when it should have been English).</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="DebitFinancialAccountRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>RefId of account to debit.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CreditFinancialAccountRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>RefId of account to credit.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OriginatingTransactionRefId" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>RefId of the originating transaction which requires adjustment. This could be an Invoice, PaymentReceipt or PurchaseOrder.</xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="IdRefType">
              <xs:attribute name="SIF_RefObject" use="required">
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="Invoice" />
                    <xs:enumeration value="PaymentReceipt" />
                    <xs:enumeration value="PurchaseOrder" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="Amount" type="MonetaryAmountType">
        <xs:annotation>
          <xs:documentation>Amount to transfer between the two accounts.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="GSTCodeOriginal" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Original GST code for journal transfer (if required).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="GSTCodeReplacement" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Replacement GST code for journal transfer (if required).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Note" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Note about the journal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CreatedDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date on which journal was created.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ApprovedDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date on which journal was approved.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CreatedBy" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Authority or person who created the journal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ApprovedBy" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Authority or person who approved the journal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>Journal Id.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="Journal" type="JournalType">
    <xs:key name="JournalKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="JournalCollectionType">
    <xs:sequence>
      <xs:element name="Journal" type="JournalType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Journals" type="JournalCollectionType" />


  <!--Debtor-->

  <xs:complexType name="DebtorType">
    <xs:annotation>
      <xs:documentation>
        This object is used to capture general information about debtors.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="BilledEntity">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>Id of the entity referred to by this object (e.g., student, employee, organization).</xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="IdRefType">
              <xs:attribute name="SIF_RefObject" use="required">
                <xs:annotation>
                  <xs:documentation>SIF object referenced by BilledEntity.</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="StudentPersonal" />
                    <xs:enumeration value="StudentContactPersonal" />
                    <xs:enumeration value="StaffPersonal" />
                    <xs:enumeration value="VendorInfo" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="AddressList" minOccurs="0" nillable="true" type="AddressListType">
        <xs:annotation>
          <xs:documentation>Addresses of the debtor to be used for billing. These addresses override any addresses found in the Billed Entity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="BillingName" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of the entity to be used for billing (e.g. company name rather than individual name).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="BillingNote" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Note about billing requirements.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Discount" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Any discount amount applicable to this debtor (e.g. family discount for scholarship, number of children enrolled). Is a percentage.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>Debtor Id.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="Debtor" type="DebtorType">
    <xs:key name="DebtorKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="DebtorCollectionType">
    <xs:sequence>
      <xs:element name="Debtor" type="DebtorType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Debtors" type="DebtorCollectionType" />


  <!--StudentAttendanceTimeList-->

  <xs:complexType name="StudentAttendanceTimeListType">
    <xs:annotation>
      <xs:documentation>This object provides more detail about the attendance spans for a single student during the
				day: it provides more detailed information than the single TimeIn and TimeOut elements in
				StudentDailyAttendance.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StudentPersonalRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) of the student for whom this attendance information is being reported.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolInfoRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) of the school for which this attendance information is being reported.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Date" type="xs:date">
        <xs:annotation>
          <xs:documentation>The calendar date to which this attendance reporting period relates.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolYear" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>School year for which this enrollment is applicable, expressed as the four-digit year in
				which the school year ends (e.g. 2007).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AttendanceTimes" type="AttendanceTimesType">
        <xs:annotation>
          <xs:documentation>Breakdown of times that the student entered or returned to school.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The ID (GUID) that uniquely identifies the instance of the object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="StudentAttendanceTimeList" type="StudentAttendanceTimeListType">
    <xs:key name="StudentAttendanceTimeListKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="StudentAttendanceTimeListCollectionType">
    <xs:sequence>
      <xs:element name="StudentAttendanceTimeList" type="StudentAttendanceTimeListType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="StudentAttendanceTimeLists" type="StudentAttendanceTimeListCollectionType" />


  <!--GradingAssignment-->

  <xs:complexType name="GradingAssignmentType">
    <xs:annotation>
      <xs:documentation>
        This object provides information about a particular assignment, allows applications to synchronize each other's assignment tables, gathers the definition for a GradingAssignmentScore object, etc.  
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TeachingGroupRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID for the TeachingGroup object in which this assignment has been set.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The Id (GUID) that uniquely identifies the School in which this assignment has been set.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="GradingCategory" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>A particular grading category for the assignment, used to provide grouping and type information.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Description" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The text-based description of the assignment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PointsPossible" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>The points possible on the assignment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CreateDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Creation date of the assignment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DueDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date the assignment is due.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Weight" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>The weight of the assignment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MaxAttemptsAllowed" minOccurs="0" nillable="true" type="xs:integer">
        <xs:annotation>
          <xs:documentation>How many attempts the student is allowed on the assignment (applicable particularly to online activities).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DetailedDescriptionURL" minOccurs="0" nillable="true" type="xs:anyURI">
        <xs:annotation>
          <xs:documentation>The location of the document that describes the assignment. If Type is PDF, this element will contain the Base64 encoding of the entire document. Preferred against DetailedDescriptionBinary for online assessment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DetailedDescriptionBinary" minOccurs="0" nillable="true" type="xs:base64Binary">
        <xs:annotation>
          <xs:documentation>The Base64 encoding of a document (e.g. PDF) describing the assignment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>A GUID that identifies an instance of this object. </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="GradingAssignment" type="GradingAssignmentType">
    <xs:key name="GradingAssignmentKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="GradingAssignmentCollectionType">
    <xs:sequence>
      <xs:element name="GradingAssignment" type="GradingAssignmentType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="GradingAssignments" type="GradingAssignmentCollectionType" />


  <!--GradingAssignmentScore-->

  <xs:complexType name="GradingAssignmentScoreType">
    <xs:annotation>
      <xs:documentation>
        This object provides score information about a particular assignment. 
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StudentPersonalRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID for the student whose score this is.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StudentPersonalLocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The Local Id for the student whose score this is.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TeachingGroupRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID for the TeachingGroup object in which this assignment has been set.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The Id (GUID) that uniquely identifies the School in which this assignment has been set.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="GradingAssignmentRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The grading assignment for which this is a score.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ScorePoints" minOccurs="0" nillable="true" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>The score represented as points. Conditionally required that one or more of ScorePoints, ScorePercent or ScoreLetter must be filled in. For online assignments, ScorePoints should be used to the exclusion of other scores.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ScorePercent" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>The score represented as a percent. Conditionally required that one or more of ScorePoints, ScorePercent or ScoreLetter must be filled in.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ScoreLetter" minOccurs="0" nillable="true" type="xs:token">
        <xs:annotation>
          <xs:documentation>The score represented as a letter grade. Conditionally required that one or more of ScorePoints, ScorePercent or ScoreLetter must be filled in.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ScoreDescription" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Text description of the score.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>A GUID that identifies an instance of this object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="GradingAssignmentScore" type="GradingAssignmentScoreType">
    <xs:key name="GradingAssignmentScoreKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="GradingAssignmentScoreCollectionType">
    <xs:sequence>
      <xs:element name="GradingAssignmentScore" type="GradingAssignmentScoreType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="GradingAssignmentScores" type="GradingAssignmentScoreCollectionType" />


  <!--NAPEventStudentLink-->

  <xs:complexType name="NAPEventStudentLinkType">
    <xs:annotation>
      <xs:documentation>This object represents a student’s attempt to undergo NAP assessment in a particular test.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StudentPersonalRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The student associated with the NAP event.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PlatformStudentIdentifier" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Platform student identifier, allocated by the National Assessment Platform to the student registration for this school enrollment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Optional reference to a school associated with the NAP Event.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolACARAId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The ACARA School Id for the school that the student sitting the test is enrolled in, as assigned in the Australian School List.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NAPTestRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID for the test that the student is sitting. May be linking to prior codeframe download.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NAPTestLocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local identifier of NAP test.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolSector" type="AUCodeSetsSchoolSectorCodeType">
        <xs:annotation>
          <xs:documentation>(Government, or Non-Government).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="System" minOccurs="0" nillable="true" type="AUCodeSetsSchoolSystemType">
        <xs:annotation>
          <xs:documentation>System if a systemic school.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolGeolocation" minOccurs="0" nillable="true" type="AUCodeSetsSchoolLocationType">
        <xs:annotation>
          <xs:documentation>School Location</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ReportingSchoolName" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of school where reports will be sent to, in case of walk-ups</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NAPJurisdiction" minOccurs="0" nillable="true" type="AUCodeSetsNAPJurisdictionType">
        <xs:annotation>
          <xs:documentation>School Location</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ParticipationCode" type="AUCodeSetsNAPParticipationCodeType" />
      <xs:element name="ParticipationText" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Text added to reports indicating the participation status of the student for the NAP test. Determined by the Participation Code.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Device" minOccurs="0" nillable="true" type="xs:token">
        <xs:annotation>
          <xs:documentation>Device used to do the test.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Date" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date student sat test.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StartTime" type="xs:time">
        <xs:annotation>
          <xs:documentation>Time student commenced test.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LapsedTimeTest" type="xs:duration">
        <xs:annotation>
          <xs:documentation>Time taken for student to complete test.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExemptionReason" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Reason given for student to be exempted from the NAP test.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PersonalDetailsChanged" minOccurs="0" nillable="true" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>Flag that the personal details of the student have changed since registration.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PSIOtherIdMatch" minOccurs="0" nillable="true" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>Flag indicating possible Platform Student Identifier error.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PossibleDuplicate" minOccurs="0" nillable="true" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>Flag indicating a possible duplicate record for a student.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DOBRange" minOccurs="0" nillable="true" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>Flag indicating whether a student’s date of birth is in expected range.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TestDisruptionList" minOccurs="0" nillable="true" type="TestDisruptionListType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="Adjustment" minOccurs="0" nillable="true" type="AdjustmentContainerType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID that uniquely identifies an instance of the object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="NAPEventStudentLink" type="NAPEventStudentLinkType">
    <xs:key name="NAPEventStudentLinkKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="NAPEventStudentLinkCollectionType">
    <xs:sequence>
      <xs:element name="NAPEventStudentLink" type="NAPEventStudentLinkType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="NAPEventStudentLinks" type="NAPEventStudentLinkCollectionType" />


  <!--NAPTest-->

  <xs:complexType name="NAPTestType">
    <xs:annotation>
      <xs:documentation>This object represents an assessment assigned in the context of NAP, targeted at a particular domain and year level.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TestContent" type="NAPTestContentType" />
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID that uniquely identifies an instance of the object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="NAPTest" type="NAPTestType">
    <xs:key name="NAPTestKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="NAPTestCollectionType">
    <xs:sequence>
      <xs:element name="NAPTest" type="NAPTestType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="NAPTests" type="NAPTestCollectionType" />


  <!--NAPTestlet-->

  <xs:complexType name="NAPTestletType">
    <xs:annotation>
      <xs:documentation>This object represents a student’s attempt to undergo NAP assessment in a particular test.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="NAPTestRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID for the test that the student is sitting. May be linking to prior codeframe download.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NAPTestLocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local identifier of NAP test.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TestletContent" type="NAPTestletContentType" />
      <xs:element name="TestItemList" type="NAPTestItemListType">
        <xs:annotation>
          <xs:documentation>List of test items contained in the testlet.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID that uniquely identifies an instance of the object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="NAPTestlet" type="NAPTestletType">
    <xs:key name="NAPTestletKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="NAPTestletCollectionType">
    <xs:sequence>
      <xs:element name="NAPTestlet" type="NAPTestletType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="NAPTestlets" type="NAPTestletCollectionType" />


  <!--NAPTestScoreSummary-->

  <xs:complexType name="NAPTestScoreSummaryType">
    <xs:annotation>
      <xs:documentation>This object represents a the summary of aggregate scores in a NAP test for a school.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolInfoRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Optional reference to a school associated with the administration of the NAP Test.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolACARAId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>The ACARA School Id as assigned in the Australian School List.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NAPTestRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID for the NAP Test. May be linking to prior codeframe download.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NAPTestLocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local identifier of NAP test.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DomainNationalAverage" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>The numeric value of the national student scaled score average for the NAP domain and test level.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DomainSchoolAverage" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>The numeric value of the school student scaled score average for the NAP domain and test level.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DomainJurisdictionAverage" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>The numeric value of the jurisdiction  student scaled score average for the NAP domain and test level.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DomainTopNational60Percent" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>The numeric value representing the top scaled score of the National 60% band graphic for this NAP domain and test level.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DomainBottomNational60Percent" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>The numeric value representing the bottom scaled score of the National 60% band graphic for this NAP domain and test level.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID that uniquely identifies an instance of the object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="NAPTestScoreSummary" type="NAPTestScoreSummaryType">
    <xs:key name="NAPTestScoreSummaryKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="NAPTestScoreSummaryCollectionType">
    <xs:sequence>
      <xs:element name="NAPTestScoreSummary" type="NAPTestScoreSummaryType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="NAPTestScoreSummarys" type="NAPTestScoreSummaryCollectionType" />


  <!--NAPTestItem-->

  <xs:complexType name="NAPTestItemType">
    <xs:annotation>
      <xs:documentation>This object represents the description of a test item as context for response; may be exemplar item instead of the actual item.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TestItemContent" type="NAPTestItemContentType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID that uniquely identifies an instance of the object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="NAPTestItem" type="NAPTestItemType">
    <xs:key name="NAPTestItemKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="NAPTestItemCollectionType">
    <xs:sequence>
      <xs:element name="NAPTestItem" type="NAPTestItemType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="NAPTestItems" type="NAPTestItemCollectionType" />


  <!--NAPStudentResponseSet-->

  <xs:complexType name="NAPStudentResponseSetType">
    <xs:annotation>
      <xs:documentation>Capture of student’s responses to a NAP test.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="ReportExclusionFlag" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>Flag to exclude this student's responses from National Reporting.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CalibrationSampleFlag" minOccurs="0" nillable="true" type="xs:token">
        <xs:annotation>
          <xs:documentation>Flags at student level that the test responses given are to be treated as part of the Calibration Sample.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EquatingSampleFlag" minOccurs="0" nillable="true" type="xs:token">
        <xs:annotation>
          <xs:documentation>Flags at student level that the test responses given are to be treated as part of the Equating Sample.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PathTakenForDomain" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Student’s trajectory through adaptive test for the domain. Expressed as a sequence of node identifiers.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ParallelTest" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Student’s trajectory through adaptive test for the domain. Expressed as a sequence of testlet identifiers.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StudentPersonalRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The student associated with the NAP event.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PlatformStudentIdentifier" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Platform student identifier, allocated by the National Assessment Platform to the student registration for this school enrollment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NAPTestRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID for the test that the student is sitting. May be linking to prior codeframe download.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NAPTestLocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local identifier of NAP test.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DomainScore" type="DomainScoreType" />
      <xs:element name="TestletList" type="NAPStudentResponseTestletListType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID that uniquely identifies an instance of the object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="NAPStudentResponseSet" type="NAPStudentResponseSetType">
    <xs:key name="NAPStudentResponseSetKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="NAPStudentResponseSetCollectionType">
    <xs:sequence>
      <xs:element name="NAPStudentResponseSet" type="NAPStudentResponseSetType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="NAPStudentResponseSets" type="NAPStudentResponseSetCollectionType" />


  <!--NAPCodeFrame-->

  <xs:complexType name="NAPCodeFrameType">
    <xs:annotation>
      <xs:documentation>This object replicates the codeframe information about each NAPLAN test (per year level and domain), as a tree of GUIDs pointing to the relevant testlet and item/stimulus objects, so that the structure of the test can be traversed within one object.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="NAPTestRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID that identifies the associated NAP test object.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TestContent" type="NAPTestContentType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="TestletList" type="NAPCodeFrameTestletListType" />
      <xs:element name="SIF_Metadata" minOccurs="0" nillable="true" type="SIF_MetadataType" />
      <xs:element name="SIF_ExtendedElements" minOccurs="0" nillable="true" type="SIF_ExtendedElementsType" />
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID that uniquely identifies an instance of the object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>

  <xs:element name="NAPCodeFrame" type="NAPCodeFrameType">
    <xs:key name="NAPCodeFrameKey1">
      <xs:selector xpath="." />
      <xs:field xpath="@RefId" />
    </xs:key>
  </xs:element>

  <xs:complexType name="NAPCodeFrameCollectionType">
    <xs:sequence>
      <xs:element name="NAPCodeFrame" type="NAPCodeFrameType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="NAPCodeFrames" type="NAPCodeFrameCollectionType" />

  <xs:simpleType name="AUCodeSetsNAPResponseCorrectnessType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="Correct">
        <xs:annotation>
          <xs:documentation>Correct</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Incorrect">
        <xs:annotation>
          <xs:documentation>Incorrect</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NotInPath">
        <xs:annotation>
          <xs:documentation>NotInPath</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NotAttempted">
        <xs:annotation>
          <xs:documentation>NotAttempted</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsNAPJurisdictionType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>New South Wales</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Victoria</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>Queensland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>South Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation>Western Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6">
        <xs:annotation>
          <xs:documentation>Tasmania</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7">
        <xs:annotation>
          <xs:documentation>Western Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8">
        <xs:annotation>
          <xs:documentation>Australian Capital Territory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9">
        <xs:annotation>
          <xs:documentation>Other Territories</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsNAPWritingGenreType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="Persuasive">
        <xs:annotation>
          <xs:documentation>Persuasive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Narrative">
        <xs:annotation>
          <xs:documentation>Narrative</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsNAPTestItemMarkingTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="AS">
        <xs:annotation>
          <xs:documentation>Auto Scoring</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MM">
        <xs:annotation>
          <xs:documentation>Manual Marking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AES">
        <xs:annotation>
          <xs:documentation>Auto Essay Scoring</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsNAPTestItemTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="CO">
        <xs:annotation>
          <xs:documentation>Composite</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ET">
        <xs:annotation>
          <xs:documentation>Extended text</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HS">
        <xs:annotation>
          <xs:documentation>Hot spot</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HT">
        <xs:annotation>
          <xs:documentation>Hot text</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IA">
        <xs:annotation>
          <xs:documentation>Interactive associate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IC">
        <xs:annotation>
          <xs:documentation>Inline choice</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IGA">
        <xs:annotation>
          <xs:documentation>Interactive graphic associate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IGGM">
        <xs:annotation>
          <xs:documentation>Interactive graphic gap match</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IGM">
        <xs:annotation>
          <xs:documentation>Interactive gap match</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IGO">
        <xs:annotation>
          <xs:documentation>Interactive graphic order</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IM">
        <xs:annotation>
          <xs:documentation>Interactive match</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IO">
        <xs:annotation>
          <xs:documentation>Order interaction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MC">
        <xs:annotation>
          <xs:documentation>Multiple choice</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MCS">
        <xs:annotation>
          <xs:documentation>Multiple choices</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PO">
        <xs:annotation>
          <xs:documentation>Position object</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SL">
        <xs:annotation>
          <xs:documentation>Slider</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SP">
        <xs:annotation>
          <xs:documentation>Select point</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TE">
        <xs:annotation>
          <xs:documentation>Text entry</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsNAPTestTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="Normal">
        <xs:annotation>
          <xs:documentation>Normal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Equating">
        <xs:annotation>
          <xs:documentation>Equating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsNAPTestDomainType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="Reading">
        <xs:annotation>
          <xs:documentation>Reading</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Writing">
        <xs:annotation>
          <xs:documentation>Writing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Numeracy">
        <xs:annotation>
          <xs:documentation>Numeracy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Spelling">
        <xs:annotation>
          <xs:documentation>Spelling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Grammar and Punctuation">
        <xs:annotation>
          <xs:documentation>Grammar and Punctuation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsPNPCodeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="AIA">
        <xs:annotation>
          <xs:documentation>Alternative items - audio</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AIM">
        <xs:annotation>
          <xs:documentation>Alternative items - motor assistive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AIV">
        <xs:annotation>
          <xs:documentation>Alternative items - visual</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AST">
        <xs:annotation>
          <xs:documentation>Assistive technology</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AAM">
        <xs:annotation>
          <xs:documentation>Alternative Items: both audio and motor assistive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AVM">
        <xs:annotation>
          <xs:documentation>Alternative Items: both video and motor assistive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ALL">
        <xs:annotation>
          <xs:documentation>Alternative Items: audio, visual and motor assistive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="COL">
        <xs:annotation>
          <xs:documentation>Colour contrast modification</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BRA">
        <xs:annotation>
          <xs:documentation>Braille hardcopy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ETA">
        <xs:annotation>
          <xs:documentation>Extra Time - 5 mins per 30 min or part thereof</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ETB">
        <xs:annotation>
          <xs:documentation>Extra Time - 10 mins per 30 min or part thereof</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ETC">
        <xs:annotation>
          <xs:documentation>Extra Time - 15 mins per 30 min or part thereof</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OSS">
        <xs:annotation>
          <xs:documentation>Oral sign/support</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RBK">
        <xs:annotation>
          <xs:documentation>Rest break</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SCR">
        <xs:annotation>
          <xs:documentation>Scribe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SUP">
        <xs:annotation>
          <xs:documentation>NAPLAN Support person</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsNAPParticipationCodeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="P">
        <xs:annotation>
          <xs:documentation>Present</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="A">
        <xs:annotation>
          <xs:documentation>Absent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Cancelled</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="E">
        <xs:annotation>
          <xs:documentation>Exempt</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="W">
        <xs:annotation>
          <xs:documentation>Withdrawn</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S">
        <xs:annotation>
          <xs:documentation>Sanctioned Abandonment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="R">
        <xs:annotation>
          <xs:documentation>Refused</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="X">
        <xs:annotation>
          <xs:documentation>No Longer Enrolled</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsAttendanceCodeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0">
        <xs:annotation>
          <xs:documentation>Not Marked</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="100">
        <xs:annotation>
          <xs:documentation>Present</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="101">
        <xs:annotation>
          <xs:documentation>Absent - General</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="102">
        <xs:annotation>
          <xs:documentation>Absent - Unjustified</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="111">
        <xs:annotation>
          <xs:documentation>Late arrival at School</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="112">
        <xs:annotation>
          <xs:documentation>Early departure from School</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="113">
        <xs:annotation>
          <xs:documentation>Late arrival unexplained</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="114">
        <xs:annotation>
          <xs:documentation>Early departure unexplained</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="116">
        <xs:annotation>
          <xs:documentation>Late arrival to Class</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="117">
        <xs:annotation>
          <xs:documentation>Early leaver from Class</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="118">
        <xs:annotation>
          <xs:documentation>Late Class Unexplained </xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="119">
        <xs:annotation>
          <xs:documentation>Early Class Unexplained</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="200">
        <xs:annotation>
          <xs:documentation>Medical</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="201">
        <xs:annotation>
          <xs:documentation>Illness</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="202">
        <xs:annotation>
          <xs:documentation>Accident</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="203">
        <xs:annotation>
          <xs:documentation>Counselling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="204">
        <xs:annotation>
          <xs:documentation>Sick Bay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205">
        <xs:annotation>
          <xs:documentation>Medical Appointment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="206">
        <xs:annotation>
          <xs:documentation>Hospitalised</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="207">
        <xs:annotation>
          <xs:documentation>Quarantine</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="208">
        <xs:annotation>
          <xs:documentation>Refusal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="209">
        <xs:annotation>
          <xs:documentation>Dentist </xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210">
        <xs:annotation>
          <xs:documentation>Medical/Welfare</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="211">
        <xs:annotation>
          <xs:documentation>Bereavement</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="300">
        <xs:annotation>
          <xs:documentation>Truancy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="400">
        <xs:annotation>
          <xs:documentation>Suspension</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="401">
        <xs:annotation>
          <xs:documentation>Suspension - External</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="500">
        <xs:annotation>
          <xs:documentation>Unexplained</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="600">
        <xs:annotation>
          <xs:documentation>Educational</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="601">
        <xs:annotation>
          <xs:documentation>Group Activity</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="602">
        <xs:annotation>
          <xs:documentation>Community Service</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="603">
        <xs:annotation>
          <xs:documentation>Duty Student</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="604">
        <xs:annotation>
          <xs:documentation>Excursion</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="605">
        <xs:annotation>
          <xs:documentation>Special Event</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="606">
        <xs:annotation>
          <xs:documentation>Camp</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="607">
        <xs:annotation>
          <xs:documentation>Other Educational Activity</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="608">
        <xs:annotation>
          <xs:documentation>Off-Site Learning Program (eg. TAFE)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="609">
        <xs:annotation>
          <xs:documentation>Work Experience</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="610">
        <xs:annotation>
          <xs:documentation>School Production</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="611">
        <xs:annotation>
          <xs:documentation>Sports</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="612">
        <xs:annotation>
          <xs:documentation>Study Leave</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="613">
        <xs:annotation>
          <xs:documentation>Shared enrolment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="614">
        <xs:annotation>
          <xs:documentation>Incursion</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615">
        <xs:annotation>
          <xs:documentation>Specialist Placement</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="616">
        <xs:annotation>
          <xs:documentation>Internal School Appointment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="617">
        <xs:annotation>
          <xs:documentation>School Examination/Testing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="618">
        <xs:annotation>
          <xs:documentation>Temporary Employment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="700">
        <xs:annotation>
          <xs:documentation>Flags</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="701">
        <xs:annotation>
          <xs:documentation>Exit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="702">
        <xs:annotation>
          <xs:documentation>Transferred</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="800">
        <xs:annotation>
          <xs:documentation>Parent Choice</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="801">
        <xs:annotation>
          <xs:documentation>Parental Arrangement</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="802">
        <xs:annotation>
          <xs:documentation>Exempt</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="803">
        <xs:annotation>
          <xs:documentation>Parental Acknowledgement</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="804">
        <xs:annotation>
          <xs:documentation>Extended Family Holidays</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805">
        <xs:annotation>
          <xs:documentation>Religious/Cultural Observance</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="900">
        <xs:annotation>
          <xs:documentation>School Choice</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="901">
        <xs:annotation>
          <xs:documentation>Industrial Action</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="902">
        <xs:annotation>
          <xs:documentation>Facility Damage</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="903">
        <xs:annotation>
          <xs:documentation>Weather</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="904">
        <xs:annotation>
          <xs:documentation>Staff Meeting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="905">
        <xs:annotation>
          <xs:documentation>Pandemic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="999">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsAustralianStandardClassificationOfCulturalAndEthnicGroupsASCCEGType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1101">
        <xs:annotation>
          <xs:documentation>Australian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1102">
        <xs:annotation>
          <xs:documentation>Australian Aboriginal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1103">
        <xs:annotation>
          <xs:documentation>Australian South Sea Islander</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1104">
        <xs:annotation>
          <xs:documentation>Torres Strait Islander</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1201">
        <xs:annotation>
          <xs:documentation>Maori</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1202">
        <xs:annotation>
          <xs:documentation>New Zealander</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1301">
        <xs:annotation>
          <xs:documentation>New Caledonian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1302">
        <xs:annotation>
          <xs:documentation>Ni-Vanuatu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1303">
        <xs:annotation>
          <xs:documentation>Papua New Guinean</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1304">
        <xs:annotation>
          <xs:documentation>Solomon Islander</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1399">
        <xs:annotation>
          <xs:documentation>Melanesian and Papuan, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1401">
        <xs:annotation>
          <xs:documentation>I-Kiribati</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1402">
        <xs:annotation>
          <xs:documentation>Nauruan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1499">
        <xs:annotation>
          <xs:documentation>Micronesian, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1501">
        <xs:annotation>
          <xs:documentation>Cook Islander</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1502">
        <xs:annotation>
          <xs:documentation>Fijian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1503">
        <xs:annotation>
          <xs:documentation>Niuean</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1504">
        <xs:annotation>
          <xs:documentation>Samoan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1505">
        <xs:annotation>
          <xs:documentation>Tongan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1506">
        <xs:annotation>
          <xs:documentation>Hawaiian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1507">
        <xs:annotation>
          <xs:documentation>Tahitian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1508">
        <xs:annotation>
          <xs:documentation>Tokelauan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1511">
        <xs:annotation>
          <xs:documentation>Tuvaluan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1512">
        <xs:annotation>
          <xs:documentation>Pitcairn</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1599">
        <xs:annotation>
          <xs:documentation>Polynesian, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2101">
        <xs:annotation>
          <xs:documentation>English</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2102">
        <xs:annotation>
          <xs:documentation>Scottish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2103">
        <xs:annotation>
          <xs:documentation>Welsh</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2104">
        <xs:annotation>
          <xs:documentation>Channel Islander</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2105">
        <xs:annotation>
          <xs:documentation>Manx</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2199">
        <xs:annotation>
          <xs:documentation>British, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2201">
        <xs:annotation>
          <xs:documentation>Irish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2301">
        <xs:annotation>
          <xs:documentation>Austrian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2303">
        <xs:annotation>
          <xs:documentation>Dutch</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2304">
        <xs:annotation>
          <xs:documentation>Flemish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2305">
        <xs:annotation>
          <xs:documentation>French</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2306">
        <xs:annotation>
          <xs:documentation>German</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2307">
        <xs:annotation>
          <xs:documentation>Swiss</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2311">
        <xs:annotation>
          <xs:documentation>Belgian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2312">
        <xs:annotation>
          <xs:documentation>Frisian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2313">
        <xs:annotation>
          <xs:documentation>Luxembourg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2399">
        <xs:annotation>
          <xs:documentation>Western European, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2401">
        <xs:annotation>
          <xs:documentation>Danish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2402">
        <xs:annotation>
          <xs:documentation>Finnish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2403">
        <xs:annotation>
          <xs:documentation>Icelandic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2404">
        <xs:annotation>
          <xs:documentation>Norwegian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2405">
        <xs:annotation>
          <xs:documentation>Swedish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2499">
        <xs:annotation>
          <xs:documentation>Northern European, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3101">
        <xs:annotation>
          <xs:documentation>Basque</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3102">
        <xs:annotation>
          <xs:documentation>Catalan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3103">
        <xs:annotation>
          <xs:documentation>Italian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3104">
        <xs:annotation>
          <xs:documentation>Maltese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3105">
        <xs:annotation>
          <xs:documentation>Portuguese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3106">
        <xs:annotation>
          <xs:documentation>Spanish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3107">
        <xs:annotation>
          <xs:documentation>Gibraltarian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3199">
        <xs:annotation>
          <xs:documentation>Southern European, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3201">
        <xs:annotation>
          <xs:documentation>Albanian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3202">
        <xs:annotation>
          <xs:documentation>Bosnian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3203">
        <xs:annotation>
          <xs:documentation>Bulgarian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3204">
        <xs:annotation>
          <xs:documentation>Croatian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3205">
        <xs:annotation>
          <xs:documentation>Greek</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3206">
        <xs:annotation>
          <xs:documentation>Macedonian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3207">
        <xs:annotation>
          <xs:documentation>Moldovan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3208">
        <xs:annotation>
          <xs:documentation>Montenegrin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3211">
        <xs:annotation>
          <xs:documentation>Romanian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3212">
        <xs:annotation>
          <xs:documentation>Roma Gypsy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3213">
        <xs:annotation>
          <xs:documentation>Serbian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3214">
        <xs:annotation>
          <xs:documentation>Slovene</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3215">
        <xs:annotation>
          <xs:documentation>Cypriot</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3216">
        <xs:annotation>
          <xs:documentation>Vlach</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3299">
        <xs:annotation>
          <xs:documentation>South Eastern European, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3301">
        <xs:annotation>
          <xs:documentation>Belarusan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3302">
        <xs:annotation>
          <xs:documentation>Czech</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3303">
        <xs:annotation>
          <xs:documentation>Estonian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3304">
        <xs:annotation>
          <xs:documentation>Hungarian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3305">
        <xs:annotation>
          <xs:documentation>Latvian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3306">
        <xs:annotation>
          <xs:documentation>Lithuanian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3307">
        <xs:annotation>
          <xs:documentation>Polish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3308">
        <xs:annotation>
          <xs:documentation>Russian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3311">
        <xs:annotation>
          <xs:documentation>Slovak</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3312">
        <xs:annotation>
          <xs:documentation>Ukrainian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3313">
        <xs:annotation>
          <xs:documentation>Sorb/Wend</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3399">
        <xs:annotation>
          <xs:documentation>Eastern European, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4101">
        <xs:annotation>
          <xs:documentation>Algerian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4102">
        <xs:annotation>
          <xs:documentation>Egyptian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4103">
        <xs:annotation>
          <xs:documentation>Iraqi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4104">
        <xs:annotation>
          <xs:documentation>Jordanian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4105">
        <xs:annotation>
          <xs:documentation>Kuwaiti</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4106">
        <xs:annotation>
          <xs:documentation>Lebanese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4107">
        <xs:annotation>
          <xs:documentation>Libyan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4108">
        <xs:annotation>
          <xs:documentation>Moroccan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4111">
        <xs:annotation>
          <xs:documentation>Palestinian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4112">
        <xs:annotation>
          <xs:documentation>Saudi Arabian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4113">
        <xs:annotation>
          <xs:documentation>Syrian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4114">
        <xs:annotation>
          <xs:documentation>Tunisian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4115">
        <xs:annotation>
          <xs:documentation>Yemeni</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4116">
        <xs:annotation>
          <xs:documentation>Bahraini</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4117">
        <xs:annotation>
          <xs:documentation>Emirati</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4118">
        <xs:annotation>
          <xs:documentation>Omani</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4121">
        <xs:annotation>
          <xs:documentation>Qatari</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4199">
        <xs:annotation>
          <xs:documentation>Arab, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4201">
        <xs:annotation>
          <xs:documentation>Jewish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4301">
        <xs:annotation>
          <xs:documentation>Bari</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4302">
        <xs:annotation>
          <xs:documentation>Darfur</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4303">
        <xs:annotation>
          <xs:documentation>Dinka</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4304">
        <xs:annotation>
          <xs:documentation>Nuer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4305">
        <xs:annotation>
          <xs:documentation>South Sudanese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4306">
        <xs:annotation>
          <xs:documentation>Sudanese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4399">
        <xs:annotation>
          <xs:documentation>Peoples of the Sudan, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4902">
        <xs:annotation>
          <xs:documentation>Berber</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4903">
        <xs:annotation>
          <xs:documentation>Coptic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4904">
        <xs:annotation>
          <xs:documentation>Iranian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4905">
        <xs:annotation>
          <xs:documentation>Kurdish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4907">
        <xs:annotation>
          <xs:documentation>Turkish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4908">
        <xs:annotation>
          <xs:documentation>Assyrian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4911">
        <xs:annotation>
          <xs:documentation>Chaldean</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4912">
        <xs:annotation>
          <xs:documentation>Mandaean</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4913">
        <xs:annotation>
          <xs:documentation>Nubian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4914">
        <xs:annotation>
          <xs:documentation>Yezidi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4999">
        <xs:annotation>
          <xs:documentation>Other North African and Middle Eastern, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5101">
        <xs:annotation>
          <xs:documentation>Anglo-Burmese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5102">
        <xs:annotation>
          <xs:documentation>Burmese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5103">
        <xs:annotation>
          <xs:documentation>Hmong</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5104">
        <xs:annotation>
          <xs:documentation>Khmer (Cambodian)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5105">
        <xs:annotation>
          <xs:documentation>Lao</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5106">
        <xs:annotation>
          <xs:documentation>Thai</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5107">
        <xs:annotation>
          <xs:documentation>Vietnamese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5108">
        <xs:annotation>
          <xs:documentation>Karen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5111">
        <xs:annotation>
          <xs:documentation>Mon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5112">
        <xs:annotation>
          <xs:documentation>Chin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5113">
        <xs:annotation>
          <xs:documentation>Rohingya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5199">
        <xs:annotation>
          <xs:documentation>Mainland South-East Asian, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5201">
        <xs:annotation>
          <xs:documentation>Filipino</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5202">
        <xs:annotation>
          <xs:documentation>Indonesian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5203">
        <xs:annotation>
          <xs:documentation>Javanese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5204">
        <xs:annotation>
          <xs:documentation>Madurese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5205">
        <xs:annotation>
          <xs:documentation>Malay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5206">
        <xs:annotation>
          <xs:documentation>Sundanese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5207">
        <xs:annotation>
          <xs:documentation>Timorese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5208">
        <xs:annotation>
          <xs:documentation>Acehnese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5211">
        <xs:annotation>
          <xs:documentation>Balinese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5212">
        <xs:annotation>
          <xs:documentation>Bruneian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5213">
        <xs:annotation>
          <xs:documentation>Kadazan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5214">
        <xs:annotation>
          <xs:documentation>Singaporean</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5215">
        <xs:annotation>
          <xs:documentation>Temoq</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5299">
        <xs:annotation>
          <xs:documentation>Maritime South-East Asian, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6101">
        <xs:annotation>
          <xs:documentation>Chinese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6102">
        <xs:annotation>
          <xs:documentation>Taiwanese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6199">
        <xs:annotation>
          <xs:documentation>Chinese Asian, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6901">
        <xs:annotation>
          <xs:documentation>Japanese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6902">
        <xs:annotation>
          <xs:documentation>Korean</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6903">
        <xs:annotation>
          <xs:documentation>Mongolian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6904">
        <xs:annotation>
          <xs:documentation>Tibetan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6999">
        <xs:annotation>
          <xs:documentation>Other North-East Asian, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7101">
        <xs:annotation>
          <xs:documentation>Anglo-Indian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7102">
        <xs:annotation>
          <xs:documentation>Bengali</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7103">
        <xs:annotation>
          <xs:documentation>Burgher</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7104">
        <xs:annotation>
          <xs:documentation>Gujarati</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7106">
        <xs:annotation>
          <xs:documentation>Indian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7107">
        <xs:annotation>
          <xs:documentation>Malayali</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7111">
        <xs:annotation>
          <xs:documentation>Nepalese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7112">
        <xs:annotation>
          <xs:documentation>Pakistani</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7113">
        <xs:annotation>
          <xs:documentation>Punjabi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7114">
        <xs:annotation>
          <xs:documentation>Sikh</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7115">
        <xs:annotation>
          <xs:documentation>Sinhalese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7117">
        <xs:annotation>
          <xs:documentation>Maldivian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7118">
        <xs:annotation>
          <xs:documentation>Bangladeshi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7121">
        <xs:annotation>
          <xs:documentation>Bhutanese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7122">
        <xs:annotation>
          <xs:documentation>Fijian Indian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7123">
        <xs:annotation>
          <xs:documentation>Kashmiri</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7124">
        <xs:annotation>
          <xs:documentation>Parsi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7125">
        <xs:annotation>
          <xs:documentation>Sindhi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7126">
        <xs:annotation>
          <xs:documentation>Sri Lankan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7127">
        <xs:annotation>
          <xs:documentation>Sri Lankan Tamil</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7128">
        <xs:annotation>
          <xs:documentation>Indian Tamil</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7131">
        <xs:annotation>
          <xs:documentation>Tamil, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7132">
        <xs:annotation>
          <xs:documentation>Telugu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7199">
        <xs:annotation>
          <xs:documentation>Southern Asian, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7201">
        <xs:annotation>
          <xs:documentation>Afghan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7202">
        <xs:annotation>
          <xs:documentation>Armenian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7203">
        <xs:annotation>
          <xs:documentation>Georgian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7204">
        <xs:annotation>
          <xs:documentation>Kazakh</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7205">
        <xs:annotation>
          <xs:documentation>Pathan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7206">
        <xs:annotation>
          <xs:documentation>Uzbek</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7207">
        <xs:annotation>
          <xs:documentation>Azeri</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7208">
        <xs:annotation>
          <xs:documentation>Hazara</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7211">
        <xs:annotation>
          <xs:documentation>Tajik</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7212">
        <xs:annotation>
          <xs:documentation>Tatar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7213">
        <xs:annotation>
          <xs:documentation>Turkmen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7214">
        <xs:annotation>
          <xs:documentation>Uighur</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7215">
        <xs:annotation>
          <xs:documentation>Kyrgyz</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7299">
        <xs:annotation>
          <xs:documentation>Central Asian, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8101">
        <xs:annotation>
          <xs:documentation>African American</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8102">
        <xs:annotation>
          <xs:documentation>American</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8103">
        <xs:annotation>
          <xs:documentation>Canadian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8104">
        <xs:annotation>
          <xs:documentation>French Canadian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8105">
        <xs:annotation>
          <xs:documentation>Hispanic North American</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8106">
        <xs:annotation>
          <xs:documentation>Native North American Indian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8107">
        <xs:annotation>
          <xs:documentation>Bermudan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8199">
        <xs:annotation>
          <xs:documentation>North American, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8201">
        <xs:annotation>
          <xs:documentation>Argentinian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8202">
        <xs:annotation>
          <xs:documentation>Bolivian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8203">
        <xs:annotation>
          <xs:documentation>Brazilian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8204">
        <xs:annotation>
          <xs:documentation>Chilean</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8205">
        <xs:annotation>
          <xs:documentation>Colombian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8206">
        <xs:annotation>
          <xs:documentation>Ecuadorian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8207">
        <xs:annotation>
          <xs:documentation>Guyanese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8208">
        <xs:annotation>
          <xs:documentation>Peruvian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8211">
        <xs:annotation>
          <xs:documentation>Uruguayan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8212">
        <xs:annotation>
          <xs:documentation>Venezuelan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8213">
        <xs:annotation>
          <xs:documentation>Paraguayan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8299">
        <xs:annotation>
          <xs:documentation>South American, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8301">
        <xs:annotation>
          <xs:documentation>Mexican</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8302">
        <xs:annotation>
          <xs:documentation>Nicaraguan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8303">
        <xs:annotation>
          <xs:documentation>Salvadoran</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8304">
        <xs:annotation>
          <xs:documentation>Costa Rican</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8305">
        <xs:annotation>
          <xs:documentation>Guatemalan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8306">
        <xs:annotation>
          <xs:documentation>Mayan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8399">
        <xs:annotation>
          <xs:documentation>Central American, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8401">
        <xs:annotation>
          <xs:documentation>Cuban</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8402">
        <xs:annotation>
          <xs:documentation>Jamaican</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8403">
        <xs:annotation>
          <xs:documentation>Trinidadian Tobagonian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8404">
        <xs:annotation>
          <xs:documentation>Barbadian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8405">
        <xs:annotation>
          <xs:documentation>Puerto Rican</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8499">
        <xs:annotation>
          <xs:documentation>Caribbean Islander, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9101">
        <xs:annotation>
          <xs:documentation>Akan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9102">
        <xs:annotation>
          <xs:documentation>Fulani</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9103">
        <xs:annotation>
          <xs:documentation>Ghanaian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9104">
        <xs:annotation>
          <xs:documentation>Nigerian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9105">
        <xs:annotation>
          <xs:documentation>Yoruba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9106">
        <xs:annotation>
          <xs:documentation>Ivorean</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9107">
        <xs:annotation>
          <xs:documentation>Liberian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9108">
        <xs:annotation>
          <xs:documentation>Sierra Leonean</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9111">
        <xs:annotation>
          <xs:documentation>Acholi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9112">
        <xs:annotation>
          <xs:documentation>Cameroonian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9113">
        <xs:annotation>
          <xs:documentation>Congolese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9114">
        <xs:annotation>
          <xs:documentation>Gio</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9115">
        <xs:annotation>
          <xs:documentation>Igbo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9116">
        <xs:annotation>
          <xs:documentation>Krahn</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9117">
        <xs:annotation>
          <xs:documentation>Mandinka</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9118">
        <xs:annotation>
          <xs:documentation>Senegalese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9121">
        <xs:annotation>
          <xs:documentation>Themne</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9122">
        <xs:annotation>
          <xs:documentation>Togolese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9199">
        <xs:annotation>
          <xs:documentation>Central and West African, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9201">
        <xs:annotation>
          <xs:documentation>Afrikaner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9202">
        <xs:annotation>
          <xs:documentation>Angolan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9203">
        <xs:annotation>
          <xs:documentation>Eritrean</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9204">
        <xs:annotation>
          <xs:documentation>Ethiopian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9205">
        <xs:annotation>
          <xs:documentation>Kenyan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9206">
        <xs:annotation>
          <xs:documentation>Malawian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9207">
        <xs:annotation>
          <xs:documentation>Mauritian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9208">
        <xs:annotation>
          <xs:documentation>Mozambican</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9211">
        <xs:annotation>
          <xs:documentation>Namibian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9212">
        <xs:annotation>
          <xs:documentation>Oromo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9213">
        <xs:annotation>
          <xs:documentation>Seychellois</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9214">
        <xs:annotation>
          <xs:documentation>Somali</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9215">
        <xs:annotation>
          <xs:documentation>South African</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9216">
        <xs:annotation>
          <xs:documentation>Tanzanian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9217">
        <xs:annotation>
          <xs:documentation>Ugandan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9218">
        <xs:annotation>
          <xs:documentation>Zambian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9221">
        <xs:annotation>
          <xs:documentation>Zimbabwean</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9222">
        <xs:annotation>
          <xs:documentation>Amhara</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9223">
        <xs:annotation>
          <xs:documentation>Batswana</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9225">
        <xs:annotation>
          <xs:documentation>Hutu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9226">
        <xs:annotation>
          <xs:documentation>Masai</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9228">
        <xs:annotation>
          <xs:documentation>Tigrayan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9231">
        <xs:annotation>
          <xs:documentation>Tigre</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9232">
        <xs:annotation>
          <xs:documentation>Zulu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9233">
        <xs:annotation>
          <xs:documentation>Burundian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9234">
        <xs:annotation>
          <xs:documentation>Kunama</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9235">
        <xs:annotation>
          <xs:documentation>Madi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9236">
        <xs:annotation>
          <xs:documentation>Ogaden</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9237">
        <xs:annotation>
          <xs:documentation>Rwandan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9238">
        <xs:annotation>
          <xs:documentation>Shona</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9241">
        <xs:annotation>
          <xs:documentation>Swahili</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9242">
        <xs:annotation>
          <xs:documentation>Swazilander</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9299">
        <xs:annotation>
          <xs:documentation>Southern and East African, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0000">
        <xs:annotation>
          <xs:documentation>Inadequately described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0001">
        <xs:annotation>
          <xs:documentation>Not stated</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0901">
        <xs:annotation>
          <xs:documentation>Eurasian, so described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0902">
        <xs:annotation>
          <xs:documentation>Asian, so described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0903">
        <xs:annotation>
          <xs:documentation>African, so described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0904">
        <xs:annotation>
          <xs:documentation>European, so described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0905">
        <xs:annotation>
          <xs:documentation>Caucasian, so described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0906">
        <xs:annotation>
          <xs:documentation>Creole, so described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1000">
        <xs:annotation>
          <xs:documentation>Oceanian, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1100">
        <xs:annotation>
          <xs:documentation>Australian Peoples, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1200">
        <xs:annotation>
          <xs:documentation>New Zealand Peoples, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1300">
        <xs:annotation>
          <xs:documentation>Melanesian and Papuan, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1400">
        <xs:annotation>
          <xs:documentation>Micronesian, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1500">
        <xs:annotation>
          <xs:documentation>Polynesian, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2000">
        <xs:annotation>
          <xs:documentation>North-West European, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2100">
        <xs:annotation>
          <xs:documentation>British, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2300">
        <xs:annotation>
          <xs:documentation>Western European, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2400">
        <xs:annotation>
          <xs:documentation>Northern European, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3000">
        <xs:annotation>
          <xs:documentation>Southern and  Eastern European, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3100">
        <xs:annotation>
          <xs:documentation>Southern European, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3200">
        <xs:annotation>
          <xs:documentation>South Eastern European, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3300">
        <xs:annotation>
          <xs:documentation>Eastern European, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4000">
        <xs:annotation>
          <xs:documentation>North African and Middle Eastern, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4100">
        <xs:annotation>
          <xs:documentation>Arab, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4300">
        <xs:annotation>
          <xs:documentation>Peoples of the Sudan, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4900">
        <xs:annotation>
          <xs:documentation>Other North African and Middle Eastern, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5000">
        <xs:annotation>
          <xs:documentation>South-East  Asian, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5100">
        <xs:annotation>
          <xs:documentation>Mainland South-East Asian, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5200">
        <xs:annotation>
          <xs:documentation>Maritime South-East Asian, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6000">
        <xs:annotation>
          <xs:documentation>North-East Asian, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6100">
        <xs:annotation>
          <xs:documentation>Chinese Asian, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6900">
        <xs:annotation>
          <xs:documentation>Other North-East Asian, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7000">
        <xs:annotation>
          <xs:documentation>Southern and Central Asian, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7100">
        <xs:annotation>
          <xs:documentation>Southern Asian, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7200">
        <xs:annotation>
          <xs:documentation>Central Asian, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8000">
        <xs:annotation>
          <xs:documentation>Peoples of the Americas, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8100">
        <xs:annotation>
          <xs:documentation>North American, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8200">
        <xs:annotation>
          <xs:documentation>South American, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8300">
        <xs:annotation>
          <xs:documentation>Central American, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8400">
        <xs:annotation>
          <xs:documentation>Caribbean Islander, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9000">
        <xs:annotation>
          <xs:documentation>Sub-Saharan African, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9100">
        <xs:annotation>
          <xs:documentation>Central and West African, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9200">
        <xs:annotation>
          <xs:documentation>Southern and East African, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsActivityInvolvementCodeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1010">
        <xs:annotation>
          <xs:documentation>Exercise, n.f.d</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1011">
        <xs:annotation>
          <xs:documentation>Exercise biking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1012">
        <xs:annotation>
          <xs:documentation>Fitness centre activities</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1013">
        <xs:annotation>
          <xs:documentation>Gymnasium workouts</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1014">
        <xs:annotation>
          <xs:documentation>Aerobics/exercising (other)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1015">
        <xs:annotation>
          <xs:documentation>Circuits</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1016">
        <xs:annotation>
          <xs:documentation>Boot camp</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1017">
        <xs:annotation>
          <xs:documentation>Boxercise (at a gym)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1018">
        <xs:annotation>
          <xs:documentation>RPM</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1019">
        <xs:annotation>
          <xs:documentation>Spin Cycling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="101A">
        <xs:annotation>
          <xs:documentation>Treadmill Activities</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="101B">
        <xs:annotation>
          <xs:documentation>Weight Training</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="101C">
        <xs:annotation>
          <xs:documentation>Zumba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="101D">
        <xs:annotation>
          <xs:documentation>Kickboxing (at a gym)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="101E">
        <xs:annotation>
          <xs:documentation>Rope skipping</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1020">
        <xs:annotation>
          <xs:documentation>Air sports, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1021">
        <xs:annotation>
          <xs:documentation>Aerobatics</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1022">
        <xs:annotation>
          <xs:documentation>Ballooning</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1023">
        <xs:annotation>
          <xs:documentation>Gliding</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1024">
        <xs:annotation>
          <xs:documentation>Gyroplane flying</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1025">
        <xs:annotation>
          <xs:documentation>Hang gliding</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1026">
        <xs:annotation>
          <xs:documentation>Ultralight flying</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1027">
        <xs:annotation>
          <xs:documentation>Air sport ( other )</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1028">
        <xs:annotation>
          <xs:documentation>Bungee jumping</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1029">
        <xs:annotation>
          <xs:documentation>Parachuting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="102A">
        <xs:annotation>
          <xs:documentation>Skydiving</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="102B">
        <xs:annotation>
          <xs:documentation>Paragliding</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1031">
        <xs:annotation>
          <xs:documentation>Aquareobics</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1041">
        <xs:annotation>
          <xs:documentation>Archery</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1042">
        <xs:annotation>
          <xs:documentation>Bow hunting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1051">
        <xs:annotation>
          <xs:documentation>Athletics, track &amp; field</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1061">
        <xs:annotation>
          <xs:documentation>Australian rules football</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1071">
        <xs:annotation>
          <xs:documentation>Badminton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1081">
        <xs:annotation>
          <xs:documentation>Baseball</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1091">
        <xs:annotation>
          <xs:documentation>Basketball (indoor &amp; outdoor)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1101">
        <xs:annotation>
          <xs:documentation>Beach volleyball</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1110">
        <xs:annotation>
          <xs:documentation>Cue Sports, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1111">
        <xs:annotation>
          <xs:documentation>Billiards</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1112">
        <xs:annotation>
          <xs:documentation>Pool</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1113">
        <xs:annotation>
          <xs:documentation>Snooker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1121">
        <xs:annotation>
          <xs:documentation>Bocce</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1122">
        <xs:annotation>
          <xs:documentation>Boules</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1123">
        <xs:annotation>
          <xs:documentation>Petanque</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1131">
        <xs:annotation>
          <xs:documentation>Boxing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1141">
        <xs:annotation>
          <xs:documentation>Bush walking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1151">
        <xs:annotation>
          <xs:documentation>Canoeing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1152">
        <xs:annotation>
          <xs:documentation>Kayaking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1153">
        <xs:annotation>
          <xs:documentation>Outrigger canoe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1161">
        <xs:annotation>
          <xs:documentation>Carpet bowls</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1171">
        <xs:annotation>
          <xs:documentation>Cricket (Indoor)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1181">
        <xs:annotation>
          <xs:documentation>Cricket (Outdoor)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1191">
        <xs:annotation>
          <xs:documentation>Croquet</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1201">
        <xs:annotation>
          <xs:documentation>Cross country running</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1210">
        <xs:annotation>
          <xs:documentation>Bike sports, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1211">
        <xs:annotation>
          <xs:documentation>Bike riding</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1212">
        <xs:annotation>
          <xs:documentation>Cycling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1213">
        <xs:annotation>
          <xs:documentation>BMXing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1214">
        <xs:annotation>
          <xs:documentation>Mountain biking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1220">
        <xs:annotation>
          <xs:documentation>Dance Sports, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1221">
        <xs:annotation>
          <xs:documentation>Boot scooting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1222">
        <xs:annotation>
          <xs:documentation>Classical Ballet</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1223">
        <xs:annotation>
          <xs:documentation>Jazz Ballet</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1224">
        <xs:annotation>
          <xs:documentation>Ballroom Dancing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1225">
        <xs:annotation>
          <xs:documentation>Dance team</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1226">
        <xs:annotation>
          <xs:documentation>Bellydancing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1227">
        <xs:annotation>
          <xs:documentation>Folk dancing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1228">
        <xs:annotation>
          <xs:documentation>Latin dancing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1229">
        <xs:annotation>
          <xs:documentation>Dancing (other)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="122A">
        <xs:annotation>
          <xs:documentation>Line dancing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="122B">
        <xs:annotation>
          <xs:documentation>Salsa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="122C">
        <xs:annotation>
          <xs:documentation>Swing dancing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1231">
        <xs:annotation>
          <xs:documentation>Darts</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1241">
        <xs:annotation>
          <xs:documentation>Dog racing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1250">
        <xs:annotation>
          <xs:documentation>Dog competitions, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1251">
        <xs:annotation>
          <xs:documentation>Dog shows</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1252">
        <xs:annotation>
          <xs:documentation>Sheepdog trials</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1261">
        <xs:annotation>
          <xs:documentation>Fencing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1271">
        <xs:annotation>
          <xs:documentation>Angling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1272">
        <xs:annotation>
          <xs:documentation>Fishing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1280">
        <xs:annotation>
          <xs:documentation>Throwing, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1281">
        <xs:annotation>
          <xs:documentation>Ultimate frisbee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1282">
        <xs:annotation>
          <xs:documentation>Boomerang throwing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1289">
        <xs:annotation>
          <xs:documentation>Flying disc games</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1291">
        <xs:annotation>
          <xs:documentation>Gaelic football</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1301">
        <xs:annotation>
          <xs:documentation>Golf</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1311">
        <xs:annotation>
          <xs:documentation>Gridiron (USA football )</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1321">
        <xs:annotation>
          <xs:documentation>Gymnastics</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1322">
        <xs:annotation>
          <xs:documentation>Circus acrobatics</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1323">
        <xs:annotation>
          <xs:documentation>Callisthenics</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1324">
        <xs:annotation>
          <xs:documentation>Trampolining</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1331">
        <xs:annotation>
          <xs:documentation>Handball</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1341">
        <xs:annotation>
          <xs:documentation>Harness racing/Trotting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1351">
        <xs:annotation>
          <xs:documentation>Hockey (Indoor)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1352">
        <xs:annotation>
          <xs:documentation>Hockey (Outdoor)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1353">
        <xs:annotation>
          <xs:documentation>Broomball</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1362">
        <xs:annotation>
          <xs:documentation>Horse racing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1363">
        <xs:annotation>
          <xs:documentation>Dressage</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1371">
        <xs:annotation>
          <xs:documentation>Horse riding/Equestrian activities</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1372">
        <xs:annotation>
          <xs:documentation>Polo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1373">
        <xs:annotation>
          <xs:documentation>Polo cross</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1374">
        <xs:annotation>
          <xs:documentation>Show jumping</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1380">
        <xs:annotation>
          <xs:documentation>Ice/Snow Sports, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1381">
        <xs:annotation>
          <xs:documentation>Ice hockey</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1383">
        <xs:annotation>
          <xs:documentation>Ice/Snow sport (other)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1384">
        <xs:annotation>
          <xs:documentation>Snow skiing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1385">
        <xs:annotation>
          <xs:documentation>Snow boarding</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1386">
        <xs:annotation>
          <xs:documentation>Bobsledding</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1387">
        <xs:annotation>
          <xs:documentation>Skeleton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1391">
        <xs:annotation>
          <xs:documentation>Korfball</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1392">
        <xs:annotation>
          <xs:documentation>Ice skating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1393">
        <xs:annotation>
          <xs:documentation>Ice racing/speed skating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1401">
        <xs:annotation>
          <xs:documentation>Lacrosse</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1402">
        <xs:annotation>
          <xs:documentation>Softcrosse</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1411">
        <xs:annotation>
          <xs:documentation>Lawn bowls</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1421">
        <xs:annotation>
          <xs:documentation>Marching</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1430">
        <xs:annotation>
          <xs:documentation>Martial arts, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1431">
        <xs:annotation>
          <xs:documentation>Chi Kung</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1432">
        <xs:annotation>
          <xs:documentation>Judo/Jujitsu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1433">
        <xs:annotation>
          <xs:documentation>Karate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1434">
        <xs:annotation>
          <xs:documentation>Kickboxing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1435">
        <xs:annotation>
          <xs:documentation>Taekwondo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1436">
        <xs:annotation>
          <xs:documentation>Tai Chi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1437">
        <xs:annotation>
          <xs:documentation>Aikido</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1438">
        <xs:annotation>
          <xs:documentation>Kendo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1439">
        <xs:annotation>
          <xs:documentation>Martial arts (other)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="143A">
        <xs:annotation>
          <xs:documentation>Ninjitsu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1441">
        <xs:annotation>
          <xs:documentation>Minigolf</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1442">
        <xs:annotation>
          <xs:documentation>Putt-putt golf</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1450">
        <xs:annotation>
          <xs:documentation>Motor sports, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1451">
        <xs:annotation>
          <xs:documentation>Go-Karting (motor sports)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1452">
        <xs:annotation>
          <xs:documentation>Track motor sport</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1453">
        <xs:annotation>
          <xs:documentation>Car racing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1454">
        <xs:annotation>
          <xs:documentation>Drag racing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1455">
        <xs:annotation>
          <xs:documentation>Motorbike racing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1456">
        <xs:annotation>
          <xs:documentation>Speedway</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1459">
        <xs:annotation>
          <xs:documentation>Motor sport (other)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1461">
        <xs:annotation>
          <xs:documentation>Netball (Indoor and outdoor)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1471">
        <xs:annotation>
          <xs:documentation>Orienteering</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1472">
        <xs:annotation>
          <xs:documentation>Rogaining</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1473">
        <xs:annotation>
          <xs:documentation>Racewalking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1481">
        <xs:annotation>
          <xs:documentation>Pilates</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1490">
        <xs:annotation>
          <xs:documentation>Outdoor rock activities, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1491">
        <xs:annotation>
          <xs:documentation>Abseiling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1492">
        <xs:annotation>
          <xs:documentation>Caving</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1493">
        <xs:annotation>
          <xs:documentation>Rock climbing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1501">
        <xs:annotation>
          <xs:documentation>Rodeos</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1510">
        <xs:annotation>
          <xs:documentation>Roller sports, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1511">
        <xs:annotation>
          <xs:documentation>Roller-blading</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1512">
        <xs:annotation>
          <xs:documentation>Skateboarding</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1513">
        <xs:annotation>
          <xs:documentation>Inline hockey</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1514">
        <xs:annotation>
          <xs:documentation>Roller sport (other)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1515">
        <xs:annotation>
          <xs:documentation>Rollerskating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1516">
        <xs:annotation>
          <xs:documentation>Roller derby</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1521">
        <xs:annotation>
          <xs:documentation>Rowing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1531">
        <xs:annotation>
          <xs:documentation>Royal Tennis</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1541">
        <xs:annotation>
          <xs:documentation>Rugby league (football)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1542">
        <xs:annotation>
          <xs:documentation>Oztag</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1543">
        <xs:annotation>
          <xs:documentation>Rugby league sevens</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1544">
        <xs:annotation>
          <xs:documentation>Rugby sevens</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1551">
        <xs:annotation>
          <xs:documentation>Rugby union (football)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1561">
        <xs:annotation>
          <xs:documentation>Jogging</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1562">
        <xs:annotation>
          <xs:documentation>Running</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1571">
        <xs:annotation>
          <xs:documentation>Sailing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1581">
        <xs:annotation>
          <xs:documentation>Scuba diving</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1582">
        <xs:annotation>
          <xs:documentation>Snorkelling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1590">
        <xs:annotation>
          <xs:documentation>Shooting sports, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1591">
        <xs:annotation>
          <xs:documentation>Hunting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1592">
        <xs:annotation>
          <xs:documentation>Paintball shooting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1593">
        <xs:annotation>
          <xs:documentation>Pistol shooting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1594">
        <xs:annotation>
          <xs:documentation>Shooting sport (other)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1595">
        <xs:annotation>
          <xs:documentation>Target shooting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1596">
        <xs:annotation>
          <xs:documentation>Bird shooting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1597">
        <xs:annotation>
          <xs:documentation>Clay shooting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1598">
        <xs:annotation>
          <xs:documentation>Duck shooting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1599">
        <xs:annotation>
          <xs:documentation>Rifle shooting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="159A">
        <xs:annotation>
          <xs:documentation>Running target shooting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="159B">
        <xs:annotation>
          <xs:documentation>Shotgun shooting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="159C">
        <xs:annotation>
          <xs:documentation>Skirmish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="159D">
        <xs:annotation>
          <xs:documentation>Trap shooting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1601">
        <xs:annotation>
          <xs:documentation>Soccer (Indoor)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1602">
        <xs:annotation>
          <xs:documentation>Futsal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1612">
        <xs:annotation>
          <xs:documentation>Soccer (Outdoor)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1621">
        <xs:annotation>
          <xs:documentation>Softball</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1622">
        <xs:annotation>
          <xs:documentation>Tee ball (T ball)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1631">
        <xs:annotation>
          <xs:documentation>Squash</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1632">
        <xs:annotation>
          <xs:documentation>Racquet ball</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1641">
        <xs:annotation>
          <xs:documentation>Surf Lifesaving/Royal Lifesaving</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1651">
        <xs:annotation>
          <xs:documentation>Surfing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1652">
        <xs:annotation>
          <xs:documentation>Surf sport (other)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1653">
        <xs:annotation>
          <xs:documentation>Bodyboarding</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1654">
        <xs:annotation>
          <xs:documentation>Standup paddleboarding</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1660">
        <xs:annotation>
          <xs:documentation>Indoor water sports, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1661">
        <xs:annotation>
          <xs:documentation>Diving (board)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1662">
        <xs:annotation>
          <xs:documentation>Swimming</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1663">
        <xs:annotation>
          <xs:documentation>Synchronized Swimming</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1671">
        <xs:annotation>
          <xs:documentation>Table tennis</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1681">
        <xs:annotation>
          <xs:documentation>Tennis (Indoor and outdoor)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1691">
        <xs:annotation>
          <xs:documentation>Tenpin bowling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1701">
        <xs:annotation>
          <xs:documentation>Touch football</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1709">
        <xs:annotation>
          <xs:documentation>Football (other)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1711">
        <xs:annotation>
          <xs:documentation>Trail biking (motor sports)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1712">
        <xs:annotation>
          <xs:documentation>Dirt bike riding (motor sports)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1721">
        <xs:annotation>
          <xs:documentation>Triathlons</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1731">
        <xs:annotation>
          <xs:documentation>Volleyball (Indoor and outdoor)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1732">
        <xs:annotation>
          <xs:documentation>Newcombe ball</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1741">
        <xs:annotation>
          <xs:documentation>Walking for exercise</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1751">
        <xs:annotation>
          <xs:documentation>Water polo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1760">
        <xs:annotation>
          <xs:documentation>Motorised water sports, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1761">
        <xs:annotation>
          <xs:documentation>Jet skiing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1762">
        <xs:annotation>
          <xs:documentation>Powerboating</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1763">
        <xs:annotation>
          <xs:documentation>Water-skiing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1764">
        <xs:annotation>
          <xs:documentation>Wakeboarding</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1770">
        <xs:annotation>
          <xs:documentation>Non-motorised outdoor water sports, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1771">
        <xs:annotation>
          <xs:documentation>Canoe polo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1772">
        <xs:annotation>
          <xs:documentation>Water volleyball</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1773">
        <xs:annotation>
          <xs:documentation>Underwater hockey</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1774">
        <xs:annotation>
          <xs:documentation>White water rafting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1775">
        <xs:annotation>
          <xs:documentation>Dragon boat racing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1781">
        <xs:annotation>
          <xs:documentation>Competition weight-lifting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1782">
        <xs:annotation>
          <xs:documentation>Powerlifting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1791">
        <xs:annotation>
          <xs:documentation>Bodybuilding</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1792">
        <xs:annotation>
          <xs:documentation>Weight training (for fitness - other)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1800">
        <xs:annotation>
          <xs:documentation>Board sports, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1801">
        <xs:annotation>
          <xs:documentation>Wind surfing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1802">
        <xs:annotation>
          <xs:documentation>Sailboarding</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1803">
        <xs:annotation>
          <xs:documentation>Kite surfing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1811">
        <xs:annotation>
          <xs:documentation>Wood chopping</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1821">
        <xs:annotation>
          <xs:documentation>Wrestling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1831">
        <xs:annotation>
          <xs:documentation>Yoga</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1840">
        <xs:annotation>
          <xs:documentation>Other sporting activities, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1841">
        <xs:annotation>
          <xs:documentation>Pigeon racing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1842">
        <xs:annotation>
          <xs:documentation>Playing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1843">
        <xs:annotation>
          <xs:documentation>Multidisciplinary events</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1844">
        <xs:annotation>
          <xs:documentation>Radio controlled model car/boat/plane racing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1845">
        <xs:annotation>
          <xs:documentation>Cheerleading</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1846">
        <xs:annotation>
          <xs:documentation>Modern pentathlon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1847">
        <xs:annotation>
          <xs:documentation>Campdrafting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1848">
        <xs:annotation>
          <xs:documentation>Biathlon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1849">
        <xs:annotation>
          <xs:documentation>Other sporting activities</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2010">
        <xs:annotation>
          <xs:documentation>Leadership Activities</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2011">
        <xs:annotation>
          <xs:documentation>Team captain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2012">
        <xs:annotation>
          <xs:documentation>Student representative council president</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2013">
        <xs:annotation>
          <xs:documentation>Class captain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2014">
        <xs:annotation>
          <xs:documentation>Class officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2015">
        <xs:annotation>
          <xs:documentation>Student representative council officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2016">
        <xs:annotation>
          <xs:documentation>School captain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2017">
        <xs:annotation>
          <xs:documentation>Duke of Edinburgh Award</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2019">
        <xs:annotation>
          <xs:documentation>Other student leadership</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3010">
        <xs:annotation>
          <xs:documentation>Youth Development, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3011">
        <xs:annotation>
          <xs:documentation>Army Cadets</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3012">
        <xs:annotation>
          <xs:documentation>Airforce Cadets</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3013">
        <xs:annotation>
          <xs:documentation>Other Cadets</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3014">
        <xs:annotation>
          <xs:documentation>Boy Scouts</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3015">
        <xs:annotation>
          <xs:documentation>Girl Scouts</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3019">
        <xs:annotation>
          <xs:documentation>Other youth development group</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4011">
        <xs:annotation>
          <xs:documentation>Music - vocal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4012">
        <xs:annotation>
          <xs:documentation>Choir</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4019">
        <xs:annotation>
          <xs:documentation>Other vocal ensemble</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4021">
        <xs:annotation>
          <xs:documentation>Music - instrumental</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4022">
        <xs:annotation>
          <xs:documentation>Concert Band</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4023">
        <xs:annotation>
          <xs:documentation>Orchestra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4024">
        <xs:annotation>
          <xs:documentation>Jazz ensemble</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4025">
        <xs:annotation>
          <xs:documentation>Chamber ensemble</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4029">
        <xs:annotation>
          <xs:documentation>Other instrumental ensemble</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4031">
        <xs:annotation>
          <xs:documentation>Music - theory and composition</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4039">
        <xs:annotation>
          <xs:documentation>Other Music</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4041">
        <xs:annotation>
          <xs:documentation>Theatre/drama</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4042">
        <xs:annotation>
          <xs:documentation>Eisteddfod</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4043">
        <xs:annotation>
          <xs:documentation>Annual music production</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4044">
        <xs:annotation>
          <xs:documentation>Other performing arts</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5010">
        <xs:annotation>
          <xs:documentation>Arts activities, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5011">
        <xs:annotation>
          <xs:documentation>Art and graphic design</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5012">
        <xs:annotation>
          <xs:documentation>Painting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5013">
        <xs:annotation>
          <xs:documentation>Embroidery</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5019">
        <xs:annotation>
          <xs:documentation>Other arts activity</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5020">
        <xs:annotation>
          <xs:documentation>Communications, n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5021">
        <xs:annotation>
          <xs:documentation>Journalism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5022">
        <xs:annotation>
          <xs:documentation>Broadcasting</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5023">
        <xs:annotation>
          <xs:documentation>School Year book</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5024">
        <xs:annotation>
          <xs:documentation>Literary publications</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5025">
        <xs:annotation>
          <xs:documentation>Speech/debate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5029">
        <xs:annotation>
          <xs:documentation>Other communications</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6011">
        <xs:annotation>
          <xs:documentation>Book Club</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6012">
        <xs:annotation>
          <xs:documentation>Drama club</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6013">
        <xs:annotation>
          <xs:documentation>Language club</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6014">
        <xs:annotation>
          <xs:documentation>Art club</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6019">
        <xs:annotation>
          <xs:documentation>Other Cultural club</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6021">
        <xs:annotation>
          <xs:documentation>Technology Students</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6022">
        <xs:annotation>
          <xs:documentation>Computer club</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6023">
        <xs:annotation>
          <xs:documentation>Science Club</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6029">
        <xs:annotation>
          <xs:documentation>Other Technology Club</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6031">
        <xs:annotation>
          <xs:documentation>Health Occupations Students</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6032">
        <xs:annotation>
          <xs:documentation>Chess club</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6039">
        <xs:annotation>
          <xs:documentation>Other club or organization</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7011">
        <xs:annotation>
          <xs:documentation>Peer counseling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7012">
        <xs:annotation>
          <xs:documentation>Tutoring</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7013">
        <xs:annotation>
          <xs:documentation>Formal/Social/Debutante Ball</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7019">
        <xs:annotation>
          <xs:documentation>Other general activity</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsEmailTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="01">
        <xs:annotation>
          <xs:documentation>Primary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="02">
        <xs:annotation>
          <xs:documentation>Alternate 1</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="03">
        <xs:annotation>
          <xs:documentation>Alternate 2</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="04">
        <xs:annotation>
          <xs:documentation>Alternate 3</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="05">
        <xs:annotation>
          <xs:documentation>Alternate 4</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="06">
        <xs:annotation>
          <xs:documentation>Work</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="07">
        <xs:annotation>
          <xs:documentation>Personal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsSchoolLevelType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="Camp">
        <xs:annotation>
          <xs:documentation>Camp</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Commty">
        <xs:annotation>
          <xs:documentation>Community College</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EarlyCh">
        <xs:annotation>
          <xs:documentation>Early Childhood</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JunPri">
        <xs:annotation>
          <xs:documentation>Junior Primary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Kgarten">
        <xs:annotation>
          <xs:documentation>Kindergarten only</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Kind">
        <xs:annotation>
          <xs:documentation>Preschool/Kindergarten</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lang">
        <xs:annotation>
          <xs:documentation>Language</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MCH">
        <xs:annotation>
          <xs:documentation>Maternal Child Health Centre</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Middle">
        <xs:annotation>
          <xs:documentation>Middle School</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PreSch">
        <xs:annotation>
          <xs:documentation>PreSchool only</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Pri/Sec">
        <xs:annotation>
          <xs:documentation>Primary/Secondary Combined</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Spec/P-12">
        <xs:annotation>
          <xs:documentation>Special/Primary/Secondary Combined</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Spec/Pri">
        <xs:annotation>
          <xs:documentation>Special/Primary Combined</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Spec/Sec">
        <xs:annotation>
          <xs:documentation>Special/Secondary Combined</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Prim">
        <xs:annotation>
          <xs:documentation>Primary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Sec">
        <xs:annotation>
          <xs:documentation>Secondary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Senior">
        <xs:annotation>
          <xs:documentation>Senior Secondary School</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Special">
        <xs:annotation>
          <xs:documentation>Special</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Specif">
        <xs:annotation>
          <xs:documentation>Specific Purpose</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Supp">
        <xs:annotation>
          <xs:documentation>SupportCentre</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unknown">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsSchoolFocusCodeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="01">
        <xs:annotation>
          <xs:documentation>Regular</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="02">
        <xs:annotation>
          <xs:documentation>Special Ed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="03">
        <xs:annotation>
          <xs:documentation>Alternate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="04">
        <xs:annotation>
          <xs:documentation>Vocational</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="98">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="99">
        <xs:annotation>
          <xs:documentation>Not Provided</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsAddressTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0123">
        <xs:annotation>
          <xs:documentation>Mailing address</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0123A">
        <xs:annotation>
          <xs:documentation>Alternate Mailing address</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0124">
        <xs:annotation>
          <xs:documentation>Shipping address</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0124A">
        <xs:annotation>
          <xs:documentation>Alternate Shipping address</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0125">
        <xs:annotation>
          <xs:documentation>Billing address</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0765">
        <xs:annotation>
          <xs:documentation>Physical location address</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0765A">
        <xs:annotation>
          <xs:documentation>Alternate Physical location address</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999A">
        <xs:annotation>
          <xs:documentation>Alternate Other address</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsAddressRoleType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="012A">
        <xs:annotation>
          <xs:documentation>Term Address</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="012B">
        <xs:annotation>
          <xs:documentation>Home Address</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="012C">
        <xs:annotation>
          <xs:documentation>Home Stay Address</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="013A">
        <xs:annotation>
          <xs:documentation>Overseas Address</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1073">
        <xs:annotation>
          <xs:documentation>Other home address</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1074">
        <xs:annotation>
          <xs:documentation>Employer's address</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1075">
        <xs:annotation>
          <xs:documentation>Employment address</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2382">
        <xs:annotation>
          <xs:documentation>Other organisation address</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Other Address</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsStateTerritoryCodeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="ACT">
        <xs:annotation>
          <xs:documentation>Australian Capital Territory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NSW">
        <xs:annotation>
          <xs:documentation>New South Wales</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NT">
        <xs:annotation>
          <xs:documentation>Northern Territory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="QLD">
        <xs:annotation>
          <xs:documentation>Queensland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SA">
        <xs:annotation>
          <xs:documentation>South Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TAS">
        <xs:annotation>
          <xs:documentation>Tasmania</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VIC">
        <xs:annotation>
          <xs:documentation>Victoria</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WA">
        <xs:annotation>
          <xs:documentation>Western Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XXX">
        <xs:annotation>
          <xs:documentation>Not Provided</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OTH">
        <xs:annotation>
          <xs:documentation>Other Territories</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsStandardAustralianClassificationOfCountriesSACCType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1101">
        <xs:annotation>
          <xs:documentation>Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1102">
        <xs:annotation>
          <xs:documentation>Norfolk Island</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1199">
        <xs:annotation>
          <xs:documentation>Australian External Territories, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1201">
        <xs:annotation>
          <xs:documentation>New Zealand</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1301">
        <xs:annotation>
          <xs:documentation>New Caledonia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1302">
        <xs:annotation>
          <xs:documentation>Papua New Guinea</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1303">
        <xs:annotation>
          <xs:documentation>Solomon Islands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1304">
        <xs:annotation>
          <xs:documentation>Vanuatu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1401">
        <xs:annotation>
          <xs:documentation>Guam</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1402">
        <xs:annotation>
          <xs:documentation>Kiribati</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1403">
        <xs:annotation>
          <xs:documentation>Marshall Islands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1404">
        <xs:annotation>
          <xs:documentation>Micronesia, Federated States of</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1405">
        <xs:annotation>
          <xs:documentation>Nauru</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1406">
        <xs:annotation>
          <xs:documentation>Northern Mariana Islands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1407">
        <xs:annotation>
          <xs:documentation>Palau</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1501">
        <xs:annotation>
          <xs:documentation>Cook Islands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1502">
        <xs:annotation>
          <xs:documentation>Fiji</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1503">
        <xs:annotation>
          <xs:documentation>French Polynesia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1504">
        <xs:annotation>
          <xs:documentation>Niue</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1505">
        <xs:annotation>
          <xs:documentation>Samoa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1506">
        <xs:annotation>
          <xs:documentation>Samoa, American</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1507">
        <xs:annotation>
          <xs:documentation>Tokelau</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1508">
        <xs:annotation>
          <xs:documentation>Tonga</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1511">
        <xs:annotation>
          <xs:documentation>Tuvalu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1512">
        <xs:annotation>
          <xs:documentation>Wallis and Futuna</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1513">
        <xs:annotation>
          <xs:documentation>Pitcairn Islands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1599">
        <xs:annotation>
          <xs:documentation>Polynesia (excludes Hawaii), nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1601">
        <xs:annotation>
          <xs:documentation>Adelie Land (France)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1602">
        <xs:annotation>
          <xs:documentation>Argentinian Antarctic Territory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1603">
        <xs:annotation>
          <xs:documentation>Australian Antarctic Territory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1604">
        <xs:annotation>
          <xs:documentation>British Antarctic Territory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1605">
        <xs:annotation>
          <xs:documentation>Chilean Antarctic Territory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1606">
        <xs:annotation>
          <xs:documentation>Queen Maud Land (Norway)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1607">
        <xs:annotation>
          <xs:documentation>Ross Dependency (New Zealand)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2102">
        <xs:annotation>
          <xs:documentation>England</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2103">
        <xs:annotation>
          <xs:documentation>Isle of Man</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2104">
        <xs:annotation>
          <xs:documentation>Northern Ireland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2105">
        <xs:annotation>
          <xs:documentation>Scotland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2106">
        <xs:annotation>
          <xs:documentation>Wales</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2107">
        <xs:annotation>
          <xs:documentation>Guernsey</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2108">
        <xs:annotation>
          <xs:documentation>Jersey</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2201">
        <xs:annotation>
          <xs:documentation>Ireland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2301">
        <xs:annotation>
          <xs:documentation>Austria</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2302">
        <xs:annotation>
          <xs:documentation>Belgium</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2303">
        <xs:annotation>
          <xs:documentation>France</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2304">
        <xs:annotation>
          <xs:documentation>Germany</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2305">
        <xs:annotation>
          <xs:documentation>Liechtenstein</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2306">
        <xs:annotation>
          <xs:documentation>Luxembourg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2307">
        <xs:annotation>
          <xs:documentation>Monaco</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2308">
        <xs:annotation>
          <xs:documentation>Netherlands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2311">
        <xs:annotation>
          <xs:documentation>Switzerland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2401">
        <xs:annotation>
          <xs:documentation>Denmark</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2402">
        <xs:annotation>
          <xs:documentation>Faroe Islands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2403">
        <xs:annotation>
          <xs:documentation>Finland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2404">
        <xs:annotation>
          <xs:documentation>Greenland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2405">
        <xs:annotation>
          <xs:documentation>Iceland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2406">
        <xs:annotation>
          <xs:documentation>Norway</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2407">
        <xs:annotation>
          <xs:documentation>Sweden</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2408">
        <xs:annotation>
          <xs:documentation>Aland Islands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3101">
        <xs:annotation>
          <xs:documentation>Andorra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3102">
        <xs:annotation>
          <xs:documentation>Gibraltar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3103">
        <xs:annotation>
          <xs:documentation>Holy See</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3104">
        <xs:annotation>
          <xs:documentation>Italy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3105">
        <xs:annotation>
          <xs:documentation>Malta</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3106">
        <xs:annotation>
          <xs:documentation>Portugal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3107">
        <xs:annotation>
          <xs:documentation>San Marino</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3108">
        <xs:annotation>
          <xs:documentation>Spain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3201">
        <xs:annotation>
          <xs:documentation>Albania</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3202">
        <xs:annotation>
          <xs:documentation>Bosnia and Herzegovina</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3203">
        <xs:annotation>
          <xs:documentation>Bulgaria</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3204">
        <xs:annotation>
          <xs:documentation>Croatia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3205">
        <xs:annotation>
          <xs:documentation>Cyprus</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3206">
        <xs:annotation>
          <xs:documentation>The former Yugoslav Republic of Macedonia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3207">
        <xs:annotation>
          <xs:documentation>Greece</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3208">
        <xs:annotation>
          <xs:documentation>Moldova</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3211">
        <xs:annotation>
          <xs:documentation>Romania</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3212">
        <xs:annotation>
          <xs:documentation>Slovenia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3214">
        <xs:annotation>
          <xs:documentation>Montenegro</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3215">
        <xs:annotation>
          <xs:documentation>Serbia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3216">
        <xs:annotation>
          <xs:documentation>Kosovo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3301">
        <xs:annotation>
          <xs:documentation>Belarus</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3302">
        <xs:annotation>
          <xs:documentation>Czech Republic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3303">
        <xs:annotation>
          <xs:documentation>Estonia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3304">
        <xs:annotation>
          <xs:documentation>Hungary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3305">
        <xs:annotation>
          <xs:documentation>Latvia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3306">
        <xs:annotation>
          <xs:documentation>Lithuania</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3307">
        <xs:annotation>
          <xs:documentation>Poland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3308">
        <xs:annotation>
          <xs:documentation>Russian Federation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3311">
        <xs:annotation>
          <xs:documentation>Slovakia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3312">
        <xs:annotation>
          <xs:documentation>Ukraine</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4101">
        <xs:annotation>
          <xs:documentation>Algeria</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4102">
        <xs:annotation>
          <xs:documentation>Egypt</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4103">
        <xs:annotation>
          <xs:documentation>Libya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4104">
        <xs:annotation>
          <xs:documentation>Morocco</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4105">
        <xs:annotation>
          <xs:documentation>Sudan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4106">
        <xs:annotation>
          <xs:documentation>Tunisia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4107">
        <xs:annotation>
          <xs:documentation>Western Sahara</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4108">
        <xs:annotation>
          <xs:documentation>Spanish North Africa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4111">
        <xs:annotation>
          <xs:documentation>South Sudan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4201">
        <xs:annotation>
          <xs:documentation>Bahrain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4202">
        <xs:annotation>
          <xs:documentation>Gaza Strip and West Bank</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4203">
        <xs:annotation>
          <xs:documentation>Iran</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4204">
        <xs:annotation>
          <xs:documentation>Iraq</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4205">
        <xs:annotation>
          <xs:documentation>Israel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4206">
        <xs:annotation>
          <xs:documentation>Jordan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4207">
        <xs:annotation>
          <xs:documentation>Kuwait</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4208">
        <xs:annotation>
          <xs:documentation>Lebanon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4211">
        <xs:annotation>
          <xs:documentation>Oman</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4212">
        <xs:annotation>
          <xs:documentation>Qatar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4213">
        <xs:annotation>
          <xs:documentation>Saudi Arabia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4214">
        <xs:annotation>
          <xs:documentation>Syria</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4215">
        <xs:annotation>
          <xs:documentation>Turkey</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4216">
        <xs:annotation>
          <xs:documentation>United Arab Emirates</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4217">
        <xs:annotation>
          <xs:documentation>Yemen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5101">
        <xs:annotation>
          <xs:documentation>Myanmar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5102">
        <xs:annotation>
          <xs:documentation>Cambodia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5103">
        <xs:annotation>
          <xs:documentation>Laos</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5104">
        <xs:annotation>
          <xs:documentation>Thailand</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5105">
        <xs:annotation>
          <xs:documentation>Vietnam</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5201">
        <xs:annotation>
          <xs:documentation>Brunei Darussalam</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5202">
        <xs:annotation>
          <xs:documentation>Indonesia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5203">
        <xs:annotation>
          <xs:documentation>Malaysia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5204">
        <xs:annotation>
          <xs:documentation>Philippines</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5205">
        <xs:annotation>
          <xs:documentation>Singapore</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5206">
        <xs:annotation>
          <xs:documentation>Timor-Leste</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6101">
        <xs:annotation>
          <xs:documentation>China (excludes SARs and Taiwan)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6102">
        <xs:annotation>
          <xs:documentation>Hong Kong (SAR of China)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6103">
        <xs:annotation>
          <xs:documentation>Macau (SAR of China)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6104">
        <xs:annotation>
          <xs:documentation>Mongolia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6105">
        <xs:annotation>
          <xs:documentation>Taiwan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6201">
        <xs:annotation>
          <xs:documentation>Japan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6202">
        <xs:annotation>
          <xs:documentation>Korea, Democratic People's Republic of (North)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6203">
        <xs:annotation>
          <xs:documentation>Korea, Republic of (South)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7101">
        <xs:annotation>
          <xs:documentation>Bangladesh</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7102">
        <xs:annotation>
          <xs:documentation>Bhutan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7103">
        <xs:annotation>
          <xs:documentation>India</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7104">
        <xs:annotation>
          <xs:documentation>Maldives</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7105">
        <xs:annotation>
          <xs:documentation>Nepal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7106">
        <xs:annotation>
          <xs:documentation>Pakistan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7107">
        <xs:annotation>
          <xs:documentation>Sri Lanka</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7201">
        <xs:annotation>
          <xs:documentation>Afghanistan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7202">
        <xs:annotation>
          <xs:documentation>Armenia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7203">
        <xs:annotation>
          <xs:documentation>Azerbaijan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7204">
        <xs:annotation>
          <xs:documentation>Georgia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7205">
        <xs:annotation>
          <xs:documentation>Kazakhstan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7206">
        <xs:annotation>
          <xs:documentation>Kyrgyzstan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7207">
        <xs:annotation>
          <xs:documentation>Tajikistan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7208">
        <xs:annotation>
          <xs:documentation>Turkmenistan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7211">
        <xs:annotation>
          <xs:documentation>Uzbekistan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8101">
        <xs:annotation>
          <xs:documentation>Bermuda</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8102">
        <xs:annotation>
          <xs:documentation>Canada</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8103">
        <xs:annotation>
          <xs:documentation>St Pierre and Miquelon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8104">
        <xs:annotation>
          <xs:documentation>United States of America</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8201">
        <xs:annotation>
          <xs:documentation>Argentina</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8202">
        <xs:annotation>
          <xs:documentation>Bolivia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8203">
        <xs:annotation>
          <xs:documentation>Brazil</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8204">
        <xs:annotation>
          <xs:documentation>Chile</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8205">
        <xs:annotation>
          <xs:documentation>Colombia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8206">
        <xs:annotation>
          <xs:documentation>Ecuador</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8207">
        <xs:annotation>
          <xs:documentation>Falkland Islands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8208">
        <xs:annotation>
          <xs:documentation>French Guiana</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8211">
        <xs:annotation>
          <xs:documentation>Guyana</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8212">
        <xs:annotation>
          <xs:documentation>Paraguay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8213">
        <xs:annotation>
          <xs:documentation>Peru</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8214">
        <xs:annotation>
          <xs:documentation>Suriname</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8215">
        <xs:annotation>
          <xs:documentation>Uruguay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8216">
        <xs:annotation>
          <xs:documentation>Venezuela</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8299">
        <xs:annotation>
          <xs:documentation>South America, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8301">
        <xs:annotation>
          <xs:documentation>Belize</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8302">
        <xs:annotation>
          <xs:documentation>Costa Rica</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8303">
        <xs:annotation>
          <xs:documentation>El Salvador</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8304">
        <xs:annotation>
          <xs:documentation>Guatemala</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8305">
        <xs:annotation>
          <xs:documentation>Honduras</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8306">
        <xs:annotation>
          <xs:documentation>Mexico</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8307">
        <xs:annotation>
          <xs:documentation>Nicaragua</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8308">
        <xs:annotation>
          <xs:documentation>Panama</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8401">
        <xs:annotation>
          <xs:documentation>Anguilla</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8402">
        <xs:annotation>
          <xs:documentation>Antigua and Barbuda</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8403">
        <xs:annotation>
          <xs:documentation>Aruba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8404">
        <xs:annotation>
          <xs:documentation>Bahamas</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8405">
        <xs:annotation>
          <xs:documentation>Barbados</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8406">
        <xs:annotation>
          <xs:documentation>Cayman Islands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8407">
        <xs:annotation>
          <xs:documentation>Cuba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8408">
        <xs:annotation>
          <xs:documentation>Dominica</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8411">
        <xs:annotation>
          <xs:documentation>Dominican Republic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8412">
        <xs:annotation>
          <xs:documentation>Grenada</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8413">
        <xs:annotation>
          <xs:documentation>Guadeloupe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8414">
        <xs:annotation>
          <xs:documentation>Haiti</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8415">
        <xs:annotation>
          <xs:documentation>Jamaica</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8416">
        <xs:annotation>
          <xs:documentation>Martinique</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8417">
        <xs:annotation>
          <xs:documentation>Montserrat</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8421">
        <xs:annotation>
          <xs:documentation>Puerto Rico</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8422">
        <xs:annotation>
          <xs:documentation>St Kitts and Nevis</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8423">
        <xs:annotation>
          <xs:documentation>St Lucia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8424">
        <xs:annotation>
          <xs:documentation>St Vincent and the Grenadines</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8425">
        <xs:annotation>
          <xs:documentation>Trinidad and Tobago</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8426">
        <xs:annotation>
          <xs:documentation>Turks and Caicos Islands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8427">
        <xs:annotation>
          <xs:documentation>Virgin Islands, British</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8428">
        <xs:annotation>
          <xs:documentation>Virgin Islands, United States</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8431">
        <xs:annotation>
          <xs:documentation>St Barthelemy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8432">
        <xs:annotation>
          <xs:documentation>St Martin (French part)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8433">
        <xs:annotation>
          <xs:documentation>Bonaire, Sint Eustatius and Saba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8434">
        <xs:annotation>
          <xs:documentation>Curacao</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8435">
        <xs:annotation>
          <xs:documentation>Sint Maarten (Dutch part)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9101">
        <xs:annotation>
          <xs:documentation>Benin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9102">
        <xs:annotation>
          <xs:documentation>Burkina Faso</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9103">
        <xs:annotation>
          <xs:documentation>Cameroon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9104">
        <xs:annotation>
          <xs:documentation>Cabo Verde</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9105">
        <xs:annotation>
          <xs:documentation>Central African Republic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9106">
        <xs:annotation>
          <xs:documentation>Chad</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9107">
        <xs:annotation>
          <xs:documentation>Congo, Republic of</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9108">
        <xs:annotation>
          <xs:documentation>Congo, Democratic Republic of</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9111">
        <xs:annotation>
          <xs:documentation>Cote d'Ivoire</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9112">
        <xs:annotation>
          <xs:documentation>Equatorial Guinea</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9113">
        <xs:annotation>
          <xs:documentation>Gabon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9114">
        <xs:annotation>
          <xs:documentation>Gambia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9115">
        <xs:annotation>
          <xs:documentation>Ghana</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9116">
        <xs:annotation>
          <xs:documentation>Guinea</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9117">
        <xs:annotation>
          <xs:documentation>Guinea-Bissau</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9118">
        <xs:annotation>
          <xs:documentation>Liberia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9121">
        <xs:annotation>
          <xs:documentation>Mali</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9122">
        <xs:annotation>
          <xs:documentation>Mauritania</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9123">
        <xs:annotation>
          <xs:documentation>Niger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9124">
        <xs:annotation>
          <xs:documentation>Nigeria</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9125">
        <xs:annotation>
          <xs:documentation>Sao Tome and Principe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9126">
        <xs:annotation>
          <xs:documentation>Senegal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9127">
        <xs:annotation>
          <xs:documentation>Sierra Leone</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9128">
        <xs:annotation>
          <xs:documentation>Togo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9201">
        <xs:annotation>
          <xs:documentation>Angola</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9202">
        <xs:annotation>
          <xs:documentation>Botswana</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9203">
        <xs:annotation>
          <xs:documentation>Burundi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9204">
        <xs:annotation>
          <xs:documentation>Comoros</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9205">
        <xs:annotation>
          <xs:documentation>Djibouti</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9206">
        <xs:annotation>
          <xs:documentation>Eritrea</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9207">
        <xs:annotation>
          <xs:documentation>Ethiopia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9208">
        <xs:annotation>
          <xs:documentation>Kenya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9211">
        <xs:annotation>
          <xs:documentation>Lesotho</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9212">
        <xs:annotation>
          <xs:documentation>Madagascar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9213">
        <xs:annotation>
          <xs:documentation>Malawi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9214">
        <xs:annotation>
          <xs:documentation>Mauritius</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9215">
        <xs:annotation>
          <xs:documentation>Mayotte</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9216">
        <xs:annotation>
          <xs:documentation>Mozambique</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9217">
        <xs:annotation>
          <xs:documentation>Namibia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9218">
        <xs:annotation>
          <xs:documentation>Reunion</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9221">
        <xs:annotation>
          <xs:documentation>Rwanda</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9222">
        <xs:annotation>
          <xs:documentation>St Helena</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9223">
        <xs:annotation>
          <xs:documentation>Seychelles</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9224">
        <xs:annotation>
          <xs:documentation>Somalia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9225">
        <xs:annotation>
          <xs:documentation>South Africa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9226">
        <xs:annotation>
          <xs:documentation>Swaziland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9227">
        <xs:annotation>
          <xs:documentation>Tanzania</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9228">
        <xs:annotation>
          <xs:documentation>Uganda</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9231">
        <xs:annotation>
          <xs:documentation>Zambia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9232">
        <xs:annotation>
          <xs:documentation>Zimbabwe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9299">
        <xs:annotation>
          <xs:documentation>Southern and East Africa, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1000">
        <xs:annotation>
          <xs:documentation>Oceania and Antarctica, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1100">
        <xs:annotation>
          <xs:documentation>Australia (includes External Territories, nfd)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1300">
        <xs:annotation>
          <xs:documentation>Melanesia, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1400">
        <xs:annotation>
          <xs:documentation>Micronesia, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1500">
        <xs:annotation>
          <xs:documentation>Polynesia (excludes Hawaii), nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1600">
        <xs:annotation>
          <xs:documentation>Antarctica, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2000">
        <xs:annotation>
          <xs:documentation>North-West Europe, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2100">
        <xs:annotation>
          <xs:documentation>United Kingdom, Channels Islands and Isle of Man, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2300">
        <xs:annotation>
          <xs:documentation>Western Europe, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2400">
        <xs:annotation>
          <xs:documentation>Northern Europe, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3000">
        <xs:annotation>
          <xs:documentation>Southern and Eastern Europe, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3100">
        <xs:annotation>
          <xs:documentation>Southern Europe, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3200">
        <xs:annotation>
          <xs:documentation>South Eastern Europe, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3300">
        <xs:annotation>
          <xs:documentation>Eastern Europe, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4000">
        <xs:annotation>
          <xs:documentation>North Africa and the Middle East, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4100">
        <xs:annotation>
          <xs:documentation>North Africa, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4200">
        <xs:annotation>
          <xs:documentation>Middle East, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5000">
        <xs:annotation>
          <xs:documentation>South-East Asia, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5100">
        <xs:annotation>
          <xs:documentation>Mainland South-East Asia, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5200">
        <xs:annotation>
          <xs:documentation>Maritime South-East Asia, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6000">
        <xs:annotation>
          <xs:documentation>North-East Asia, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6100">
        <xs:annotation>
          <xs:documentation>Chinese Asia (includes Mongolia), nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6200">
        <xs:annotation>
          <xs:documentation>Japan and the Koreas, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7000">
        <xs:annotation>
          <xs:documentation>Southern and Central Asia, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7100">
        <xs:annotation>
          <xs:documentation>Southern Asia, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7200">
        <xs:annotation>
          <xs:documentation>Central Asia, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8000">
        <xs:annotation>
          <xs:documentation>Americas, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8100">
        <xs:annotation>
          <xs:documentation>Northern America, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8200">
        <xs:annotation>
          <xs:documentation>South America, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8300">
        <xs:annotation>
          <xs:documentation>Central America, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8400">
        <xs:annotation>
          <xs:documentation>Caribbean, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9000">
        <xs:annotation>
          <xs:documentation>Sub-Saharan Africa, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9100">
        <xs:annotation>
          <xs:documentation>Central and West Africa, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9200">
        <xs:annotation>
          <xs:documentation>Southern and East Africa, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0000">
        <xs:annotation>
          <xs:documentation>Inadequately Described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0001">
        <xs:annotation>
          <xs:documentation>At Sea</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0003">
        <xs:annotation>
          <xs:documentation>Not Stated</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0004">
        <xs:annotation>
          <xs:documentation>Unknown (for use in economic statistics: the destination or origin of the goods is unknown)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0005">
        <xs:annotation>
          <xs:documentation>Unidentified (for use in economic statistics: the country reported on import/export documentation is not recognised)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0911">
        <xs:annotation>
          <xs:documentation>Europe, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0912">
        <xs:annotation>
          <xs:documentation>Former USSR, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0913">
        <xs:annotation>
          <xs:documentation>Former Yugoslavia, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0914">
        <xs:annotation>
          <xs:documentation>Czechoslovakia, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0915">
        <xs:annotation>
          <xs:documentation>Kurdistan, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0916">
        <xs:annotation>
          <xs:documentation>East Asia, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0917">
        <xs:annotation>
          <xs:documentation>Asia, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0918">
        <xs:annotation>
          <xs:documentation>Africa, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0921">
        <xs:annotation>
          <xs:documentation>Serbia and Montenegro, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0922">
        <xs:annotation>
          <xs:documentation>Channel Islands, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0924">
        <xs:annotation>
          <xs:documentation>Netherlands Antilles, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0611">
        <xs:annotation>
          <xs:documentation>Europe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0612">
        <xs:annotation>
          <xs:documentation>Europe and the former USSR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0613">
        <xs:annotation>
          <xs:documentation>Former USSR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0614">
        <xs:annotation>
          <xs:documentation>Asia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0615">
        <xs:annotation>
          <xs:documentation>East Asia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0616">
        <xs:annotation>
          <xs:documentation>Africa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0701">
        <xs:annotation>
          <xs:documentation>Africa, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0702">
        <xs:annotation>
          <xs:documentation>Americas, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0703">
        <xs:annotation>
          <xs:documentation>Asia, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0704">
        <xs:annotation>
          <xs:documentation>Belgium and Luxembourg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0705">
        <xs:annotation>
          <xs:documentation>Central America and the Caribbean (excludes Mexico)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0706">
        <xs:annotation>
          <xs:documentation>Christmas Island</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0707">
        <xs:annotation>
          <xs:documentation>Cocos (Keeling) Islands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0708">
        <xs:annotation>
          <xs:documentation>Country Conf. Alumina (a secondary (International Trade specific) confidentiality restriction for exports of alumina to specific countries)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0711">
        <xs:annotation>
          <xs:documentation>Denmark (includes Greenland and Faroe Islands)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0712">
        <xs:annotation>
          <xs:documentation>Eurodollar Market</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0713">
        <xs:annotation>
          <xs:documentation>Europe, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0714">
        <xs:annotation>
          <xs:documentation>Falkland Islands (includes South Georgia and South Sandwich Islands)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0715">
        <xs:annotation>
          <xs:documentation>France (includes Andorra and Monaco)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0716">
        <xs:annotation>
          <xs:documentation>French Antilles (Guadeloupe and Martinique)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0717">
        <xs:annotation>
          <xs:documentation>French Southern Territories</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0718">
        <xs:annotation>
          <xs:documentation>International Capital Markets</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0721">
        <xs:annotation>
          <xs:documentation>International Institutions</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0722">
        <xs:annotation>
          <xs:documentation>International Waters (goods placed in the ocean outside any territorial waters or exclusive economic zone)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0723">
        <xs:annotation>
          <xs:documentation>Italy (includes Holy See and San Marino)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0724">
        <xs:annotation>
          <xs:documentation>Johnston and Sand Islands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0725">
        <xs:annotation>
          <xs:documentation>Midway Islands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0726">
        <xs:annotation>
          <xs:documentation>Morocco (includes places under Spanish sovereignty)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0727">
        <xs:annotation>
          <xs:documentation>No Country Details (overseas country detail for exports not available due to a confidentiality restriction)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0728">
        <xs:annotation>
          <xs:documentation>Oceania, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0741">
        <xs:annotation>
          <xs:documentation>Reserve Bank Gold (gold, held by the Reserve Bank of Australia as part of reserve assets, that cannot be allocated by country)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0742">
        <xs:annotation>
          <xs:documentation>Ships' and Aircraft Stores (stores, including fuel, loaded onto foreign registered ships and aircraft)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0743">
        <xs:annotation>
          <xs:documentation>Switzerland (includes Liechtenstein)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0744">
        <xs:annotation>
          <xs:documentation>United States Miscellaneous Islands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0745">
        <xs:annotation>
          <xs:documentation>Wake Island</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0746">
        <xs:annotation>
          <xs:documentation>Australia (includes External Territories, Australian Antarctic Territory and Norfolk Island)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0747">
        <xs:annotation>
          <xs:documentation>JPDA (Joint Petroleum Development Area - administered by Australia and Timor-Leste)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsTelephoneNumberTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0096">
        <xs:annotation>
          <xs:documentation>Main telephone number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0350">
        <xs:annotation>
          <xs:documentation>Alternate telephone number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0359">
        <xs:annotation>
          <xs:documentation>Answering service</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0370">
        <xs:annotation>
          <xs:documentation>Beeper number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0400">
        <xs:annotation>
          <xs:documentation>Appointment telephone number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0426">
        <xs:annotation>
          <xs:documentation>Telex number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0437">
        <xs:annotation>
          <xs:documentation>Telemail</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0448">
        <xs:annotation>
          <xs:documentation>Voice mail</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0478">
        <xs:annotation>
          <xs:documentation>Instant messaging number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0486">
        <xs:annotation>
          <xs:documentation>Media conferencing number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2364">
        <xs:annotation>
          <xs:documentation>Facsimile number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0888">
        <xs:annotation>
          <xs:documentation>Mobile</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0887">
        <xs:annotation>
          <xs:documentation>Work Telephone Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0889">
        <xs:annotation>
          <xs:documentation>Work Mobile</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0777">
        <xs:annotation>
          <xs:documentation>Home Telephone Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0779">
        <xs:annotation>
          <xs:documentation>Home Mobile</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsSessionTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0827">
        <xs:annotation>
          <xs:documentation>Full school year</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0828">
        <xs:annotation>
          <xs:documentation>Semester</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0829">
        <xs:annotation>
          <xs:documentation>Trimester</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0830">
        <xs:annotation>
          <xs:documentation>Quarter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0832">
        <xs:annotation>
          <xs:documentation>Mini-term</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0833">
        <xs:annotation>
          <xs:documentation>Summer term</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0837">
        <xs:annotation>
          <xs:documentation>Twelve month</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsOperationalStatusType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="B">
        <xs:annotation>
          <xs:documentation>Building or Construction Started</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Closed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="O">
        <xs:annotation>
          <xs:documentation>Open</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="P">
        <xs:annotation>
          <xs:documentation>Pending</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S">
        <xs:annotation>
          <xs:documentation>Site</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="U">
        <xs:annotation>
          <xs:documentation>Unstaffed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsFederalElectorateType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="101">
        <xs:annotation>
          <xs:documentation>Banks</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="102">
        <xs:annotation>
          <xs:documentation>Barton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="103">
        <xs:annotation>
          <xs:documentation>Bennelong</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="104">
        <xs:annotation>
          <xs:documentation>Berowra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105">
        <xs:annotation>
          <xs:documentation>Blaxland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="106">
        <xs:annotation>
          <xs:documentation>Bradfield</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="107">
        <xs:annotation>
          <xs:documentation>Calare</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="108">
        <xs:annotation>
          <xs:documentation>Charlton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="109">
        <xs:annotation>
          <xs:documentation>Chifley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110">
        <xs:annotation>
          <xs:documentation>Cook</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="111">
        <xs:annotation>
          <xs:documentation>Cowper</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="112">
        <xs:annotation>
          <xs:documentation>Cunningham</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="113">
        <xs:annotation>
          <xs:documentation>Dobell</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="114">
        <xs:annotation>
          <xs:documentation>Eden-Monaro</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="115">
        <xs:annotation>
          <xs:documentation>Farrer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="116">
        <xs:annotation>
          <xs:documentation>Fowler</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="117">
        <xs:annotation>
          <xs:documentation>Gilmore</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="118">
        <xs:annotation>
          <xs:documentation>Grayndler</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="119">
        <xs:annotation>
          <xs:documentation>Greenway</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="120">
        <xs:annotation>
          <xs:documentation>Gwydir (deprecated)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="121">
        <xs:annotation>
          <xs:documentation>Hughes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="122">
        <xs:annotation>
          <xs:documentation>Hume</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="123">
        <xs:annotation>
          <xs:documentation>Hunter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="124">
        <xs:annotation>
          <xs:documentation>Kingsford Smith</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="125">
        <xs:annotation>
          <xs:documentation>Lindsay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="126">
        <xs:annotation>
          <xs:documentation>Lowe (deprecated)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="127">
        <xs:annotation>
          <xs:documentation>Lyne</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="128">
        <xs:annotation>
          <xs:documentation>Macarthur</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="129">
        <xs:annotation>
          <xs:documentation>Mackellar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130">
        <xs:annotation>
          <xs:documentation>Macquarie</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130a">
        <xs:annotation>
          <xs:documentation>McMahon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="131">
        <xs:annotation>
          <xs:documentation>Mitchell</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="132">
        <xs:annotation>
          <xs:documentation>New England</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="133">
        <xs:annotation>
          <xs:documentation>Newcastle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="134">
        <xs:annotation>
          <xs:documentation>North Sydney</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135">
        <xs:annotation>
          <xs:documentation>Page</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="136">
        <xs:annotation>
          <xs:documentation>Parkes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="137">
        <xs:annotation>
          <xs:documentation>Parramatta</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="138">
        <xs:annotation>
          <xs:documentation>Paterson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="139">
        <xs:annotation>
          <xs:documentation>Prospect (deprecated)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="140">
        <xs:annotation>
          <xs:documentation>Reid</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="141">
        <xs:annotation>
          <xs:documentation>Richmond</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="142">
        <xs:annotation>
          <xs:documentation>Riverina</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="143">
        <xs:annotation>
          <xs:documentation>Robertson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="144">
        <xs:annotation>
          <xs:documentation>Shortland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145">
        <xs:annotation>
          <xs:documentation>Sydney</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="146">
        <xs:annotation>
          <xs:documentation>Throsby</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="147">
        <xs:annotation>
          <xs:documentation>Warringah</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="148">
        <xs:annotation>
          <xs:documentation>Watson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="149">
        <xs:annotation>
          <xs:documentation>Wentworth</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150">
        <xs:annotation>
          <xs:documentation>Werriwa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="199">
        <xs:annotation>
          <xs:documentation>Not Applicable (NSW)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="201">
        <xs:annotation>
          <xs:documentation>Aston</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="202">
        <xs:annotation>
          <xs:documentation>Ballarat</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="203">
        <xs:annotation>
          <xs:documentation>Batman</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="204">
        <xs:annotation>
          <xs:documentation>Bendigo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205">
        <xs:annotation>
          <xs:documentation>Bruce</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="206">
        <xs:annotation>
          <xs:documentation>Calwell</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="207">
        <xs:annotation>
          <xs:documentation>Casey</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="208">
        <xs:annotation>
          <xs:documentation>Chisholm</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="209">
        <xs:annotation>
          <xs:documentation>Corangamite</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210">
        <xs:annotation>
          <xs:documentation>Corio</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="211">
        <xs:annotation>
          <xs:documentation>Deakin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="212">
        <xs:annotation>
          <xs:documentation>Dunkley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="213">
        <xs:annotation>
          <xs:documentation>Flinders</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="214">
        <xs:annotation>
          <xs:documentation>Gellibrand</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="215">
        <xs:annotation>
          <xs:documentation>Gippsland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="216">
        <xs:annotation>
          <xs:documentation>Goldstein</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="217">
        <xs:annotation>
          <xs:documentation>Gorton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="218">
        <xs:annotation>
          <xs:documentation>Higgins</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="219">
        <xs:annotation>
          <xs:documentation>Holt</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="220">
        <xs:annotation>
          <xs:documentation>Hotham</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="221">
        <xs:annotation>
          <xs:documentation>Indi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="222">
        <xs:annotation>
          <xs:documentation>Isaacs</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="223">
        <xs:annotation>
          <xs:documentation>Jagajaga</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="224">
        <xs:annotation>
          <xs:documentation>Kooyong</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="225">
        <xs:annotation>
          <xs:documentation>La Trobe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="226">
        <xs:annotation>
          <xs:documentation>Lalor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="227">
        <xs:annotation>
          <xs:documentation>Mallee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="228">
        <xs:annotation>
          <xs:documentation>Maribyrnong</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="229">
        <xs:annotation>
          <xs:documentation>McEwen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="230">
        <xs:annotation>
          <xs:documentation>McMillan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="231">
        <xs:annotation>
          <xs:documentation>Melbourne</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="232">
        <xs:annotation>
          <xs:documentation>Melbourne Ports</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="233">
        <xs:annotation>
          <xs:documentation>Menzies</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="234">
        <xs:annotation>
          <xs:documentation>Murray</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235">
        <xs:annotation>
          <xs:documentation>Scullin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="236">
        <xs:annotation>
          <xs:documentation>Wannon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="237">
        <xs:annotation>
          <xs:documentation>Wills</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="299">
        <xs:annotation>
          <xs:documentation>Not Applicable (VIC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="301">
        <xs:annotation>
          <xs:documentation>Blair</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="302">
        <xs:annotation>
          <xs:documentation>Bonner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="303">
        <xs:annotation>
          <xs:documentation>Bowman</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="304">
        <xs:annotation>
          <xs:documentation>Brisbane</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305">
        <xs:annotation>
          <xs:documentation>Capricornia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="306">
        <xs:annotation>
          <xs:documentation>Dawson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307">
        <xs:annotation>
          <xs:documentation>Dickson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="308">
        <xs:annotation>
          <xs:documentation>Fadden</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309">
        <xs:annotation>
          <xs:documentation>Fairfax</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="310">
        <xs:annotation>
          <xs:documentation>Fisher</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="310a">
        <xs:annotation>
          <xs:documentation>Flynn</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="311">
        <xs:annotation>
          <xs:documentation>Forde</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="312">
        <xs:annotation>
          <xs:documentation>Griffith</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="313">
        <xs:annotation>
          <xs:documentation>Groom</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="314">
        <xs:annotation>
          <xs:documentation>Herbert</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315">
        <xs:annotation>
          <xs:documentation>Hinkler</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="316">
        <xs:annotation>
          <xs:documentation>Kennedy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="317">
        <xs:annotation>
          <xs:documentation>Leichhardt</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="318">
        <xs:annotation>
          <xs:documentation>Lilley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="319">
        <xs:annotation>
          <xs:documentation>Longman</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320">
        <xs:annotation>
          <xs:documentation>Maranoa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="321">
        <xs:annotation>
          <xs:documentation>McPherson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="322">
        <xs:annotation>
          <xs:documentation>Moncrieff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="323">
        <xs:annotation>
          <xs:documentation>Moreton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="324">
        <xs:annotation>
          <xs:documentation>Oxley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="325">
        <xs:annotation>
          <xs:documentation>Petrie</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="326">
        <xs:annotation>
          <xs:documentation>Rankin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="327">
        <xs:annotation>
          <xs:documentation>Ryan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="328">
        <xs:annotation>
          <xs:documentation>Wide Bay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="328a">
        <xs:annotation>
          <xs:documentation>Wright</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="399">
        <xs:annotation>
          <xs:documentation>Not Applicable (QLD)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="401">
        <xs:annotation>
          <xs:documentation>Adelaide</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="402">
        <xs:annotation>
          <xs:documentation>Barker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="403">
        <xs:annotation>
          <xs:documentation>Boothby</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="404">
        <xs:annotation>
          <xs:documentation>Grey</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405">
        <xs:annotation>
          <xs:documentation>Hindmarsh</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="406">
        <xs:annotation>
          <xs:documentation>Kingston</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="407">
        <xs:annotation>
          <xs:documentation>Makin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="408">
        <xs:annotation>
          <xs:documentation>Mayo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="409">
        <xs:annotation>
          <xs:documentation>Port Adelaide</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="410">
        <xs:annotation>
          <xs:documentation>Sturt</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="411">
        <xs:annotation>
          <xs:documentation>Wakefield</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="499">
        <xs:annotation>
          <xs:documentation>Not Applicable (SA)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="501">
        <xs:annotation>
          <xs:documentation>Brand</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="502">
        <xs:annotation>
          <xs:documentation>Canning</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="503">
        <xs:annotation>
          <xs:documentation>Cowan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="504">
        <xs:annotation>
          <xs:documentation>Curtin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="504a">
        <xs:annotation>
          <xs:documentation>Durack</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505">
        <xs:annotation>
          <xs:documentation>Forrest</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="506">
        <xs:annotation>
          <xs:documentation>Fremantle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="507">
        <xs:annotation>
          <xs:documentation>Hasluck</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="508">
        <xs:annotation>
          <xs:documentation>Kalgoorlie (deprecated)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="509">
        <xs:annotation>
          <xs:documentation>Moore</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510">
        <xs:annotation>
          <xs:documentation>O'Connor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="511">
        <xs:annotation>
          <xs:documentation>Pearce</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="512">
        <xs:annotation>
          <xs:documentation>Perth</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="513">
        <xs:annotation>
          <xs:documentation>Stirling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="514">
        <xs:annotation>
          <xs:documentation>Swan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="515">
        <xs:annotation>
          <xs:documentation>Tangney</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="599">
        <xs:annotation>
          <xs:documentation>Not Applicable (WA)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="601">
        <xs:annotation>
          <xs:documentation>Bass</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="602">
        <xs:annotation>
          <xs:documentation>Braddon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="603">
        <xs:annotation>
          <xs:documentation>Denison</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="604">
        <xs:annotation>
          <xs:documentation>Franklin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="605">
        <xs:annotation>
          <xs:documentation>Lyons</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="699">
        <xs:annotation>
          <xs:documentation>Not Applicable (TAS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="701">
        <xs:annotation>
          <xs:documentation>Lingiari</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="702">
        <xs:annotation>
          <xs:documentation>Solomon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="799">
        <xs:annotation>
          <xs:documentation>Not Applicable (NT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="801">
        <xs:annotation>
          <xs:documentation>Canberra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="802">
        <xs:annotation>
          <xs:documentation>Fraser</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="899">
        <xs:annotation>
          <xs:documentation>Not Applicable (ACT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="999">
        <xs:annotation>
          <xs:documentation>Not Applicable</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsSchoolSectorCodeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="Gov">
        <xs:annotation>
          <xs:documentation>Government School</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NG">
        <xs:annotation>
          <xs:documentation>Non-Government School</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsSystemicStatusType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="N">
        <xs:annotation>
          <xs:documentation>Non-Systemic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S">
        <xs:annotation>
          <xs:documentation>Systemic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsSchoolSystemType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0001">
        <xs:annotation>
          <xs:documentation>Catholic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0002">
        <xs:annotation>
          <xs:documentation>Anglican</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0003">
        <xs:annotation>
          <xs:documentation>Lutheran</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0004">
        <xs:annotation>
          <xs:documentation>Seventh Day Adventist</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsAustralianStandardClassificationOfReligiousGroupsASCRGType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0001">
        <xs:annotation>
          <xs:documentation>Not Stated</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0002">
        <xs:annotation>
          <xs:documentation>Religious Belief, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0003">
        <xs:annotation>
          <xs:documentation>Not Defined</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0004">
        <xs:annotation>
          <xs:documentation>New Age, so described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0005">
        <xs:annotation>
          <xs:documentation>Theism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1011">
        <xs:annotation>
          <xs:documentation>Buddhism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2000">
        <xs:annotation>
          <xs:documentation>Christian, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2001">
        <xs:annotation>
          <xs:documentation>Apostolic Church, so described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2002">
        <xs:annotation>
          <xs:documentation>Church of God, so described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2003">
        <xs:annotation>
          <xs:documentation>Australian Christian Churches, so described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2004">
        <xs:annotation>
          <xs:documentation>New Church Alliance, so described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2010">
        <xs:annotation>
          <xs:documentation>Anglican, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2012">
        <xs:annotation>
          <xs:documentation>Anglican Church of Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2013">
        <xs:annotation>
          <xs:documentation>Anglican Catholic Church</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2031">
        <xs:annotation>
          <xs:documentation>Baptist</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2051">
        <xs:annotation>
          <xs:documentation>Brethren</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2071">
        <xs:annotation>
          <xs:documentation>Western Catholic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2072">
        <xs:annotation>
          <xs:documentation>Maronite Catholic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2073">
        <xs:annotation>
          <xs:documentation>Melkite Catholic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2074">
        <xs:annotation>
          <xs:documentation>Ukrainian Catholic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2075">
        <xs:annotation>
          <xs:documentation>Chaldean Catholic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2079">
        <xs:annotation>
          <xs:documentation>Catholic, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2110">
        <xs:annotation>
          <xs:documentation>Churches of Christ, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2111">
        <xs:annotation>
          <xs:documentation>Churches of Christ (Conference)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2112">
        <xs:annotation>
          <xs:documentation>Church of Christ (Nondenominational)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2113">
        <xs:annotation>
          <xs:documentation>International Church of Christ</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2131">
        <xs:annotation>
          <xs:documentation>Jehovah's Witnesses</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2150">
        <xs:annotation>
          <xs:documentation>Church of Jesus Christ of Latter Day Saints, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2151">
        <xs:annotation>
          <xs:documentation>Church of Jesus Christ of LDS (Mormons)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2152">
        <xs:annotation>
          <xs:documentation>Community of Christ</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2171">
        <xs:annotation>
          <xs:documentation>Lutheran</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2210">
        <xs:annotation>
          <xs:documentation>Oriental Orthodox, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2212">
        <xs:annotation>
          <xs:documentation>Armenian Apostolic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2214">
        <xs:annotation>
          <xs:documentation>Coptic Orthodox Church</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2215">
        <xs:annotation>
          <xs:documentation>Syrian Orthodox Church</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2216">
        <xs:annotation>
          <xs:documentation>Ethiopian Orthodox Church</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2219">
        <xs:annotation>
          <xs:documentation>Oriental Orthodox, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2220">
        <xs:annotation>
          <xs:documentation>Assyrian Apostolic, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2221">
        <xs:annotation>
          <xs:documentation>Assyrian Church of the East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2222">
        <xs:annotation>
          <xs:documentation>Ancient Church of the East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2229">
        <xs:annotation>
          <xs:documentation>Assyrian Apostolic, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2230">
        <xs:annotation>
          <xs:documentation>Eastern Orthodox, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2231">
        <xs:annotation>
          <xs:documentation>Albanian Orthodox</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2232">
        <xs:annotation>
          <xs:documentation>Antiochian Orthodox</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2233">
        <xs:annotation>
          <xs:documentation>Greek Orthodox</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2234">
        <xs:annotation>
          <xs:documentation>Macedonian Orthodox</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2235">
        <xs:annotation>
          <xs:documentation>Romanian Orthodox</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2236">
        <xs:annotation>
          <xs:documentation>Russian Orthodox</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2237">
        <xs:annotation>
          <xs:documentation>Serbian Orthodox</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2238">
        <xs:annotation>
          <xs:documentation>Ukrainian Orthodox</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2239">
        <xs:annotation>
          <xs:documentation>Eastern Orthodox, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2250">
        <xs:annotation>
          <xs:documentation>Presbyterian and Reformed, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2251">
        <xs:annotation>
          <xs:documentation>Presbyterian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2252">
        <xs:annotation>
          <xs:documentation>Reformed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2253">
        <xs:annotation>
          <xs:documentation>Free Reformed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2271">
        <xs:annotation>
          <xs:documentation>Salvation Army</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2311">
        <xs:annotation>
          <xs:documentation>Seventh-day Adventist</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2331">
        <xs:annotation>
          <xs:documentation>Uniting Church</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2400">
        <xs:annotation>
          <xs:documentation>Pentecostal, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2401">
        <xs:annotation>
          <xs:documentation>Apostolic Church (Australia)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2402">
        <xs:annotation>
          <xs:documentation>Assemblies of God</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2403">
        <xs:annotation>
          <xs:documentation>Bethesda Churches</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2404">
        <xs:annotation>
          <xs:documentation>Christian City Church</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2405">
        <xs:annotation>
          <xs:documentation>Christian Life Churches International</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2406">
        <xs:annotation>
          <xs:documentation>Christian Outreach Centres</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2407">
        <xs:annotation>
          <xs:documentation>Christian Revival Crusade</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2408">
        <xs:annotation>
          <xs:documentation>Faith Churches</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2411">
        <xs:annotation>
          <xs:documentation>Foursquare Gospel Church</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2412">
        <xs:annotation>
          <xs:documentation>Full Gospel Church</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2413">
        <xs:annotation>
          <xs:documentation>Revival Centres</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2414">
        <xs:annotation>
          <xs:documentation>Rhema Family Church</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2415">
        <xs:annotation>
          <xs:documentation>United Pentecostal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2499">
        <xs:annotation>
          <xs:documentation>Pentecostal, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2800">
        <xs:annotation>
          <xs:documentation>Other Protestant, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2801">
        <xs:annotation>
          <xs:documentation>Aboriginal Evangelical Missions</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2802">
        <xs:annotation>
          <xs:documentation>Born Again Christian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2803">
        <xs:annotation>
          <xs:documentation>Christian and Missionary Alliance</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2804">
        <xs:annotation>
          <xs:documentation>Church of the Nazarene</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2805">
        <xs:annotation>
          <xs:documentation>Congregational</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2806">
        <xs:annotation>
          <xs:documentation>Ethnic Evangelical Churches</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2807">
        <xs:annotation>
          <xs:documentation>Independent Evangelical Churches</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2808">
        <xs:annotation>
          <xs:documentation>Wesleyan Methodist Church</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2899">
        <xs:annotation>
          <xs:documentation>Other Protestant, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2900">
        <xs:annotation>
          <xs:documentation>Other Christian, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2901">
        <xs:annotation>
          <xs:documentation>Apostolic Church of Queensland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2902">
        <xs:annotation>
          <xs:documentation>Christadelphians</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2903">
        <xs:annotation>
          <xs:documentation>Christian Science</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2904">
        <xs:annotation>
          <xs:documentation>Gnostic Christians</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2905">
        <xs:annotation>
          <xs:documentation>Liberal Catholic Church</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2906">
        <xs:annotation>
          <xs:documentation>New Apostolic Church</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2907">
        <xs:annotation>
          <xs:documentation>New Churches (Swedenborgian)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2908">
        <xs:annotation>
          <xs:documentation>Ratana (Maori)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2911">
        <xs:annotation>
          <xs:documentation>Religious Science</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2912">
        <xs:annotation>
          <xs:documentation>Religious Society of Friends (Quakers)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2913">
        <xs:annotation>
          <xs:documentation>Temple Society</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2914">
        <xs:annotation>
          <xs:documentation>Unitarian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2915">
        <xs:annotation>
          <xs:documentation>Worldwide Church of God</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2999">
        <xs:annotation>
          <xs:documentation>Other Christian, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3011">
        <xs:annotation>
          <xs:documentation>Hinduism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4011">
        <xs:annotation>
          <xs:documentation>Islam</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5011">
        <xs:annotation>
          <xs:documentation>Judaism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6011">
        <xs:annotation>
          <xs:documentation>Australian Aboriginal Traditional Religions</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6031">
        <xs:annotation>
          <xs:documentation>Baha'i</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6050">
        <xs:annotation>
          <xs:documentation>Chinese Religions, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6051">
        <xs:annotation>
          <xs:documentation>Ancestor Veneration</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6052">
        <xs:annotation>
          <xs:documentation>Confucianism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6053">
        <xs:annotation>
          <xs:documentation>Taoism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6059">
        <xs:annotation>
          <xs:documentation>Chinese Religions, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6071">
        <xs:annotation>
          <xs:documentation>Druse</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6110">
        <xs:annotation>
          <xs:documentation>Japanese Religions, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6111">
        <xs:annotation>
          <xs:documentation>Shinto</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6112">
        <xs:annotation>
          <xs:documentation>Sukyo Mahikari</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6113">
        <xs:annotation>
          <xs:documentation>Tenrikyo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6119">
        <xs:annotation>
          <xs:documentation>Japanese Religions, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6130">
        <xs:annotation>
          <xs:documentation>Nature Religions, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6131">
        <xs:annotation>
          <xs:documentation>Animism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6132">
        <xs:annotation>
          <xs:documentation>Druidism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6133">
        <xs:annotation>
          <xs:documentation>Paganism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6134">
        <xs:annotation>
          <xs:documentation>Pantheism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6135">
        <xs:annotation>
          <xs:documentation>Wiccan/Witchcraft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6139">
        <xs:annotation>
          <xs:documentation>Nature Religions, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6151">
        <xs:annotation>
          <xs:documentation>Sikhism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6171">
        <xs:annotation>
          <xs:documentation>Spiritualism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6991">
        <xs:annotation>
          <xs:documentation>Caodaism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6992">
        <xs:annotation>
          <xs:documentation>Church of Scientology</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6993">
        <xs:annotation>
          <xs:documentation>Eckankar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6994">
        <xs:annotation>
          <xs:documentation>Rastafarianism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6995">
        <xs:annotation>
          <xs:documentation>Satanism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6996">
        <xs:annotation>
          <xs:documentation>Theosophy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6997">
        <xs:annotation>
          <xs:documentation>Jainism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6998">
        <xs:annotation>
          <xs:documentation>Zoroastrianism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6999">
        <xs:annotation>
          <xs:documentation>Religious Groups, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7010">
        <xs:annotation>
          <xs:documentation>No Religion, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7011">
        <xs:annotation>
          <xs:documentation>Agnosticism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7012">
        <xs:annotation>
          <xs:documentation>Atheism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7013">
        <xs:annotation>
          <xs:documentation>Humanism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7014">
        <xs:annotation>
          <xs:documentation>Rationalism</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsSchoolLocationType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="10">
        <xs:annotation>
          <xs:documentation>Major Cities of Australia - New South Wales</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="11">
        <xs:annotation>
          <xs:documentation>Inner Regional Australia - New South Wales</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="12">
        <xs:annotation>
          <xs:documentation>Outer Regional Australia - New South Wales</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="13">
        <xs:annotation>
          <xs:documentation>Remote Australia - New South Wales</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="14">
        <xs:annotation>
          <xs:documentation>Very Remote Australia - New South Wales</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="15">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (NSW)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="19">
        <xs:annotation>
          <xs:documentation>No usual address (NSW)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="20">
        <xs:annotation>
          <xs:documentation>Major Cities of Australia - Victoria</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="21">
        <xs:annotation>
          <xs:documentation>Inner Regional Australia - Victoria</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="22">
        <xs:annotation>
          <xs:documentation>Outer Regional Australia - Victoria</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="23">
        <xs:annotation>
          <xs:documentation>Remote Australia - Victoria</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="25">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (Vic.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="29">
        <xs:annotation>
          <xs:documentation>No usual address (Vic.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="30">
        <xs:annotation>
          <xs:documentation>Major Cities of Australia - Queensland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="31">
        <xs:annotation>
          <xs:documentation>Inner Regional Australia - Queensland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="32">
        <xs:annotation>
          <xs:documentation>Outer Regional Australia - Queensland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="33">
        <xs:annotation>
          <xs:documentation>Remote Australia - Queensland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="34">
        <xs:annotation>
          <xs:documentation>Very Remote Australia - Queensland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="35">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (Qld)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="39">
        <xs:annotation>
          <xs:documentation>No usual address (Qld)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="40">
        <xs:annotation>
          <xs:documentation>Major Cities of Australia - South Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="41">
        <xs:annotation>
          <xs:documentation>Inner Regional Australia - South Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="42">
        <xs:annotation>
          <xs:documentation>Outer Regional Australia - South Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="43">
        <xs:annotation>
          <xs:documentation>Remote Australia - South Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="44">
        <xs:annotation>
          <xs:documentation>Very Remote Australia - South Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="45">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (SA)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="49">
        <xs:annotation>
          <xs:documentation>No usual address (SA)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="50">
        <xs:annotation>
          <xs:documentation>Major Cities of Australia - Western Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="51">
        <xs:annotation>
          <xs:documentation>Inner Regional Australia - Western Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="52">
        <xs:annotation>
          <xs:documentation>Outer Regional Australia - Western Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="53">
        <xs:annotation>
          <xs:documentation>Remote Australia - Western Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="54">
        <xs:annotation>
          <xs:documentation>Very Remote Australia - Western Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="55">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (WA)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="59">
        <xs:annotation>
          <xs:documentation>No usual address (WA)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="61">
        <xs:annotation>
          <xs:documentation>Inner Regional Australia - Tasmania</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="62">
        <xs:annotation>
          <xs:documentation>Outer Regional Australia - Tasmania</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="63">
        <xs:annotation>
          <xs:documentation>Remote Australia - Tasmania</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="64">
        <xs:annotation>
          <xs:documentation>Very Remote Australia - Tasmania</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="65">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (Tas.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="69">
        <xs:annotation>
          <xs:documentation>No usual address (Tas.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="72">
        <xs:annotation>
          <xs:documentation>Outer Regional Australia - Northern Territory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="73">
        <xs:annotation>
          <xs:documentation>Remote Australia - Northern Territory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="74">
        <xs:annotation>
          <xs:documentation>Very Remote Australia - Northern Territory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="75">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (NT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="79">
        <xs:annotation>
          <xs:documentation>No usual address (NT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="80">
        <xs:annotation>
          <xs:documentation>Major Cities of Australia - Australian Capital Territory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="81">
        <xs:annotation>
          <xs:documentation>Inner Regional Australia - Australian Capital Territory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="85">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (ACT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="89">
        <xs:annotation>
          <xs:documentation>No usual address (ACT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="91">
        <xs:annotation>
          <xs:documentation>Inner Regional Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="94">
        <xs:annotation>
          <xs:documentation>Very Remote Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="95">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (OT) Other Territories</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="99">
        <xs:annotation>
          <xs:documentation>No usual address (OT) Other Territories</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Metropolitan Zone</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1.1">
        <xs:annotation>
          <xs:documentation>State Capital regions - State Capitals (except Hobart, Darwin)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1.2">
        <xs:annotation>
          <xs:documentation>Major urban Statistical Districts (Pop &gt;=100 000)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Provincial Zone</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2.1.1">
        <xs:annotation>
          <xs:documentation>Provincial City Statistical Districts (Pop 50 000 - 99 999)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2.1.2">
        <xs:annotation>
          <xs:documentation>Provincial City Statistical Districts (Pop 25 000 - 49 999)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2.2.1">
        <xs:annotation>
          <xs:documentation>Inner Provincial areas (CD ARIA Plus score &lt;= 2.4)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2.2.2">
        <xs:annotation>
          <xs:documentation>Outer Provincial areas (CD ARIA Plus score &gt; 2.4 and &lt;= 5.92)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>Remote Zone</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3.1">
        <xs:annotation>
          <xs:documentation>Remote areas (CD ARIA Plus score &gt; 5.92 and &lt;= 10.53)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3.2">
        <xs:annotation>
          <xs:documentation>Very Remote areas (CD ARIA Plus score &gt; 10.53)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="REDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsAustralianStandardGeographicalClassificationASGCType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="155050050">
        <xs:annotation>
          <xs:documentation>Albury (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130150111">
        <xs:annotation>
          <xs:documentation>Armidale Dumaresq (A) - City</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130150112">
        <xs:annotation>
          <xs:documentation>Armidale Dumaresq (A) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105350150">
        <xs:annotation>
          <xs:documentation>Ashfield (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105400200">
        <xs:annotation>
          <xs:documentation>Auburn (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="120100250">
        <xs:annotation>
          <xs:documentation>Ballina (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="155200300">
        <xs:annotation>
          <xs:documentation>Balranald (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105200351">
        <xs:annotation>
          <xs:documentation>Bankstown (C) - North-East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105200353">
        <xs:annotation>
          <xs:documentation>Bankstown (C) - North-West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105200355">
        <xs:annotation>
          <xs:documentation>Bankstown (C) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="140030471">
        <xs:annotation>
          <xs:documentation>Bathurst Regional (A) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="140070473">
        <xs:annotation>
          <xs:documentation>Bathurst Regional (A) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145150550">
        <xs:annotation>
          <xs:documentation>Bega Valley (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="125050600">
        <xs:annotation>
          <xs:documentation>Bellingen (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="155150650">
        <xs:annotation>
          <xs:documentation>Berrigan (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105530751">
        <xs:annotation>
          <xs:documentation>Blacktown (C) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105530752">
        <xs:annotation>
          <xs:documentation>Blacktown (C) - South-East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105530753">
        <xs:annotation>
          <xs:documentation>Blacktown (C) - South-West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="140150800">
        <xs:annotation>
          <xs:documentation>Bland (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="140070850">
        <xs:annotation>
          <xs:documentation>Blayney (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105450900">
        <xs:annotation>
          <xs:documentation>Blue Mountains (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135100950">
        <xs:annotation>
          <xs:documentation>Bogan (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145201000">
        <xs:annotation>
          <xs:documentation>Bombala (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145101050">
        <xs:annotation>
          <xs:documentation>Boorowa (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105051100">
        <xs:annotation>
          <xs:documentation>Botany Bay (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135151150">
        <xs:annotation>
          <xs:documentation>Bourke (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135151200">
        <xs:annotation>
          <xs:documentation>Brewarrina (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="160101250">
        <xs:annotation>
          <xs:documentation>Broken Hill (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105351300">
        <xs:annotation>
          <xs:documentation>Burwood (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="120101350">
        <xs:annotation>
          <xs:documentation>Byron (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="140071400">
        <xs:annotation>
          <xs:documentation>Cabonne (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105301450">
        <xs:annotation>
          <xs:documentation>Camden (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105301501">
        <xs:annotation>
          <xs:documentation>Campbelltown (C) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105301504">
        <xs:annotation>
          <xs:documentation>Campbelltown (C) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105351521">
        <xs:annotation>
          <xs:documentation>Canada Bay (A) - Concord</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105351524">
        <xs:annotation>
          <xs:documentation>Canada Bay (A) - Drummoyne</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105201550">
        <xs:annotation>
          <xs:documentation>Canterbury (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150151600">
        <xs:annotation>
          <xs:documentation>Carrathool (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="160101700">
        <xs:annotation>
          <xs:documentation>Central Darling (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110051720">
        <xs:annotation>
          <xs:documentation>Cessnock (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="125051736">
        <xs:annotation>
          <xs:documentation>Clarence Valley (A) - Coast</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="125051737">
        <xs:annotation>
          <xs:documentation>Clarence Valley (A) - Grafton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="125051738">
        <xs:annotation>
          <xs:documentation>Clarence Valley (A) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135151750">
        <xs:annotation>
          <xs:documentation>Cobar (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="125011801">
        <xs:annotation>
          <xs:documentation>Coffs Harbour (C) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="125051804">
        <xs:annotation>
          <xs:documentation>Coffs Harbour (C) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="155151860">
        <xs:annotation>
          <xs:documentation>Conargo (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150102000">
        <xs:annotation>
          <xs:documentation>Coolamon (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145202050">
        <xs:annotation>
          <xs:documentation>Cooma-Monaro (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135102150">
        <xs:annotation>
          <xs:documentation>Coonamble (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150102200">
        <xs:annotation>
          <xs:documentation>Cootamundra (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="155102300">
        <xs:annotation>
          <xs:documentation>Corowa Shire (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="140152350">
        <xs:annotation>
          <xs:documentation>Cowra (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="155152500">
        <xs:annotation>
          <xs:documentation>Deniliquin (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135012601">
        <xs:annotation>
          <xs:documentation>Dubbo (C) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135052604">
        <xs:annotation>
          <xs:documentation>Dubbo (C) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110102700">
        <xs:annotation>
          <xs:documentation>Dungog (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145152750">
        <xs:annotation>
          <xs:documentation>Eurobodalla (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105252851">
        <xs:annotation>
          <xs:documentation>Fairfield (C) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105252854">
        <xs:annotation>
          <xs:documentation>Fairfield (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="140152900">
        <xs:annotation>
          <xs:documentation>Forbes (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135052950">
        <xs:annotation>
          <xs:documentation>Gilgandra (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130153010">
        <xs:annotation>
          <xs:documentation>Glen Innes Severn (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110103050">
        <xs:annotation>
          <xs:documentation>Gloucester (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105703101">
        <xs:annotation>
          <xs:documentation>Gosford (C) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105703104">
        <xs:annotation>
          <xs:documentation>Gosford (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145103311">
        <xs:annotation>
          <xs:documentation>Goulburn Mulwaree (A) - Goulburn</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145103314">
        <xs:annotation>
          <xs:documentation>Goulburn Mulwaree (A) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110103320">
        <xs:annotation>
          <xs:documentation>Great Lakes (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="155053341">
        <xs:annotation>
          <xs:documentation>Greater Hume Shire (A) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="155103342">
        <xs:annotation>
          <xs:documentation>Greater Hume Shire (A) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="125103380">
        <xs:annotation>
          <xs:documentation>Greater Taree (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150153450">
        <xs:annotation>
          <xs:documentation>Griffith (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150103500">
        <xs:annotation>
          <xs:documentation>Gundagai (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130103550">
        <xs:annotation>
          <xs:documentation>Gunnedah (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130153650">
        <xs:annotation>
          <xs:documentation>Guyra (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130103660">
        <xs:annotation>
          <xs:documentation>Gwydir (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145103700">
        <xs:annotation>
          <xs:documentation>Harden (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105453800">
        <xs:annotation>
          <xs:documentation>Hawkesbury (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150153850">
        <xs:annotation>
          <xs:documentation>Hay (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105403950">
        <xs:annotation>
          <xs:documentation>Holroyd (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105604001">
        <xs:annotation>
          <xs:documentation>Hornsby (A) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105604004">
        <xs:annotation>
          <xs:documentation>Hornsby (A) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105554100">
        <xs:annotation>
          <xs:documentation>Hunters Hill (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105154150">
        <xs:annotation>
          <xs:documentation>Hurstville (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130104201">
        <xs:annotation>
          <xs:documentation>Inverell (A) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130154202">
        <xs:annotation>
          <xs:documentation>Inverell (A) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="155154250">
        <xs:annotation>
          <xs:documentation>Jerilderie (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150104300">
        <xs:annotation>
          <xs:documentation>Junee (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="125104350">
        <xs:annotation>
          <xs:documentation>Kempsey (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="115054400">
        <xs:annotation>
          <xs:documentation>Kiama (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105154450">
        <xs:annotation>
          <xs:documentation>Kogarah (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105604500">
        <xs:annotation>
          <xs:documentation>Ku-ring-gai (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="120104550">
        <xs:annotation>
          <xs:documentation>Kyogle (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="140154600">
        <xs:annotation>
          <xs:documentation>Lachlan (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110054651">
        <xs:annotation>
          <xs:documentation>Lake Macquarie (C) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110054653">
        <xs:annotation>
          <xs:documentation>Lake Macquarie (C) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110054655">
        <xs:annotation>
          <xs:documentation>Lake Macquarie (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105554700">
        <xs:annotation>
          <xs:documentation>Lane Cove (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150154750">
        <xs:annotation>
          <xs:documentation>Leeton (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105054800">
        <xs:annotation>
          <xs:documentation>Leichhardt (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="120074851">
        <xs:annotation>
          <xs:documentation>Lismore (C) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="120104854">
        <xs:annotation>
          <xs:documentation>Lismore (C) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="140074870">
        <xs:annotation>
          <xs:documentation>Lithgow (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105254901">
        <xs:annotation>
          <xs:documentation>Liverpool (C) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105254904">
        <xs:annotation>
          <xs:documentation>Liverpool (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130104920">
        <xs:annotation>
          <xs:documentation>Liverpool Plains (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150104950">
        <xs:annotation>
          <xs:documentation>Lockhart (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110055050">
        <xs:annotation>
          <xs:documentation>Maitland (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105655150">
        <xs:annotation>
          <xs:documentation>Manly (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105055200">
        <xs:annotation>
          <xs:documentation>Marrickville (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135055271">
        <xs:annotation>
          <xs:documentation>Mid-Western Regional (A) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="140075274">
        <xs:annotation>
          <xs:documentation>Mid-Western Regional (A) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130205300">
        <xs:annotation>
          <xs:documentation>Moree Plains (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105555350">
        <xs:annotation>
          <xs:documentation>Mosman (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="155155500">
        <xs:annotation>
          <xs:documentation>Murray (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150155550">
        <xs:annotation>
          <xs:documentation>Murrumbidgee (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110105650">
        <xs:annotation>
          <xs:documentation>Muswellbrook (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="125055700">
        <xs:annotation>
          <xs:documentation>Nambucca (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130205750">
        <xs:annotation>
          <xs:documentation>Narrabri (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150105800">
        <xs:annotation>
          <xs:documentation>Narrandera (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135055850">
        <xs:annotation>
          <xs:documentation>Narromine (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110055903">
        <xs:annotation>
          <xs:documentation>Newcastle (C) - Inner City</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110055904">
        <xs:annotation>
          <xs:documentation>Newcastle (C) - Outer West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110055905">
        <xs:annotation>
          <xs:documentation>Newcastle (C) - Throsby</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105555950">
        <xs:annotation>
          <xs:documentation>North Sydney (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="140076100">
        <xs:annotation>
          <xs:documentation>Oberon (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="140206150">
        <xs:annotation>
          <xs:documentation>Orange (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145056181">
        <xs:annotation>
          <xs:documentation>Palerang (A) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145106184">
        <xs:annotation>
          <xs:documentation>Palerang (A) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="140156200">
        <xs:annotation>
          <xs:documentation>Parkes (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105406251">
        <xs:annotation>
          <xs:documentation>Parramatta (C) - Inner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105406252">
        <xs:annotation>
          <xs:documentation>Parramatta (C) - North-East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105406253">
        <xs:annotation>
          <xs:documentation>Parramatta (C) - North-West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105406254">
        <xs:annotation>
          <xs:documentation>Parramatta (C) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105456351">
        <xs:annotation>
          <xs:documentation>Penrith (C) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105456354">
        <xs:annotation>
          <xs:documentation>Penrith (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105656370">
        <xs:annotation>
          <xs:documentation>Pittwater (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="125036381">
        <xs:annotation>
          <xs:documentation>Port Macquarie-Hastings (A) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="125106385">
        <xs:annotation>
          <xs:documentation>Port Macquarie-Hastings (A) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110056400">
        <xs:annotation>
          <xs:documentation>Port Stephens (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145056470">
        <xs:annotation>
          <xs:documentation>Queanbeyan (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105106550">
        <xs:annotation>
          <xs:documentation>Randwick (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="120106611">
        <xs:annotation>
          <xs:documentation>Richmond Valley (A) - Casino</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="120106612">
        <xs:annotation>
          <xs:documentation>Richmond Valley (A) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105156650">
        <xs:annotation>
          <xs:documentation>Rockdale (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105556700">
        <xs:annotation>
          <xs:documentation>Ryde (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="115056900">
        <xs:annotation>
          <xs:documentation>Shellharbour (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="115076951">
        <xs:annotation>
          <xs:documentation>Shoalhaven (C) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="115106952">
        <xs:annotation>
          <xs:documentation>Shoalhaven (C) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110107000">
        <xs:annotation>
          <xs:documentation>Singleton (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145207050">
        <xs:annotation>
          <xs:documentation>Snowy River (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105357100">
        <xs:annotation>
          <xs:documentation>Strathfield (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105157151">
        <xs:annotation>
          <xs:documentation>Sutherland Shire (A) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105157152">
        <xs:annotation>
          <xs:documentation>Sutherland Shire (A) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105057204">
        <xs:annotation>
          <xs:documentation>Sydney (C) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105057201">
        <xs:annotation>
          <xs:documentation>Sydney (C) - Inner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105057205">
        <xs:annotation>
          <xs:documentation>Sydney (C) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105057206">
        <xs:annotation>
          <xs:documentation>Sydney (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130057311">
        <xs:annotation>
          <xs:documentation>Tamworth Regional (A) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130107314">
        <xs:annotation>
          <xs:documentation>Tamworth Regional (A) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150107350">
        <xs:annotation>
          <xs:documentation>Temora (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130157400">
        <xs:annotation>
          <xs:documentation>Tenterfield (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105607421">
        <xs:annotation>
          <xs:documentation>The Hills Shire (A) - Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105607423">
        <xs:annotation>
          <xs:documentation>The Hills Shire (A) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105607425">
        <xs:annotation>
          <xs:documentation>The Hills Shire (A) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="155107450">
        <xs:annotation>
          <xs:documentation>Tumbarumba (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150107500">
        <xs:annotation>
          <xs:documentation>Tumut Shire (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="120107558">
        <xs:annotation>
          <xs:documentation>Tweed (A) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="120057556">
        <xs:annotation>
          <xs:documentation>Tweed (A) - Tweed Coast</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="120057554">
        <xs:annotation>
          <xs:documentation>Tweed (A) - Tweed-Heads</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110107620">
        <xs:annotation>
          <xs:documentation>Upper Hunter Shire (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145107640">
        <xs:annotation>
          <xs:documentation>Upper Lachlan Shire (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130157650">
        <xs:annotation>
          <xs:documentation>Uralla (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="155107700">
        <xs:annotation>
          <xs:documentation>Urana (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150057751">
        <xs:annotation>
          <xs:documentation>Wagga Wagga (C) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150107754">
        <xs:annotation>
          <xs:documentation>Wagga Wagga (C) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="155157800">
        <xs:annotation>
          <xs:documentation>Wakool (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130157850">
        <xs:annotation>
          <xs:documentation>Walcha (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135107900">
        <xs:annotation>
          <xs:documentation>Walgett (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135107950">
        <xs:annotation>
          <xs:documentation>Warren (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105658000">
        <xs:annotation>
          <xs:documentation>Warringah (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135058020">
        <xs:annotation>
          <xs:documentation>Warrumbungle Shire (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105108050">
        <xs:annotation>
          <xs:documentation>Waverley (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="140158100">
        <xs:annotation>
          <xs:documentation>Weddin (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135058150">
        <xs:annotation>
          <xs:documentation>Wellington (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="155208200">
        <xs:annotation>
          <xs:documentation>Wentworth (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105558250">
        <xs:annotation>
          <xs:documentation>Willoughby (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="115108350">
        <xs:annotation>
          <xs:documentation>Wingecarribee (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105308400">
        <xs:annotation>
          <xs:documentation>Wollondilly (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="115058451">
        <xs:annotation>
          <xs:documentation>Wollongong (C) - Inner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="115058454">
        <xs:annotation>
          <xs:documentation>Wollongong (C) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105108500">
        <xs:annotation>
          <xs:documentation>Woollahra (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105708551">
        <xs:annotation>
          <xs:documentation>Wyong (A) - North-East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105708554">
        <xs:annotation>
          <xs:documentation>Wyong (A) - South and West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145108710">
        <xs:annotation>
          <xs:documentation>Yass Valley (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="145108750">
        <xs:annotation>
          <xs:documentation>Young (A)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="125108859">
        <xs:annotation>
          <xs:documentation>Lord Howe Island</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="185019779">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (NSW)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="160108809">
        <xs:annotation>
          <xs:documentation>Unincorp. Far West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="245150111">
        <xs:annotation>
          <xs:documentation>Alpine (S) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="245150112">
        <xs:annotation>
          <xs:documentation>Alpine (S) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="220150260">
        <xs:annotation>
          <xs:documentation>Ararat (RC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="220050571">
        <xs:annotation>
          <xs:documentation>Ballarat (C) - Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="220050572">
        <xs:annotation>
          <xs:documentation>Ballarat (C) - Inner North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="220050573">
        <xs:annotation>
          <xs:documentation>Ballarat (C) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="220050574">
        <xs:annotation>
          <xs:documentation>Ballarat (C) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205300661">
        <xs:annotation>
          <xs:documentation>Banyule (C) - Heidelberg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205300662">
        <xs:annotation>
          <xs:documentation>Banyule (C) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="255200741">
        <xs:annotation>
          <xs:documentation>Bass Coast (S) - Phillip Is.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="255200744">
        <xs:annotation>
          <xs:documentation>Bass Coast (S) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="255050831">
        <xs:annotation>
          <xs:documentation>Baw Baw (S) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="255100834">
        <xs:annotation>
          <xs:documentation>Baw Baw (S) - Pt B East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="255100835">
        <xs:annotation>
          <xs:documentation>Baw Baw (S) - Pt B West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205650911">
        <xs:annotation>
          <xs:documentation>Bayside (C) - Brighton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205650912">
        <xs:annotation>
          <xs:documentation>Bayside (C) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240151011">
        <xs:annotation>
          <xs:documentation>Benalla (RC) - Benalla</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240151014">
        <xs:annotation>
          <xs:documentation>Benalla (RC) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205451111">
        <xs:annotation>
          <xs:documentation>Boroondara (C) - Camberwell N.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205451112">
        <xs:annotation>
          <xs:documentation>Boroondara (C) - Camberwell S.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205451113">
        <xs:annotation>
          <xs:documentation>Boroondara (C) - Hawthorn</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205451114">
        <xs:annotation>
          <xs:documentation>Boroondara (C) - Kew</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205101181">
        <xs:annotation>
          <xs:documentation>Brimbank (C) - Keilor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205101182">
        <xs:annotation>
          <xs:documentation>Brimbank (C) - Sunshine</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="230101271">
        <xs:annotation>
          <xs:documentation>Buloke (S) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="230101272">
        <xs:annotation>
          <xs:documentation>Buloke (S) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240101371">
        <xs:annotation>
          <xs:documentation>Campaspe (S) - Echuca</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240101374">
        <xs:annotation>
          <xs:documentation>Campaspe (S) - Kyabram</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240101375">
        <xs:annotation>
          <xs:documentation>Campaspe (S) - Rochester</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240101376">
        <xs:annotation>
          <xs:documentation>Campaspe (S) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205801452">
        <xs:annotation>
          <xs:documentation>Cardinia (S) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205801453">
        <xs:annotation>
          <xs:documentation>Cardinia (S) - Pakenham</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205801454">
        <xs:annotation>
          <xs:documentation>Cardinia (S) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205801612">
        <xs:annotation>
          <xs:documentation>Casey (C) - Berwick</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205801613">
        <xs:annotation>
          <xs:documentation>Casey (C) - Cranbourne</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205801616">
        <xs:annotation>
          <xs:documentation>Casey (C) - Hallam</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205801618">
        <xs:annotation>
          <xs:documentation>Casey (C) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235101671">
        <xs:annotation>
          <xs:documentation>C. Goldfields (S) - M'borough</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235101674">
        <xs:annotation>
          <xs:documentation>C. Goldfields (S) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210151751">
        <xs:annotation>
          <xs:documentation>Colac-Otway (S) - Colac</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210151754">
        <xs:annotation>
          <xs:documentation>Colac-Otway (S) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210151755">
        <xs:annotation>
          <xs:documentation>Colac-Otway (S) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="215051831">
        <xs:annotation>
          <xs:documentation>Corangamite (S) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="215051832">
        <xs:annotation>
          <xs:documentation>Corangamite (S) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205301891">
        <xs:annotation>
          <xs:documentation>Darebin (C) - Northcote</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205301892">
        <xs:annotation>
          <xs:documentation>Darebin (C) - Preston</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="250052111">
        <xs:annotation>
          <xs:documentation>E. Gippsland (S) - Bairnsdale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="250052113">
        <xs:annotation>
          <xs:documentation>E. Gippsland (S) - Orbost</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="250052115">
        <xs:annotation>
          <xs:documentation>E. Gippsland (S) - South-West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="250052117">
        <xs:annotation>
          <xs:documentation>E. Gippsland (S) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205852171">
        <xs:annotation>
          <xs:documentation>Frankston (C) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205852174">
        <xs:annotation>
          <xs:documentation>Frankston (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="230152250">
        <xs:annotation>
          <xs:documentation>Gannawarra (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205652311">
        <xs:annotation>
          <xs:documentation>Glen Eira (C) - Caulfield</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205652314">
        <xs:annotation>
          <xs:documentation>Glen Eira (C) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="215102411">
        <xs:annotation>
          <xs:documentation>Glenelg (S) - Heywood</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="215102412">
        <xs:annotation>
          <xs:documentation>Glenelg (S) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="215102413">
        <xs:annotation>
          <xs:documentation>Glenelg (S) - Portland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210152491">
        <xs:annotation>
          <xs:documentation>Golden Plains (S) - North-West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210152492">
        <xs:annotation>
          <xs:documentation>Golden Plains (S) - South-East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235052621">
        <xs:annotation>
          <xs:documentation>Gr. Bendigo (C) - Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235052622">
        <xs:annotation>
          <xs:documentation>Gr. Bendigo (C) - Eaglehawk</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235052623">
        <xs:annotation>
          <xs:documentation>Gr. Bendigo (C) - Inner East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235052624">
        <xs:annotation>
          <xs:documentation>Gr. Bendigo (C) - Inner North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235052625">
        <xs:annotation>
          <xs:documentation>Gr. Bendigo (C) - Inner West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235102628">
        <xs:annotation>
          <xs:documentation>Gr. Bendigo (C) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235052626">
        <xs:annotation>
          <xs:documentation>Gr. Bendigo (C) - S'saye</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205752671">
        <xs:annotation>
          <xs:documentation>Gr. Dandenong (C) - Dandenong</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205752674">
        <xs:annotation>
          <xs:documentation>Gr. Dandenong (C) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210052751">
        <xs:annotation>
          <xs:documentation>Bellarine - Inner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210052752">
        <xs:annotation>
          <xs:documentation>Corio - Inner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210052753">
        <xs:annotation>
          <xs:documentation>Geelong</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210052754">
        <xs:annotation>
          <xs:documentation>Geelong West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210102757">
        <xs:annotation>
          <xs:documentation>Greater Geelong (C) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210152758">
        <xs:annotation>
          <xs:documentation>Greater Geelong (C) - Pt C</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210052755">
        <xs:annotation>
          <xs:documentation>Newtown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210052756">
        <xs:annotation>
          <xs:documentation>South Barwon - Inner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240052831">
        <xs:annotation>
          <xs:documentation>Gr. Shepparton (C) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240102834">
        <xs:annotation>
          <xs:documentation>Gr. Shepparton (C) - Pt B East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240102835">
        <xs:annotation>
          <xs:documentation>Gr. Shepparton (C) - Pt B West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="220102911">
        <xs:annotation>
          <xs:documentation>Hepburn (S) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="220102912">
        <xs:annotation>
          <xs:documentation>Hepburn (S) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="225102980">
        <xs:annotation>
          <xs:documentation>Hindmarsh (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205103111">
        <xs:annotation>
          <xs:documentation>Hobsons Bay (C) - Altona</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205103112">
        <xs:annotation>
          <xs:documentation>Hobsons Bay (C) - Williamstown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="225053191">
        <xs:annotation>
          <xs:documentation>Horsham (RC) - Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="225053194">
        <xs:annotation>
          <xs:documentation>Horsham (RC) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205353271">
        <xs:annotation>
          <xs:documentation>Hume (C) - Broadmeadows</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205353274">
        <xs:annotation>
          <xs:documentation>Hume (C) - Craigieburn</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205353275">
        <xs:annotation>
          <xs:documentation>Hume (C) - Sunbury</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="245053351">
        <xs:annotation>
          <xs:documentation>Indigo (S) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="245103352">
        <xs:annotation>
          <xs:documentation>Indigo (S) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205653431">
        <xs:annotation>
          <xs:documentation>Kingston (C) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205653434">
        <xs:annotation>
          <xs:documentation>Kingston (C) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205553672">
        <xs:annotation>
          <xs:documentation>Knox (C) - North-East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205553673">
        <xs:annotation>
          <xs:documentation>Knox (C) - North-West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205553674">
        <xs:annotation>
          <xs:documentation>Knox (C) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="255053811">
        <xs:annotation>
          <xs:documentation>Latrobe (C) - Moe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="255053814">
        <xs:annotation>
          <xs:documentation>Latrobe (C) - Morwell</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="255053815">
        <xs:annotation>
          <xs:documentation>Latrobe (C) - Traralgon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="255053818">
        <xs:annotation>
          <xs:documentation>Latrobe (C) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235103943">
        <xs:annotation>
          <xs:documentation>Loddon (S) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235103945">
        <xs:annotation>
          <xs:documentation>Loddon (S) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235204131">
        <xs:annotation>
          <xs:documentation>Macedon Ranges (S) - Kyneton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235204134">
        <xs:annotation>
          <xs:documentation>Macedon Ranges (S) - Romsey</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235204135">
        <xs:annotation>
          <xs:documentation>Macedon Ranges (S) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205504211">
        <xs:annotation>
          <xs:documentation>Manningham (C) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205504214">
        <xs:annotation>
          <xs:documentation>Manningham (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240154250">
        <xs:annotation>
          <xs:documentation>Mansfield (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205104330">
        <xs:annotation>
          <xs:documentation>Maribyrnong (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205554411">
        <xs:annotation>
          <xs:documentation>Maroondah (C) - Croydon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205554412">
        <xs:annotation>
          <xs:documentation>Maroondah (C) - Ringwood</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205054601">
        <xs:annotation>
          <xs:documentation>Melbourne (C) - Inner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205054608">
        <xs:annotation>
          <xs:documentation>Melbourne (C) - Remainder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205054605">
        <xs:annotation>
          <xs:documentation>Melbourne (C) - S'bank-D'lands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205204651">
        <xs:annotation>
          <xs:documentation>Melton (S) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205204654">
        <xs:annotation>
          <xs:documentation>Melton (S) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="230054781">
        <xs:annotation>
          <xs:documentation>Mildura (RC) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="230104782">
        <xs:annotation>
          <xs:documentation>Mildura (RC) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240204851">
        <xs:annotation>
          <xs:documentation>Mitchell (S) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240204854">
        <xs:annotation>
          <xs:documentation>Mitchell (S) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240104901">
        <xs:annotation>
          <xs:documentation>Moira (S) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240104904">
        <xs:annotation>
          <xs:documentation>Moira (S) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205504971">
        <xs:annotation>
          <xs:documentation>Monash (C) - South-West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205504974">
        <xs:annotation>
          <xs:documentation>Monash (C) - Waverley East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205504975">
        <xs:annotation>
          <xs:documentation>Monash (C) - Waverley West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205105063">
        <xs:annotation>
          <xs:documentation>Moonee Valley (C) - Essendon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205105065">
        <xs:annotation>
          <xs:documentation>Moonee Valley (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="220105151">
        <xs:annotation>
          <xs:documentation>Moorabool (S) - Bacchus Marsh</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="220105154">
        <xs:annotation>
          <xs:documentation>Moorabool (S) - Ballan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="220105155">
        <xs:annotation>
          <xs:documentation>Moorabool (S) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205255251">
        <xs:annotation>
          <xs:documentation>Moreland (C) - Brunswick</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205255252">
        <xs:annotation>
          <xs:documentation>Moreland (C) - Coburg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205255253">
        <xs:annotation>
          <xs:documentation>Moreland (C) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205905341">
        <xs:annotation>
          <xs:documentation>Mornington P'sula (S) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205905344">
        <xs:annotation>
          <xs:documentation>Mornington P'sula (S) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205905345">
        <xs:annotation>
          <xs:documentation>Mornington P'sula (S) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235105431">
        <xs:annotation>
          <xs:documentation>Mount Alexander (S) - C'maine</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="235105434">
        <xs:annotation>
          <xs:documentation>Mount Alexander (S) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="215055491">
        <xs:annotation>
          <xs:documentation>Moyne (S) - North-East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="215055493">
        <xs:annotation>
          <xs:documentation>Moyne (S) - North-West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="215055496">
        <xs:annotation>
          <xs:documentation>Moyne (S) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240205621">
        <xs:annotation>
          <xs:documentation>Murrindindi (S) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240205622">
        <xs:annotation>
          <xs:documentation>Murrindindi (S) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205405713">
        <xs:annotation>
          <xs:documentation>Nillumbik (S) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205405715">
        <xs:annotation>
          <xs:documentation>Nillumbik (S) - South-West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205405718">
        <xs:annotation>
          <xs:documentation>Nillumbik (S) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="225055811">
        <xs:annotation>
          <xs:documentation>N. Grampians (S) - St Arnaud</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="225055814">
        <xs:annotation>
          <xs:documentation>N. Grampians (S) - Stawell</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205055901">
        <xs:annotation>
          <xs:documentation>Port Phillip (C) - St Kilda</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205055902">
        <xs:annotation>
          <xs:documentation>Port Phillip (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="220155991">
        <xs:annotation>
          <xs:documentation>Pyrenees (S) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="220155994">
        <xs:annotation>
          <xs:documentation>Pyrenees (S) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210106080">
        <xs:annotation>
          <xs:documentation>Queenscliffe (B)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="255206171">
        <xs:annotation>
          <xs:documentation>South Gippsland (S) - Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="255206174">
        <xs:annotation>
          <xs:documentation>South Gippsland (S) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="255206175">
        <xs:annotation>
          <xs:documentation>South Gippsland (S) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="215106261">
        <xs:annotation>
          <xs:documentation>S. Grampians (S) - Hamilton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="215106264">
        <xs:annotation>
          <xs:documentation>S. Grampians (S) - Wannon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="215106265">
        <xs:annotation>
          <xs:documentation>S. Grampians (S) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205656352">
        <xs:annotation>
          <xs:documentation>Stonnington (C) - Malvern</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205056351">
        <xs:annotation>
          <xs:documentation>Stonnington (C) - Prahran</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240156430">
        <xs:annotation>
          <xs:documentation>Strathbogie (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210106493">
        <xs:annotation>
          <xs:documentation>Surf Coast (S) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210106495">
        <xs:annotation>
          <xs:documentation>Surf Coast (S) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="230156611">
        <xs:annotation>
          <xs:documentation>Swan Hill (RC) - Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="230156614">
        <xs:annotation>
          <xs:documentation>Swan Hill (RC) - Robinvale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="230156616">
        <xs:annotation>
          <xs:documentation>Swan Hill (RC) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="245056671">
        <xs:annotation>
          <xs:documentation>Towong (S) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="245156672">
        <xs:annotation>
          <xs:documentation>Towong (S) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="245106701">
        <xs:annotation>
          <xs:documentation>Wangaratta (RC) - Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="245106704">
        <xs:annotation>
          <xs:documentation>Wangaratta (RC) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="245106705">
        <xs:annotation>
          <xs:documentation>Wangaratta (RC) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="215016730">
        <xs:annotation>
          <xs:documentation>Warrnambool (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="250156811">
        <xs:annotation>
          <xs:documentation>Wellington (S) - Alberton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="250156812">
        <xs:annotation>
          <xs:documentation>Wellington (S) - Avon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="250156813">
        <xs:annotation>
          <xs:documentation>Wellington (S) - Maffra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="250156814">
        <xs:annotation>
          <xs:documentation>Wellington (S) - Rosedale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="250156815">
        <xs:annotation>
          <xs:documentation>Wellington (S) - Sale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="225056890">
        <xs:annotation>
          <xs:documentation>West Wimmera (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205506981">
        <xs:annotation>
          <xs:documentation>Whitehorse (C) - Box Hill</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205506984">
        <xs:annotation>
          <xs:documentation>Whitehorse (C) - Nunawading E.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205506985">
        <xs:annotation>
          <xs:documentation>Whitehorse (C) - Nunawading W.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205407071">
        <xs:annotation>
          <xs:documentation>Whittlesea (C) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205407075">
        <xs:annotation>
          <xs:documentation>Whittlesea (C) - South-East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205407076">
        <xs:annotation>
          <xs:documentation>Whittlesea (C) - South-West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="245057170">
        <xs:annotation>
          <xs:documentation>Wodonga (RC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205207261">
        <xs:annotation>
          <xs:documentation>Wyndham (C) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205207264">
        <xs:annotation>
          <xs:documentation>Wyndham (C) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205207267">
        <xs:annotation>
          <xs:documentation>Wyndham (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205057351">
        <xs:annotation>
          <xs:documentation>Yarra (C) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205057352">
        <xs:annotation>
          <xs:documentation>Yarra (C) - Richmond</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205607451">
        <xs:annotation>
          <xs:documentation>Yarra Ranges (S) - Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205607452">
        <xs:annotation>
          <xs:documentation>Yarra Ranges (S) - Dandenongs</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205607453">
        <xs:annotation>
          <xs:documentation>Yarra Ranges (S) - Lilydale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205607454">
        <xs:annotation>
          <xs:documentation>Yarra Ranges (S) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="255107458">
        <xs:annotation>
          <xs:documentation>Yarra Ranges (S) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205607456">
        <xs:annotation>
          <xs:documentation>Yarra Ranges (S) - Seville</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="225107631">
        <xs:annotation>
          <xs:documentation>Yarriambiack (S) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="225107632">
        <xs:annotation>
          <xs:documentation>Yarriambiack (S) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="255208649">
        <xs:annotation>
          <xs:documentation>Bass Strait Islands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="245158109">
        <xs:annotation>
          <xs:documentation>Falls Creek Alpine Resort</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="255208529">
        <xs:annotation>
          <xs:documentation>French Island</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="215058469">
        <xs:annotation>
          <xs:documentation>Lady Julia Percy Island</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240208149">
        <xs:annotation>
          <xs:documentation>Lake Mountain Alpine Resort</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="285019779">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (Vic.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="255108209">
        <xs:annotation>
          <xs:documentation>Mount Baw Baw Alpine Resort</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240158249">
        <xs:annotation>
          <xs:documentation>Mount Buller Alpine Resort</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="245158309">
        <xs:annotation>
          <xs:documentation>Mount Hotham Alpine Resort</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="240158349">
        <xs:annotation>
          <xs:documentation>Mount Stirling Alpine Resort</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350100250">
        <xs:annotation>
          <xs:documentation>Aurukun (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="325050300">
        <xs:annotation>
          <xs:documentation>Balonne (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330150370">
        <xs:annotation>
          <xs:documentation>Banana (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="335050412">
        <xs:annotation>
          <xs:documentation>Barcaldine (R) - Aramac</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="335050416">
        <xs:annotation>
          <xs:documentation>Barcaldine (R) - Barcaldine</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="335050418">
        <xs:annotation>
          <xs:documentation>Barcaldine (R) - Jericho</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="335050450">
        <xs:annotation>
          <xs:documentation>Barcoo (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="335050762">
        <xs:annotation>
          <xs:documentation>Blackall Tambo (R) - Blackall</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="335050765">
        <xs:annotation>
          <xs:documentation>Blackall Tambo (R) - Tambo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="335050900">
        <xs:annotation>
          <xs:documentation>Boulia (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111001">
        <xs:annotation>
          <xs:documentation>Acacia Ridge</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031004">
        <xs:annotation>
          <xs:documentation>Albion</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031007">
        <xs:annotation>
          <xs:documentation>Alderley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111012">
        <xs:annotation>
          <xs:documentation>Algester</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091015">
        <xs:annotation>
          <xs:documentation>Annerley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071018">
        <xs:annotation>
          <xs:documentation>Anstead</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111023">
        <xs:annotation>
          <xs:documentation>Archerfield</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031026">
        <xs:annotation>
          <xs:documentation>Ascot</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031031">
        <xs:annotation>
          <xs:documentation>Ashgrove</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071034">
        <xs:annotation>
          <xs:documentation>Aspley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071037">
        <xs:annotation>
          <xs:documentation>Bald Hills</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091042">
        <xs:annotation>
          <xs:documentation>Balmoral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071045">
        <xs:annotation>
          <xs:documentation>Banyo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031048">
        <xs:annotation>
          <xs:documentation>Bardon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071053">
        <xs:annotation>
          <xs:documentation>Bellbowrie</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111057">
        <xs:annotation>
          <xs:documentation>Belmont-Mackenzie</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071064">
        <xs:annotation>
          <xs:documentation>Boondall</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011067">
        <xs:annotation>
          <xs:documentation>Bowen Hills</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071072">
        <xs:annotation>
          <xs:documentation>Bracken Ridge</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071075">
        <xs:annotation>
          <xs:documentation>Bridgeman Downs</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071078">
        <xs:annotation>
          <xs:documentation>Brighton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071084">
        <xs:annotation>
          <xs:documentation>Brookfield (incl. Brisbane Forest Park)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091086">
        <xs:annotation>
          <xs:documentation>Bulimba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111091">
        <xs:annotation>
          <xs:documentation>Burbank</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111094">
        <xs:annotation>
          <xs:documentation>Calamvale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091097">
        <xs:annotation>
          <xs:documentation>Camp Hill</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091102">
        <xs:annotation>
          <xs:documentation>Cannon Hill</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091113">
        <xs:annotation>
          <xs:documentation>Carina</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091116">
        <xs:annotation>
          <xs:documentation>Carina Heights</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091108">
        <xs:annotation>
          <xs:documentation>Carindale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071121">
        <xs:annotation>
          <xs:documentation>Carseldine</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111123">
        <xs:annotation>
          <xs:documentation>Chandler-Capalaba West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071127">
        <xs:annotation>
          <xs:documentation>Chapel Hill</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031132">
        <xs:annotation>
          <xs:documentation>Chelmer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071135">
        <xs:annotation>
          <xs:documentation>Chermside</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071138">
        <xs:annotation>
          <xs:documentation>Chermside West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011143">
        <xs:annotation>
          <xs:documentation>City - Inner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011146">
        <xs:annotation>
          <xs:documentation>City - Remainder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031151">
        <xs:annotation>
          <xs:documentation>Clayfield</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111154">
        <xs:annotation>
          <xs:documentation>Coopers Plains</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091157">
        <xs:annotation>
          <xs:documentation>Coorparoo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031162">
        <xs:annotation>
          <xs:documentation>Corinda</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071167">
        <xs:annotation>
          <xs:documentation>Darra-Sumner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071173">
        <xs:annotation>
          <xs:documentation>Deagon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071176">
        <xs:annotation>
          <xs:documentation>Doolandella-Forest Lake</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071184">
        <xs:annotation>
          <xs:documentation>Durack</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011187">
        <xs:annotation>
          <xs:documentation>Dutton Park</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091195">
        <xs:annotation>
          <xs:documentation>East Brisbane</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111198">
        <xs:annotation>
          <xs:documentation>Eight Mile Plains</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071203">
        <xs:annotation>
          <xs:documentation>Ellen Grove</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031206">
        <xs:annotation>
          <xs:documentation>Enoggera</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071211">
        <xs:annotation>
          <xs:documentation>Everton Park</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091214">
        <xs:annotation>
          <xs:documentation>Fairfield</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071217">
        <xs:annotation>
          <xs:documentation>Ferny Grove</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071222">
        <xs:annotation>
          <xs:documentation>Fig Tree Pocket</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011227">
        <xs:annotation>
          <xs:documentation>Fortitude Valley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071236">
        <xs:annotation>
          <xs:documentation>Geebung</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031241">
        <xs:annotation>
          <xs:documentation>Graceville</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031244">
        <xs:annotation>
          <xs:documentation>Grange</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091247">
        <xs:annotation>
          <xs:documentation>Greenslopes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111251">
        <xs:annotation>
          <xs:documentation>Gumdale-Ransome</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031255">
        <xs:annotation>
          <xs:documentation>Hamilton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091258">
        <xs:annotation>
          <xs:documentation>Hawthorne</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111265">
        <xs:annotation>
          <xs:documentation>Hemmant-Lytton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031271">
        <xs:annotation>
          <xs:documentation>Hendra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011274">
        <xs:annotation>
          <xs:documentation>Herston</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011277">
        <xs:annotation>
          <xs:documentation>Highgate Hill</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091282">
        <xs:annotation>
          <xs:documentation>Holland Park</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091285">
        <xs:annotation>
          <xs:documentation>Holland Park West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071288">
        <xs:annotation>
          <xs:documentation>Inala</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031293">
        <xs:annotation>
          <xs:documentation>Indooroopilly</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071296">
        <xs:annotation>
          <xs:documentation>Jamboree Heights</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071301">
        <xs:annotation>
          <xs:documentation>Jindalee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011304">
        <xs:annotation>
          <xs:documentation>Kangaroo Point</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071306">
        <xs:annotation>
          <xs:documentation>Karana Downs-Lake Manchester</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031312">
        <xs:annotation>
          <xs:documentation>Kedron</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011315">
        <xs:annotation>
          <xs:documentation>Kelvin Grove</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071318">
        <xs:annotation>
          <xs:documentation>Kenmore</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071323">
        <xs:annotation>
          <xs:documentation>Kenmore Hills</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071326">
        <xs:annotation>
          <xs:documentation>Keperra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111331">
        <xs:annotation>
          <xs:documentation>Kuraby</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111337">
        <xs:annotation>
          <xs:documentation>Lota</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031345">
        <xs:annotation>
          <xs:documentation>Lutwyche</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111356">
        <xs:annotation>
          <xs:documentation>MacGregor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111364">
        <xs:annotation>
          <xs:documentation>Manly</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111367">
        <xs:annotation>
          <xs:documentation>Manly West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111372">
        <xs:annotation>
          <xs:documentation>Mansfield</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071353">
        <xs:annotation>
          <xs:documentation>McDowall</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071375">
        <xs:annotation>
          <xs:documentation>Middle Park</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011378">
        <xs:annotation>
          <xs:documentation>Milton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071383">
        <xs:annotation>
          <xs:documentation>Mitchelton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071386">
        <xs:annotation>
          <xs:documentation>Moggill</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091391">
        <xs:annotation>
          <xs:documentation>Moorooka</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111394">
        <xs:annotation>
          <xs:documentation>Moreton Island</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091397">
        <xs:annotation>
          <xs:documentation>Morningside</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111402">
        <xs:annotation>
          <xs:documentation>Mount Gravatt</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111405">
        <xs:annotation>
          <xs:documentation>Mount Gravatt East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071408">
        <xs:annotation>
          <xs:documentation>Mount Ommaney</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111413">
        <xs:annotation>
          <xs:documentation>Murarrie</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111416">
        <xs:annotation>
          <xs:documentation>Nathan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011421">
        <xs:annotation>
          <xs:documentation>New Farm</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031424">
        <xs:annotation>
          <xs:documentation>Newmarket</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011427">
        <xs:annotation>
          <xs:documentation>Newstead</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091432">
        <xs:annotation>
          <xs:documentation>Norman Park</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071435">
        <xs:annotation>
          <xs:documentation>Northgate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071442">
        <xs:annotation>
          <xs:documentation>Nudgee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031446">
        <xs:annotation>
          <xs:documentation>Nundah</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071451">
        <xs:annotation>
          <xs:documentation>Oxley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011454">
        <xs:annotation>
          <xs:documentation>Paddington</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111456">
        <xs:annotation>
          <xs:documentation>Pallara-Heathwood-Larapinta</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111463">
        <xs:annotation>
          <xs:documentation>Parkinson-Drewvale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071465">
        <xs:annotation>
          <xs:documentation>Pinjarra Hills</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071467">
        <xs:annotation>
          <xs:documentation>Pinkenba-Eagle Farm</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071473">
        <xs:annotation>
          <xs:documentation>Pullenvale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011481">
        <xs:annotation>
          <xs:documentation>Red Hill</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071484">
        <xs:annotation>
          <xs:documentation>Richlands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071487">
        <xs:annotation>
          <xs:documentation>Riverhills</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111492">
        <xs:annotation>
          <xs:documentation>Robertson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111495">
        <xs:annotation>
          <xs:documentation>Rochedale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111498">
        <xs:annotation>
          <xs:documentation>Rocklea</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111503">
        <xs:annotation>
          <xs:documentation>Runcorn</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111511">
        <xs:annotation>
          <xs:documentation>Salisbury</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071514">
        <xs:annotation>
          <xs:documentation>Sandgate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071517">
        <xs:annotation>
          <xs:documentation>Seventeen Mile Rocks</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031522">
        <xs:annotation>
          <xs:documentation>Sherwood</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011525">
        <xs:annotation>
          <xs:documentation>South Brisbane</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011528">
        <xs:annotation>
          <xs:documentation>Spring Hill</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031506">
        <xs:annotation>
          <xs:documentation>St Lucia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031533">
        <xs:annotation>
          <xs:documentation>Stafford</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031536">
        <xs:annotation>
          <xs:documentation>Stafford Heights</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111541">
        <xs:annotation>
          <xs:documentation>Stretton-Karawatha</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111547">
        <xs:annotation>
          <xs:documentation>Sunnybank</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111552">
        <xs:annotation>
          <xs:documentation>Sunnybank Hills</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071556">
        <xs:annotation>
          <xs:documentation>Taigum-Fitzgibbon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031558">
        <xs:annotation>
          <xs:documentation>Taringa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091563">
        <xs:annotation>
          <xs:documentation>Tarragindi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071567">
        <xs:annotation>
          <xs:documentation>The Gap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111571">
        <xs:annotation>
          <xs:documentation>Tingalpa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031574">
        <xs:annotation>
          <xs:documentation>Toowong</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071585">
        <xs:annotation>
          <xs:documentation>Upper Kedron</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111588">
        <xs:annotation>
          <xs:documentation>Upper Mount Gravatt</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071593">
        <xs:annotation>
          <xs:documentation>Virginia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071596">
        <xs:annotation>
          <xs:documentation>Wacol</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111601">
        <xs:annotation>
          <xs:documentation>Wakerley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071604">
        <xs:annotation>
          <xs:documentation>Wavell Heights</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011607">
        <xs:annotation>
          <xs:documentation>West End</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071612">
        <xs:annotation>
          <xs:documentation>Westlake</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111615">
        <xs:annotation>
          <xs:documentation>Willawong</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031618">
        <xs:annotation>
          <xs:documentation>Wilston</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031623">
        <xs:annotation>
          <xs:documentation>Windsor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111626">
        <xs:annotation>
          <xs:documentation>Wishart</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305011631">
        <xs:annotation>
          <xs:documentation>Woolloongabba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305031634">
        <xs:annotation>
          <xs:documentation>Wooloowin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111637">
        <xs:annotation>
          <xs:documentation>Wynnum</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305111642">
        <xs:annotation>
          <xs:documentation>Wynnum West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091645">
        <xs:annotation>
          <xs:documentation>Yeerongpilly</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305091648">
        <xs:annotation>
          <xs:documentation>Yeronga</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305071653">
        <xs:annotation>
          <xs:documentation>Zillmere</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="325051750">
        <xs:annotation>
          <xs:documentation>Bulloo (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315051822">
        <xs:annotation>
          <xs:documentation>Bundaberg (R) - Bundaberg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315051824">
        <xs:annotation>
          <xs:documentation>Bundaberg (R) - Burnett Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315101825">
        <xs:annotation>
          <xs:documentation>Bundaberg (R) - Burnett Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315101827">
        <xs:annotation>
          <xs:documentation>Bundaberg (R) - Isis</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315101828">
        <xs:annotation>
          <xs:documentation>Bundaberg (R) - Kolan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345151900">
        <xs:annotation>
          <xs:documentation>Burdekin (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="355051950">
        <xs:annotation>
          <xs:documentation>Burke (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350052062">
        <xs:annotation>
          <xs:documentation>Cairns (R) - Barron</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350052065">
        <xs:annotation>
          <xs:documentation>Cairns (R) - Central Suburbs</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350052066">
        <xs:annotation>
          <xs:documentation>Cairns (R) - City</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350102067">
        <xs:annotation>
          <xs:documentation>Cairns (R) - Douglas</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350052068">
        <xs:annotation>
          <xs:documentation>Cairns (R) - Mt Whitfield</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350052072">
        <xs:annotation>
          <xs:documentation>Cairns (R) - Northern Suburbs</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350102078">
        <xs:annotation>
          <xs:documentation>Cairns (R) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350052074">
        <xs:annotation>
          <xs:documentation>Cairns (R) - Trinity</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350052076">
        <xs:annotation>
          <xs:documentation>Cairns (R) - Western Suburbs</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="355052250">
        <xs:annotation>
          <xs:documentation>Carpentaria (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350102262">
        <xs:annotation>
          <xs:documentation>Cassowary Coast (R) - Cardwell</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350102264">
        <xs:annotation>
          <xs:documentation>Cassowary Coast (R) - Johnstone</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330152272">
        <xs:annotation>
          <xs:documentation>Central Highlands (R) - Bauhinia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330152274">
        <xs:annotation>
          <xs:documentation>Central Highlands (R) - Duaringa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330152276">
        <xs:annotation>
          <xs:documentation>Central Highlands (R) - Emerald</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330152278">
        <xs:annotation>
          <xs:documentation>Central Highlands (R) - Peak Downs</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345152312">
        <xs:annotation>
          <xs:documentation>Charters Towers (R) - Charters Towers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345152314">
        <xs:annotation>
          <xs:documentation>Charters Towers (R) - Dalrymple</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315102330">
        <xs:annotation>
          <xs:documentation>Cherbourg (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="355052450">
        <xs:annotation>
          <xs:documentation>Cloncurry (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350102500">
        <xs:annotation>
          <xs:documentation>Cook (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350102600">
        <xs:annotation>
          <xs:documentation>Croydon (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="335052750">
        <xs:annotation>
          <xs:documentation>Diamantina (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="355052770">
        <xs:annotation>
          <xs:documentation>Doomadgee (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350103100">
        <xs:annotation>
          <xs:documentation>Etheridge (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="355053200">
        <xs:annotation>
          <xs:documentation>Flinders (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315073222">
        <xs:annotation>
          <xs:documentation>Fraser Coast (R) - Hervey Bay Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315103223">
        <xs:annotation>
          <xs:documentation>Fraser Coast (R) - Hervey Bay Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315103225">
        <xs:annotation>
          <xs:documentation>Fraser Coast (R) - Maryborough</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315103227">
        <xs:annotation>
          <xs:documentation>Fraser Coast (R) - Woocoo-Tiaro</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330103362">
        <xs:annotation>
          <xs:documentation>Gladstone (R) - Calliope Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330153364">
        <xs:annotation>
          <xs:documentation>Gladstone (R) - Calliope Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330103366">
        <xs:annotation>
          <xs:documentation>Gladstone (R) - Gladstone</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330153368">
        <xs:annotation>
          <xs:documentation>Gladstone (R) - Miriam Vale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153502">
        <xs:annotation>
          <xs:documentation>Ashmore-Benowa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307103508">
        <xs:annotation>
          <xs:documentation>Biggera Waters-Labrador</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307103511">
        <xs:annotation>
          <xs:documentation>Bilinga-Tugun</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307103515">
        <xs:annotation>
          <xs:documentation>Broadbeach Waters</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307103514">
        <xs:annotation>
          <xs:documentation>Broadbeach-Mermaid Beach</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307103517">
        <xs:annotation>
          <xs:documentation>Bundall</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307103521">
        <xs:annotation>
          <xs:documentation>Burleigh Heads</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307103523">
        <xs:annotation>
          <xs:documentation>Burleigh Waters</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153525">
        <xs:annotation>
          <xs:documentation>Carrara-Merrimac</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307103527">
        <xs:annotation>
          <xs:documentation>Coolangatta</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153531">
        <xs:annotation>
          <xs:documentation>Coombabah</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307103533">
        <xs:annotation>
          <xs:documentation>Currumbin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153534">
        <xs:annotation>
          <xs:documentation>Currumbin Valley-Tallebudgera</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153535">
        <xs:annotation>
          <xs:documentation>Currumbin Waters</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153537">
        <xs:annotation>
          <xs:documentation>Elanora</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307203538">
        <xs:annotation>
          <xs:documentation>Guanaba-Springbrook</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153543">
        <xs:annotation>
          <xs:documentation>Helensvale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153547">
        <xs:annotation>
          <xs:documentation>Hope Island</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153552">
        <xs:annotation>
          <xs:documentation>Jacobs Well-Alberton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153556">
        <xs:annotation>
          <xs:documentation>Kingsholme-Upper Coomera</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307103555">
        <xs:annotation>
          <xs:documentation>Main Beach-South Stradbroke</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307103562">
        <xs:annotation>
          <xs:documentation>Mermaid Wtrs-Clear Is. Wtrs</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307103563">
        <xs:annotation>
          <xs:documentation>Miami</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153564">
        <xs:annotation>
          <xs:documentation>Molendinar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153566">
        <xs:annotation>
          <xs:documentation>Mudgeeraba-Reedy Creek</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153567">
        <xs:annotation>
          <xs:documentation>Nerang</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153574">
        <xs:annotation>
          <xs:documentation>Ormeau-Yatala</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153568">
        <xs:annotation>
          <xs:documentation>Oxenford-Maudsland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153572">
        <xs:annotation>
          <xs:documentation>Pacific Pines-Gaven</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307103573">
        <xs:annotation>
          <xs:documentation>Palm Beach</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307103576">
        <xs:annotation>
          <xs:documentation>Paradise Point-Runaway Bay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153578">
        <xs:annotation>
          <xs:documentation>Parkwood-Arundel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153581">
        <xs:annotation>
          <xs:documentation>Pimpama-Coomera</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153582">
        <xs:annotation>
          <xs:documentation>Robina</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307103585">
        <xs:annotation>
          <xs:documentation>Southport</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307103587">
        <xs:annotation>
          <xs:documentation>Surfers Paradise</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153592">
        <xs:annotation>
          <xs:documentation>Varsity Lakes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="307153593">
        <xs:annotation>
          <xs:documentation>Worongary-Tallai</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320053612">
        <xs:annotation>
          <xs:documentation>Goondiwindi (R) - Goondiwindi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320053614">
        <xs:annotation>
          <xs:documentation>Goondiwindi (R) - Inglewood</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320053616">
        <xs:annotation>
          <xs:documentation>Goondiwindi (R) - Waggamba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315103622">
        <xs:annotation>
          <xs:documentation>Gympie (R) - Cooloola</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315103624">
        <xs:annotation>
          <xs:documentation>Gympie (R) - Gympie</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315103626">
        <xs:annotation>
          <xs:documentation>Gympie (R) - Kilkivan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345153800">
        <xs:annotation>
          <xs:documentation>Hinchinbrook (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350103830">
        <xs:annotation>
          <xs:documentation>Hope Vale (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305253962">
        <xs:annotation>
          <xs:documentation>Ipswich (C) - Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305253965">
        <xs:annotation>
          <xs:documentation>Ipswich (C) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305253966">
        <xs:annotation>
          <xs:documentation>Ipswich (C) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305253971">
        <xs:annotation>
          <xs:documentation>Ipswich (C) - South-West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305253976">
        <xs:annotation>
          <xs:documentation>Ipswich (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="340103982">
        <xs:annotation>
          <xs:documentation>Isaac (R) - Belyando</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="340103984">
        <xs:annotation>
          <xs:documentation>Isaac (R) - Broadsound</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="340103986">
        <xs:annotation>
          <xs:documentation>Isaac (R) - Nebo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350104420">
        <xs:annotation>
          <xs:documentation>Kowanyama (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350104570">
        <xs:annotation>
          <xs:documentation>Lockhart River (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="312104582">
        <xs:annotation>
          <xs:documentation>Lockyer Valley (R) - Gatton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="312104584">
        <xs:annotation>
          <xs:documentation>Lockyer Valley (R) - Laidley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304595">
        <xs:annotation>
          <xs:documentation>Beenleigh</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304597">
        <xs:annotation>
          <xs:documentation>Bethania-Waterford</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304601">
        <xs:annotation>
          <xs:documentation>Browns Plains</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304603">
        <xs:annotation>
          <xs:documentation>Carbrook-Cornubia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304605">
        <xs:annotation>
          <xs:documentation>Daisy Hill-Priestdale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304606">
        <xs:annotation>
          <xs:documentation>Eagleby</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304607">
        <xs:annotation>
          <xs:documentation>Edens Landing-Holmview</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304608">
        <xs:annotation>
          <xs:documentation>Greenbank-Boronia Heights</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304611">
        <xs:annotation>
          <xs:documentation>Jimboomba-Logan Village</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304612">
        <xs:annotation>
          <xs:documentation>Kingston</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304615">
        <xs:annotation>
          <xs:documentation>Loganholme</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304618">
        <xs:annotation>
          <xs:documentation>Loganlea</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304623">
        <xs:annotation>
          <xs:documentation>Marsden</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304626">
        <xs:annotation>
          <xs:documentation>Mt Warren Park</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304627">
        <xs:annotation>
          <xs:documentation>Park Ridge-Logan Reserve</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304631">
        <xs:annotation>
          <xs:documentation>Rochedale South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304634">
        <xs:annotation>
          <xs:documentation>Shailer Park</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304637">
        <xs:annotation>
          <xs:documentation>Slacks Creek</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304642">
        <xs:annotation>
          <xs:documentation>Springwood</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304645">
        <xs:annotation>
          <xs:documentation>Tanah Merah</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304651">
        <xs:annotation>
          <xs:documentation>Underwood</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304654">
        <xs:annotation>
          <xs:documentation>Waterford West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304655">
        <xs:annotation>
          <xs:documentation>Wolffdene-Bahrs Scrub</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305304656">
        <xs:annotation>
          <xs:documentation>Woodridge</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="335054712">
        <xs:annotation>
          <xs:documentation>Longreach (R) - Ilfracombe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="335054714">
        <xs:annotation>
          <xs:documentation>Longreach (R) - Isisford</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="335054716">
        <xs:annotation>
          <xs:documentation>Longreach (R) - Longreach</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="340054772">
        <xs:annotation>
          <xs:documentation>Mackay (R) - Mackay Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="340104773">
        <xs:annotation>
          <xs:documentation>Mackay (R) - Mackay Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="340104775">
        <xs:annotation>
          <xs:documentation>Mackay (R) - Mirani</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="340104777">
        <xs:annotation>
          <xs:documentation>Mackay (R) - Sarina</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="355054800">
        <xs:annotation>
          <xs:documentation>McKinlay (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350104830">
        <xs:annotation>
          <xs:documentation>Mapoon (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="325054862">
        <xs:annotation>
          <xs:documentation>Maranoa (R) - Bendemere</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="325054864">
        <xs:annotation>
          <xs:documentation>Maranoa (R) - Booringa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="325054865">
        <xs:annotation>
          <xs:documentation>Maranoa (R) - Bungil</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="325054867">
        <xs:annotation>
          <xs:documentation>Maranoa (R) - Roma</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="325054868">
        <xs:annotation>
          <xs:documentation>Maranoa (R) - Warroo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305405013">
        <xs:annotation>
          <xs:documentation>Albany Creek</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305405016">
        <xs:annotation>
          <xs:documentation>Bray Park</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305205019">
        <xs:annotation>
          <xs:documentation>Bribie Island</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305205021">
        <xs:annotation>
          <xs:documentation>Burpengary-Narangba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305205023">
        <xs:annotation>
          <xs:documentation>Caboolture Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305205025">
        <xs:annotation>
          <xs:documentation>Caboolture East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305205027">
        <xs:annotation>
          <xs:documentation>Caboolture Hinterland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305205028">
        <xs:annotation>
          <xs:documentation>Caboolture Midwest</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305405033">
        <xs:annotation>
          <xs:documentation>Central Pine West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305455035">
        <xs:annotation>
          <xs:documentation>Clontarf</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305405037">
        <xs:annotation>
          <xs:documentation>Dakabin-Kallangur-M. Downs</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305205039">
        <xs:annotation>
          <xs:documentation>Deception Bay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305405043">
        <xs:annotation>
          <xs:documentation>Griffin-Mango Hill</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305405047">
        <xs:annotation>
          <xs:documentation>Hills District</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305405051">
        <xs:annotation>
          <xs:documentation>Lawnton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305455053">
        <xs:annotation>
          <xs:documentation>Margate-Woody Point</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305205056">
        <xs:annotation>
          <xs:documentation>Morayfield</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305405068">
        <xs:annotation>
          <xs:documentation>Moreton Bay (R) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305405058">
        <xs:annotation>
          <xs:documentation>Petrie</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305455063">
        <xs:annotation>
          <xs:documentation>Redcliffe-Scarborough</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305455065">
        <xs:annotation>
          <xs:documentation>Rothwell-Kippa-Ring</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305405067">
        <xs:annotation>
          <xs:documentation>Strathpine-Brendale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="355055250">
        <xs:annotation>
          <xs:documentation>Mornington (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="355055300">
        <xs:annotation>
          <xs:documentation>Mount Isa (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="325055600">
        <xs:annotation>
          <xs:documentation>Murweh (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350105670">
        <xs:annotation>
          <xs:documentation>Napranum (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315105761">
        <xs:annotation>
          <xs:documentation>North Burnett (R) - Biggenden</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315105762">
        <xs:annotation>
          <xs:documentation>North Burnett (R) - Eidsvold</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315105763">
        <xs:annotation>
          <xs:documentation>North Burnett (R) - Gayndah</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315105764">
        <xs:annotation>
          <xs:documentation>North Burnett (R) - Monto</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315105765">
        <xs:annotation>
          <xs:documentation>North Burnett (R) - Mundubbera</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315105766">
        <xs:annotation>
          <xs:documentation>North Burnett (R) - Perry</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350105781">
        <xs:annotation>
          <xs:documentation>Northern Peninsula Area (R) - Bamaga</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350105783">
        <xs:annotation>
          <xs:documentation>Northern Peninsula Area (R) - Injinoo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350105784">
        <xs:annotation>
          <xs:documentation>Northern Peninsula Area (R) - New Mapoon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350105786">
        <xs:annotation>
          <xs:documentation>Northern Peninsula Area (R) - Seisia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350105788">
        <xs:annotation>
          <xs:documentation>Northern Peninsula Area (R) - Umagico</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345155790">
        <xs:annotation>
          <xs:documentation>Palm Island (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="325055800">
        <xs:annotation>
          <xs:documentation>Paroo (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106070">
        <xs:annotation>
          <xs:documentation>Pormpuraaw (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="325056150">
        <xs:annotation>
          <xs:documentation>Quilpie (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305506251">
        <xs:annotation>
          <xs:documentation>Alexandra Hills</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305506254">
        <xs:annotation>
          <xs:documentation>Birkdale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305506257">
        <xs:annotation>
          <xs:documentation>Capalaba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305506262">
        <xs:annotation>
          <xs:documentation>Cleveland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305506264">
        <xs:annotation>
          <xs:documentation>Ormiston</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305506283">
        <xs:annotation>
          <xs:documentation>Redland (C) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305506265">
        <xs:annotation>
          <xs:documentation>Redland Bay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305506267">
        <xs:annotation>
          <xs:documentation>Sheldon-Mt Cotton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305506268">
        <xs:annotation>
          <xs:documentation>Thorneside</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305506271">
        <xs:annotation>
          <xs:documentation>Thornlands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305506273">
        <xs:annotation>
          <xs:documentation>Victoria Point</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="305506276">
        <xs:annotation>
          <xs:documentation>Wellington Point</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="355056300">
        <xs:annotation>
          <xs:documentation>Richmond (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330056362">
        <xs:annotation>
          <xs:documentation>Rockhampton (R) - Fitzroy Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330156363">
        <xs:annotation>
          <xs:documentation>Rockhampton (R) - Fitzroy Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330056365">
        <xs:annotation>
          <xs:documentation>Rockhampton (R) - Livingstone Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330156366">
        <xs:annotation>
          <xs:documentation>Rockhampton (R) - Livingstone Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330156367">
        <xs:annotation>
          <xs:documentation>Rockhampton (R) - Mount Morgan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330056368">
        <xs:annotation>
          <xs:documentation>Rockhampton (R) - Rockhampton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="312106512">
        <xs:annotation>
          <xs:documentation>Scenic Rim (R) - Beaudesert</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="312106514">
        <xs:annotation>
          <xs:documentation>Scenic Rim (R) - Boonah</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="312106516">
        <xs:annotation>
          <xs:documentation>Scenic Rim (R) - Tamborine-Canungra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="312056582">
        <xs:annotation>
          <xs:documentation>Somerset (R) - Esk</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="312056584">
        <xs:annotation>
          <xs:documentation>Somerset (R) - Kilcoy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315106632">
        <xs:annotation>
          <xs:documentation>South Burnett (R) - Kingaroy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315106634">
        <xs:annotation>
          <xs:documentation>South Burnett (R) - Murgon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315106636">
        <xs:annotation>
          <xs:documentation>South Burnett (R) - Nanango</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="315106638">
        <xs:annotation>
          <xs:documentation>South Burnett (R) - Wondai</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320056662">
        <xs:annotation>
          <xs:documentation>Southern Downs (R) - Allora</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320056665">
        <xs:annotation>
          <xs:documentation>Southern Downs (R) - Killarney</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320056666">
        <xs:annotation>
          <xs:documentation>Southern Downs (R) - Stanthorpe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320056667">
        <xs:annotation>
          <xs:documentation>Southern Downs (R) - Warwick</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320056668">
        <xs:annotation>
          <xs:documentation>Southern Downs (R) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309056713">
        <xs:annotation>
          <xs:documentation>Buderim</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309106716">
        <xs:annotation>
          <xs:documentation>Caloundra Hinterland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309056718">
        <xs:annotation>
          <xs:documentation>Caloundra North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309056721">
        <xs:annotation>
          <xs:documentation>Caloundra South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309056723">
        <xs:annotation>
          <xs:documentation>Coolum-Mudjimba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309106725">
        <xs:annotation>
          <xs:documentation>Glass House Country</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309056728">
        <xs:annotation>
          <xs:documentation>Kawana</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309106733">
        <xs:annotation>
          <xs:documentation>Maroochy Hinterland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309056738">
        <xs:annotation>
          <xs:documentation>Maroochydore</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309056744">
        <xs:annotation>
          <xs:documentation>Mooloolaba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309056748">
        <xs:annotation>
          <xs:documentation>Nambour</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309106753">
        <xs:annotation>
          <xs:documentation>Noosa Hinterland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309056755">
        <xs:annotation>
          <xs:documentation>Noosa-Noosaville</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309056761">
        <xs:annotation>
          <xs:documentation>Paynter-Petrie Creek</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309056763">
        <xs:annotation>
          <xs:documentation>Sunshine-Peregian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309056772">
        <xs:annotation>
          <xs:documentation>Tewantin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106812">
        <xs:annotation>
          <xs:documentation>Tablelands (R) - Atherton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106814">
        <xs:annotation>
          <xs:documentation>Tablelands (R) - Eacham</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106816">
        <xs:annotation>
          <xs:documentation>Tablelands (R) - Herberton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106818">
        <xs:annotation>
          <xs:documentation>Tablelands (R) - Mareeba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320016912">
        <xs:annotation>
          <xs:documentation>Cambooya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320056914">
        <xs:annotation>
          <xs:documentation>Clifton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320056916">
        <xs:annotation>
          <xs:documentation>Crow's Nest</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320016921">
        <xs:annotation>
          <xs:documentation>Gowrie</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320056923">
        <xs:annotation>
          <xs:documentation>Greenmount</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320016926">
        <xs:annotation>
          <xs:documentation>Highfields</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320056928">
        <xs:annotation>
          <xs:documentation>Jondaryan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320056931">
        <xs:annotation>
          <xs:documentation>Millmerran</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320056933">
        <xs:annotation>
          <xs:documentation>Pittsworth</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320056935">
        <xs:annotation>
          <xs:documentation>Rosalie</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320016937">
        <xs:annotation>
          <xs:documentation>Toowoomba Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320016941">
        <xs:annotation>
          <xs:documentation>Toowoomba North-East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320016943">
        <xs:annotation>
          <xs:documentation>Toowoomba North-West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320016945">
        <xs:annotation>
          <xs:documentation>Toowoomba South-East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320016946">
        <xs:annotation>
          <xs:documentation>Toowoomba West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320016947">
        <xs:annotation>
          <xs:documentation>Westbrook</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106950">
        <xs:annotation>
          <xs:documentation>Torres (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106963">
        <xs:annotation>
          <xs:documentation>Torres Strait Island (R) - Badu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106965">
        <xs:annotation>
          <xs:documentation>Torres Strait Island (R) - Boigu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106968">
        <xs:annotation>
          <xs:documentation>Torres Strait Island (R) - Dauan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106972">
        <xs:annotation>
          <xs:documentation>Torres Strait Island (R) - Erub</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106974">
        <xs:annotation>
          <xs:documentation>Torres Strait Island (R) - Hammond</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106976">
        <xs:annotation>
          <xs:documentation>Torres Strait Island (R) - Iama</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106978">
        <xs:annotation>
          <xs:documentation>Torres Strait Island (R) - Kubin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106982">
        <xs:annotation>
          <xs:documentation>Torres Strait Island (R) - Mabuiag</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106984">
        <xs:annotation>
          <xs:documentation>Torres Strait Island (R) - Mer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106986">
        <xs:annotation>
          <xs:documentation>Torres Strait Island (R) - Poruma</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106992">
        <xs:annotation>
          <xs:documentation>Torres Strait Island (R) - Saibai</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106993">
        <xs:annotation>
          <xs:documentation>Torres Strait Island (R) - St Pauls</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106995">
        <xs:annotation>
          <xs:documentation>Torres Strait Island (R) - Ugar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106996">
        <xs:annotation>
          <xs:documentation>Torres Strait Island (R) - Warraber</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350106998">
        <xs:annotation>
          <xs:documentation>Torres Strait Island (R) - Yorke</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057001">
        <xs:annotation>
          <xs:documentation>Aitkenvale</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057003">
        <xs:annotation>
          <xs:documentation>City</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345107005">
        <xs:annotation>
          <xs:documentation>Condon-Rasmussen-Bohle Basin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057007">
        <xs:annotation>
          <xs:documentation>Cranbrook</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057012">
        <xs:annotation>
          <xs:documentation>Currajong</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057014">
        <xs:annotation>
          <xs:documentation>Douglas</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057015">
        <xs:annotation>
          <xs:documentation>Garbutt</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057018">
        <xs:annotation>
          <xs:documentation>Gulliver</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057023">
        <xs:annotation>
          <xs:documentation>Heatley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057026">
        <xs:annotation>
          <xs:documentation>Hermit Park</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057027">
        <xs:annotation>
          <xs:documentation>Hyde Park-Mysterton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345107028">
        <xs:annotation>
          <xs:documentation>Kelso</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345107030">
        <xs:annotation>
          <xs:documentation>Kirwan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057031">
        <xs:annotation>
          <xs:documentation>Magnetic Island</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057033">
        <xs:annotation>
          <xs:documentation>Mt Louisa-Mt St John-Bohle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057034">
        <xs:annotation>
          <xs:documentation>Mundingburra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057038">
        <xs:annotation>
          <xs:documentation>Murray</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057041">
        <xs:annotation>
          <xs:documentation>North Ward-Castle Hill</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345157043">
        <xs:annotation>
          <xs:documentation>Northern Beaches-Pinnacles</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057044">
        <xs:annotation>
          <xs:documentation>Oonoonba-Idalia-Cluden</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057047">
        <xs:annotation>
          <xs:documentation>Pallarenda-Shelley Beach</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057051">
        <xs:annotation>
          <xs:documentation>Pimlico</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057054">
        <xs:annotation>
          <xs:documentation>Railway Estate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057058">
        <xs:annotation>
          <xs:documentation>Rosslea</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057062">
        <xs:annotation>
          <xs:documentation>Rowes Bay-Belgian Gardens</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057065">
        <xs:annotation>
          <xs:documentation>South Townsville</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057068">
        <xs:annotation>
          <xs:documentation>Stuart-Roseneath</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057071">
        <xs:annotation>
          <xs:documentation>Vincent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057074">
        <xs:annotation>
          <xs:documentation>West End</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345157076">
        <xs:annotation>
          <xs:documentation>Woodstock-Cleveland-Ross</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="345057078">
        <xs:annotation>
          <xs:documentation>Wulguru</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350107300">
        <xs:annotation>
          <xs:documentation>Weipa (T)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320057312">
        <xs:annotation>
          <xs:documentation>Western Downs (R) - Chinchilla</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320057313">
        <xs:annotation>
          <xs:documentation>Western Downs (R) - Dalby</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320057315">
        <xs:annotation>
          <xs:documentation>Western Downs (R) - Murilla-Wandoan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320057316">
        <xs:annotation>
          <xs:documentation>Western Downs (R) - Tara</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="320057318">
        <xs:annotation>
          <xs:documentation>Western Downs (R) - Wambo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="340107342">
        <xs:annotation>
          <xs:documentation>Whitsunday (R) - Bowen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="340107345">
        <xs:annotation>
          <xs:documentation>Whitsunday (R) - Whitsunday</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="335057400">
        <xs:annotation>
          <xs:documentation>Winton (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="330157550">
        <xs:annotation>
          <xs:documentation>Woorabinda (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350107570">
        <xs:annotation>
          <xs:documentation>Wujal Wujal (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="350107600">
        <xs:annotation>
          <xs:documentation>Yarrabah (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="385019779">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (Qld)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405150070">
        <xs:annotation>
          <xs:documentation>Adelaide (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405150121">
        <xs:annotation>
          <xs:documentation>Adelaide Hills (DC) - Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="410150125">
        <xs:annotation>
          <xs:documentation>Adelaide Hills (DC) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405150124">
        <xs:annotation>
          <xs:documentation>Adelaide Hills (DC) - Ranges</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="410150128">
        <xs:annotation>
          <xs:documentation>Adelaide Hills (DC) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="410200221">
        <xs:annotation>
          <xs:documentation>Alexandrina (DC) - Coastal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="410200224">
        <xs:annotation>
          <xs:documentation>Alexandrina (DC) - Strathalbyn</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435250250">
        <xs:annotation>
          <xs:documentation>Anangu Pitjantjatjara (AC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="410050311">
        <xs:annotation>
          <xs:documentation>Barossa (DC) - Angaston</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="410050314">
        <xs:annotation>
          <xs:documentation>Barossa (DC) - Barossa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="410050315">
        <xs:annotation>
          <xs:documentation>Barossa (DC) - Tanunda</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="415050430">
        <xs:annotation>
          <xs:documentation>Barunga West (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="420050521">
        <xs:annotation>
          <xs:documentation>Berri and Barmera (DC) - Barmera</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="420050524">
        <xs:annotation>
          <xs:documentation>Berri and Barmera (DC) - Berri</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405150701">
        <xs:annotation>
          <xs:documentation>Burnside (C) - North-East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405150704">
        <xs:annotation>
          <xs:documentation>Burnside (C) - South-West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405150911">
        <xs:annotation>
          <xs:documentation>Campbelltown (C) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405150914">
        <xs:annotation>
          <xs:documentation>Campbelltown (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="430101010">
        <xs:annotation>
          <xs:documentation>Ceduna (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405101061">
        <xs:annotation>
          <xs:documentation>Charles Sturt (C) - Coastal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405101064">
        <xs:annotation>
          <xs:documentation>Charles Sturt (C) - Inner East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405101065">
        <xs:annotation>
          <xs:documentation>Charles Sturt (C) - Inner West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405101068">
        <xs:annotation>
          <xs:documentation>Charles Sturt (C) - North-East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="415101140">
        <xs:annotation>
          <xs:documentation>Clare and Gilbert Valleys (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="430051190">
        <xs:annotation>
          <xs:documentation>Cleve (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435251330">
        <xs:annotation>
          <xs:documentation>Coober Pedy (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="415051560">
        <xs:annotation>
          <xs:documentation>Copper Coast (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="430051750">
        <xs:annotation>
          <xs:documentation>Elliston (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435201830">
        <xs:annotation>
          <xs:documentation>Flinders Ranges (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="430051960">
        <xs:annotation>
          <xs:documentation>Franklin Harbour (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405052030">
        <xs:annotation>
          <xs:documentation>Gawler (T)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="415102110">
        <xs:annotation>
          <xs:documentation>Goyder (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="425102250">
        <xs:annotation>
          <xs:documentation>Grant (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405202601">
        <xs:annotation>
          <xs:documentation>Holdfast Bay (C) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405202604">
        <xs:annotation>
          <xs:documentation>Holdfast Bay (C) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="410102750">
        <xs:annotation>
          <xs:documentation>Kangaroo Island (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="420103080">
        <xs:annotation>
          <xs:documentation>Karoonda East Murray (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="430053220">
        <xs:annotation>
          <xs:documentation>Kimba (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="425053360">
        <xs:annotation>
          <xs:documentation>Kingston (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="410053650">
        <xs:annotation>
          <xs:documentation>Light (RegC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="430053710">
        <xs:annotation>
          <xs:documentation>Lower Eyre Peninsula (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="420053791">
        <xs:annotation>
          <xs:documentation>Loxton Waikerie (DC) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="420053794">
        <xs:annotation>
          <xs:documentation>Loxton Waikerie (DC) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="410053920">
        <xs:annotation>
          <xs:documentation>Mallala (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435254000">
        <xs:annotation>
          <xs:documentation>Maralinga Tjarutja (AC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405204061">
        <xs:annotation>
          <xs:documentation>Marion (C) - Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405204064">
        <xs:annotation>
          <xs:documentation>Marion (C) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405204065">
        <xs:annotation>
          <xs:documentation>Marion (C) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="420054210">
        <xs:annotation>
          <xs:documentation>Mid Murray (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405204341">
        <xs:annotation>
          <xs:documentation>Mitcham (C) - Hills</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405204344">
        <xs:annotation>
          <xs:documentation>Mitcham (C) - North-East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405204345">
        <xs:annotation>
          <xs:documentation>Mitcham (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="410154551">
        <xs:annotation>
          <xs:documentation>Mount Barker (DC) - Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="410154554">
        <xs:annotation>
          <xs:documentation>Mount Barker (DC) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="425104620">
        <xs:annotation>
          <xs:documentation>Mount Gambier (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435204830">
        <xs:annotation>
          <xs:documentation>Mount Remarkable (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="420105040">
        <xs:annotation>
          <xs:documentation>Murray Bridge (RC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="425055090">
        <xs:annotation>
          <xs:documentation>Naracoorte and Lucindale (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435155120">
        <xs:annotation>
          <xs:documentation>Northern Areas (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405155291">
        <xs:annotation>
          <xs:documentation>Norw. P'ham St Ptrs (C) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405155294">
        <xs:annotation>
          <xs:documentation>Norw. P'ham St Ptrs (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405205341">
        <xs:annotation>
          <xs:documentation>Onkaparinga (C) - Hackham</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405205342">
        <xs:annotation>
          <xs:documentation>Onkaparinga (C) - Hills</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405205343">
        <xs:annotation>
          <xs:documentation>Onkaparinga (C) - Morphett</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405205344">
        <xs:annotation>
          <xs:documentation>Onkaparinga (C) - North Coast</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405205345">
        <xs:annotation>
          <xs:documentation>Onkaparinga (C) - Reservoir</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405205346">
        <xs:annotation>
          <xs:documentation>Onkaparinga (C) - South Coast</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405205347">
        <xs:annotation>
          <xs:documentation>Onkaparinga (C) - Woodcroft</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435155400">
        <xs:annotation>
          <xs:documentation>Orroroo/Carrieton (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435155540">
        <xs:annotation>
          <xs:documentation>Peterborough (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405055681">
        <xs:annotation>
          <xs:documentation>Playford (C) - East Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405055683">
        <xs:annotation>
          <xs:documentation>Playford (C) - Elizabeth</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405055684">
        <xs:annotation>
          <xs:documentation>Playford (C) - Hills</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405055686">
        <xs:annotation>
          <xs:documentation>Playford (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405055688">
        <xs:annotation>
          <xs:documentation>Playford (C) - West Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405105895">
        <xs:annotation>
          <xs:documentation>Port Adel. Enfield (C) - Coast</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405055891">
        <xs:annotation>
          <xs:documentation>Port Adel. Enfield (C) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405055894">
        <xs:annotation>
          <xs:documentation>Port Adel. Enfield (C) - Inner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405105896">
        <xs:annotation>
          <xs:documentation>Port Adel. Enfield (C) - Park</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405105897">
        <xs:annotation>
          <xs:documentation>Port Adel. Enfield (C) - Port</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435206090">
        <xs:annotation>
          <xs:documentation>Port Augusta (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="430056300">
        <xs:annotation>
          <xs:documentation>Port Lincoln (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435156451">
        <xs:annotation>
          <xs:documentation>Port Pirie C Dists (M) - City</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435156454">
        <xs:annotation>
          <xs:documentation>Port Pirie C Dists (M) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405156510">
        <xs:annotation>
          <xs:documentation>Prospect (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="420056671">
        <xs:annotation>
          <xs:documentation>Renmark Paringa (DC) - Paringa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="420056674">
        <xs:annotation>
          <xs:documentation>Renmark Paringa (DC) - Renmark</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="425056860">
        <xs:annotation>
          <xs:documentation>Robe (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435256970">
        <xs:annotation>
          <xs:documentation>Roxby Downs (M)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405057141">
        <xs:annotation>
          <xs:documentation>Salisbury (C) - Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405057143">
        <xs:annotation>
          <xs:documentation>Salisbury (C) - Inner North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405057144">
        <xs:annotation>
          <xs:documentation>Salisbury (C) - North-East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405057146">
        <xs:annotation>
          <xs:documentation>Salisbury (C) - South-East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405057148">
        <xs:annotation>
          <xs:documentation>Salisbury (C) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="420107290">
        <xs:annotation>
          <xs:documentation>Southern Mallee (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="430107490">
        <xs:annotation>
          <xs:documentation>Streaky Bay (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="425057630">
        <xs:annotation>
          <xs:documentation>Tatiara (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405057701">
        <xs:annotation>
          <xs:documentation>Tea Tree Gully (C) - Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405057704">
        <xs:annotation>
          <xs:documentation>Tea Tree Gully (C) - Hills</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405057705">
        <xs:annotation>
          <xs:documentation>Tea Tree Gully (C) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405057708">
        <xs:annotation>
          <xs:documentation>Tea Tree Gully (C) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="420107800">
        <xs:annotation>
          <xs:documentation>The Coorong (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="430057910">
        <xs:annotation>
          <xs:documentation>Tumby Bay (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405157981">
        <xs:annotation>
          <xs:documentation>Unley (C) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405157984">
        <xs:annotation>
          <xs:documentation>Unley (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="410208050">
        <xs:annotation>
          <xs:documentation>Victor Harbor (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="415108130">
        <xs:annotation>
          <xs:documentation>Wakefield (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405158260">
        <xs:annotation>
          <xs:documentation>Walkerville (M)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="425108341">
        <xs:annotation>
          <xs:documentation>Wattle Range (DC) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="425108344">
        <xs:annotation>
          <xs:documentation>Wattle Range (DC) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405108411">
        <xs:annotation>
          <xs:documentation>West Torrens (C) - East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405108414">
        <xs:annotation>
          <xs:documentation>West Torrens (C) - West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435058540">
        <xs:annotation>
          <xs:documentation>Whyalla (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="430058640">
        <xs:annotation>
          <xs:documentation>Wudinna (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="410208750">
        <xs:annotation>
          <xs:documentation>Yankalilla (DC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="415058831">
        <xs:annotation>
          <xs:documentation>Yorke Peninsula (DC) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="415058834">
        <xs:annotation>
          <xs:documentation>Yorke Peninsula (DC) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="485019779">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (SA)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435259589">
        <xs:annotation>
          <xs:documentation>Unincorp. Far North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435209529">
        <xs:annotation>
          <xs:documentation>Unincorp. Flinders Ranges</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="430059179">
        <xs:annotation>
          <xs:documentation>Unincorp. Lincoln</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="420109109">
        <xs:annotation>
          <xs:documentation>Unincorp. Murray Mallee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435159459">
        <xs:annotation>
          <xs:documentation>Unincorp. Pirie</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="420059039">
        <xs:annotation>
          <xs:documentation>Unincorp. Riverland</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="430109249">
        <xs:annotation>
          <xs:documentation>Unincorp. West Coast</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405108899">
        <xs:annotation>
          <xs:documentation>Unincorp. Western</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435059389">
        <xs:annotation>
          <xs:documentation>Unincorp. Whyalla</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="415058969">
        <xs:annotation>
          <xs:documentation>Unincorp. Yorke</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="515100081">
        <xs:annotation>
          <xs:documentation>Albany (C) - Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="515100084">
        <xs:annotation>
          <xs:documentation>Albany (C) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505250210">
        <xs:annotation>
          <xs:documentation>Armadale (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="540100250">
        <xs:annotation>
          <xs:documentation>Ashburton (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510150280">
        <xs:annotation>
          <xs:documentation>Augusta-Margaret River (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505100350">
        <xs:annotation>
          <xs:documentation>Bassendean (T)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505100420">
        <xs:annotation>
          <xs:documentation>Bayswater (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505250490">
        <xs:annotation>
          <xs:documentation>Belmont (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525100560">
        <xs:annotation>
          <xs:documentation>Beverley (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510100630">
        <xs:annotation>
          <xs:documentation>Boddington (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510200770">
        <xs:annotation>
          <xs:documentation>Boyup Brook (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510200840">
        <xs:annotation>
          <xs:documentation>Bridgetown-Greenbushes (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="520050910">
        <xs:annotation>
          <xs:documentation>Brookton (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="545100980">
        <xs:annotation>
          <xs:documentation>Broome (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="515051080">
        <xs:annotation>
          <xs:documentation>Broomehill-Tambellup (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525151120">
        <xs:annotation>
          <xs:documentation>Bruce Rock (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510031190">
        <xs:annotation>
          <xs:documentation>Bunbury (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510151260">
        <xs:annotation>
          <xs:documentation>Busselton (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505051310">
        <xs:annotation>
          <xs:documentation>Cambridge (T)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505251330">
        <xs:annotation>
          <xs:documentation>Canning (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510031401">
        <xs:annotation>
          <xs:documentation>Capel (S) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510101404">
        <xs:annotation>
          <xs:documentation>Capel (S) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535151470">
        <xs:annotation>
          <xs:documentation>Carnamah (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535051540">
        <xs:annotation>
          <xs:documentation>Carnarvon (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535151610">
        <xs:annotation>
          <xs:documentation>Chapman Valley (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525051680">
        <xs:annotation>
          <xs:documentation>Chittering (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505051750">
        <xs:annotation>
          <xs:documentation>Claremont (T)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505201820">
        <xs:annotation>
          <xs:documentation>Cockburn (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510101890">
        <xs:annotation>
          <xs:documentation>Collie (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="530051960">
        <xs:annotation>
          <xs:documentation>Coolgardie (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535152030">
        <xs:annotation>
          <xs:documentation>Coorow (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="520102100">
        <xs:annotation>
          <xs:documentation>Corrigin (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505052170">
        <xs:annotation>
          <xs:documentation>Cottesloe (T)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="515102240">
        <xs:annotation>
          <xs:documentation>Cranbrook (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="520052310">
        <xs:annotation>
          <xs:documentation>Cuballing (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535102380">
        <xs:annotation>
          <xs:documentation>Cue (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525102450">
        <xs:annotation>
          <xs:documentation>Cunderdin (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525102520">
        <xs:annotation>
          <xs:documentation>Dalwallinu (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525052590">
        <xs:annotation>
          <xs:documentation>Dandaragan (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510032661">
        <xs:annotation>
          <xs:documentation>Dardanup (S) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510102664">
        <xs:annotation>
          <xs:documentation>Dardanup (S) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="515102730">
        <xs:annotation>
          <xs:documentation>Denmark (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="545102800">
        <xs:annotation>
          <xs:documentation>Derby-West Kimberley (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510102870">
        <xs:annotation>
          <xs:documentation>Donnybrook-Balingup (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525102940">
        <xs:annotation>
          <xs:documentation>Dowerin (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="520053010">
        <xs:annotation>
          <xs:documentation>Dumbleyung (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="530103080">
        <xs:annotation>
          <xs:documentation>Dundas (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505203150">
        <xs:annotation>
          <xs:documentation>East Fremantle (T)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="540053220">
        <xs:annotation>
          <xs:documentation>East Pilbara (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="530103290">
        <xs:annotation>
          <xs:documentation>Esperance (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535053360">
        <xs:annotation>
          <xs:documentation>Exmouth (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505203431">
        <xs:annotation>
          <xs:documentation>Fremantle (C) - Inner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505203432">
        <xs:annotation>
          <xs:documentation>Fremantle (C) - Remainder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535033522">
        <xs:annotation>
          <xs:documentation>Geraldton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535033524">
        <xs:annotation>
          <xs:documentation>Greenough - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535153526">
        <xs:annotation>
          <xs:documentation>Greenough - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525053570">
        <xs:annotation>
          <xs:documentation>Gingin (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="515053640">
        <xs:annotation>
          <xs:documentation>Gnowangerup (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525103710">
        <xs:annotation>
          <xs:documentation>Goomalling (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505253780">
        <xs:annotation>
          <xs:documentation>Gosnells (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="545053920">
        <xs:annotation>
          <xs:documentation>Halls Creek (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510033991">
        <xs:annotation>
          <xs:documentation>Harvey (S) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510103994">
        <xs:annotation>
          <xs:documentation>Harvey (S) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535154060">
        <xs:annotation>
          <xs:documentation>Irwin (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="515054130">
        <xs:annotation>
          <xs:documentation>Jerramungup (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505154171">
        <xs:annotation>
          <xs:documentation>Joondalup (C) - North</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505154174">
        <xs:annotation>
          <xs:documentation>Joondalup (C) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505104200">
        <xs:annotation>
          <xs:documentation>Kalamunda (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="530014281">
        <xs:annotation>
          <xs:documentation>Kalgoorlie/Boulder (C) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="530054284">
        <xs:annotation>
          <xs:documentation>Kalgoorlie/Boulder (C) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="515054340">
        <xs:annotation>
          <xs:documentation>Katanning (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525154410">
        <xs:annotation>
          <xs:documentation>Kellerberrin (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="515054480">
        <xs:annotation>
          <xs:documentation>Kent (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="515054550">
        <xs:annotation>
          <xs:documentation>Kojonup (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="520104620">
        <xs:annotation>
          <xs:documentation>Kondinin (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525104690">
        <xs:annotation>
          <xs:documentation>Koorda (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="520104760">
        <xs:annotation>
          <xs:documentation>Kulin (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505204830">
        <xs:annotation>
          <xs:documentation>Kwinana (T)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="520104900">
        <xs:annotation>
          <xs:documentation>Lake Grace (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="530054970">
        <xs:annotation>
          <xs:documentation>Laverton (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="530055040">
        <xs:annotation>
          <xs:documentation>Leonora (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510015110">
        <xs:annotation>
          <xs:documentation>Mandurah (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510205180">
        <xs:annotation>
          <xs:documentation>Manjimup (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535105250">
        <xs:annotation>
          <xs:documentation>Meekatharra (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505205320">
        <xs:annotation>
          <xs:documentation>Melville (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="530055390">
        <xs:annotation>
          <xs:documentation>Menzies (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525155460">
        <xs:annotation>
          <xs:documentation>Merredin (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535155530">
        <xs:annotation>
          <xs:documentation>Mingenew (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525055600">
        <xs:annotation>
          <xs:documentation>Moora (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535155670">
        <xs:annotation>
          <xs:documentation>Morawa (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505055740">
        <xs:annotation>
          <xs:documentation>Mosman Park (T)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535105810">
        <xs:annotation>
          <xs:documentation>Mount Magnet (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525155880">
        <xs:annotation>
          <xs:documentation>Mount Marshall (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525155950">
        <xs:annotation>
          <xs:documentation>Mukinbudin (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535156020">
        <xs:annotation>
          <xs:documentation>Mullewa (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505106090">
        <xs:annotation>
          <xs:documentation>Mundaring (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535106160">
        <xs:annotation>
          <xs:documentation>Murchison (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510016230">
        <xs:annotation>
          <xs:documentation>Murray (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510206300">
        <xs:annotation>
          <xs:documentation>Nannup (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525156370">
        <xs:annotation>
          <xs:documentation>Narembeen (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="520056450">
        <xs:annotation>
          <xs:documentation>Narrogin (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="520056520">
        <xs:annotation>
          <xs:documentation>Narrogin (T)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505056580">
        <xs:annotation>
          <xs:documentation>Nedlands (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="530056620">
        <xs:annotation>
          <xs:documentation>Ngaanyatjarraku (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525106732">
        <xs:annotation>
          <xs:documentation>Northam</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525106735">
        <xs:annotation>
          <xs:documentation>Northam Town</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535156790">
        <xs:annotation>
          <xs:documentation>Northampton (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525156860">
        <xs:annotation>
          <xs:documentation>Nungarin (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505056930">
        <xs:annotation>
          <xs:documentation>Peppermint Grove (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535157000">
        <xs:annotation>
          <xs:documentation>Perenjori (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505057081">
        <xs:annotation>
          <xs:documentation>Perth (C) - Inner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505057082">
        <xs:annotation>
          <xs:documentation>Perth (C) - Remainder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="520057140">
        <xs:annotation>
          <xs:documentation>Pingelly (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="515107210">
        <xs:annotation>
          <xs:documentation>Plantagenet (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="540057280">
        <xs:annotation>
          <xs:documentation>Port Hedland (T)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525107350">
        <xs:annotation>
          <xs:documentation>Quairading (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="530107420">
        <xs:annotation>
          <xs:documentation>Ravensthorpe (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505207490">
        <xs:annotation>
          <xs:documentation>Rockingham (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="540107560">
        <xs:annotation>
          <xs:documentation>Roebourne (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535107630">
        <xs:annotation>
          <xs:documentation>Sandstone (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505257700">
        <xs:annotation>
          <xs:documentation>Serpentine-Jarrahdale (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535057770">
        <xs:annotation>
          <xs:documentation>Shark Bay (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505257840">
        <xs:annotation>
          <xs:documentation>South Perth (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505157914">
        <xs:annotation>
          <xs:documentation>Stirling (C) - Central</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505157915">
        <xs:annotation>
          <xs:documentation>Stirling (C) - Coastal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505157916">
        <xs:annotation>
          <xs:documentation>Stirling (C) - South-Eastern</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505057980">
        <xs:annotation>
          <xs:documentation>Subiaco (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505108050">
        <xs:annotation>
          <xs:documentation>Swan (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525108190">
        <xs:annotation>
          <xs:documentation>Tammin (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535158260">
        <xs:annotation>
          <xs:documentation>Three Springs (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525108330">
        <xs:annotation>
          <xs:documentation>Toodyay (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525158400">
        <xs:annotation>
          <xs:documentation>Trayning (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535058470">
        <xs:annotation>
          <xs:documentation>Upper Gascoyne (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505258510">
        <xs:annotation>
          <xs:documentation>Victoria Park (T)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525058540">
        <xs:annotation>
          <xs:documentation>Victoria Plains (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505058570">
        <xs:annotation>
          <xs:documentation>Vincent (T)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="520058610">
        <xs:annotation>
          <xs:documentation>Wagin (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="520058680">
        <xs:annotation>
          <xs:documentation>Wandering (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505158761">
        <xs:annotation>
          <xs:documentation>Wanneroo (C) - North-East</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505158764">
        <xs:annotation>
          <xs:documentation>Wanneroo (C) - North-West</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="505158767">
        <xs:annotation>
          <xs:documentation>Wanneroo (C) - South</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="510108820">
        <xs:annotation>
          <xs:documentation>Waroona (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="520058890">
        <xs:annotation>
          <xs:documentation>West Arthur (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525159030">
        <xs:annotation>
          <xs:documentation>Westonia (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="520059100">
        <xs:annotation>
          <xs:documentation>Wickepin (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="520059170">
        <xs:annotation>
          <xs:documentation>Williams (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535109250">
        <xs:annotation>
          <xs:documentation>Wiluna (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525109310">
        <xs:annotation>
          <xs:documentation>Wongan-Ballidu (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="515059320">
        <xs:annotation>
          <xs:documentation>Woodanilling (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525109330">
        <xs:annotation>
          <xs:documentation>Wyalkatchem (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="545059340">
        <xs:annotation>
          <xs:documentation>Wyndham-East Kimberley (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="535109350">
        <xs:annotation>
          <xs:documentation>Yalgoo (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525159360">
        <xs:annotation>
          <xs:documentation>Yilgarn (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="525109370">
        <xs:annotation>
          <xs:documentation>York (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="585019779">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (WA)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615150210">
        <xs:annotation>
          <xs:documentation>Break O'Day (M)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="605050410">
        <xs:annotation>
          <xs:documentation>Brighton (M)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="620050611">
        <xs:annotation>
          <xs:documentation>Burnie (C) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="620100612">
        <xs:annotation>
          <xs:documentation>Burnie (C) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="620050811">
        <xs:annotation>
          <xs:documentation>Central Coast (M) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="620100812">
        <xs:annotation>
          <xs:documentation>Central Coast (M) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="610051010">
        <xs:annotation>
          <xs:documentation>Central Highlands (M)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="620101210">
        <xs:annotation>
          <xs:documentation>Circular Head (M)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="605051410">
        <xs:annotation>
          <xs:documentation>Clarence (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="605051511">
        <xs:annotation>
          <xs:documentation>Derwent Valley (M) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="610051512">
        <xs:annotation>
          <xs:documentation>Derwent Valley (M) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="620051610">
        <xs:annotation>
          <xs:documentation>Devonport (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615151810">
        <xs:annotation>
          <xs:documentation>Dorset (M)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615152010">
        <xs:annotation>
          <xs:documentation>Flinders (M)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615052211">
        <xs:annotation>
          <xs:documentation>George Town (M) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615102212">
        <xs:annotation>
          <xs:documentation>George Town (M) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="610052410">
        <xs:annotation>
          <xs:documentation>Glamorgan/Spring Bay (M)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="605052610">
        <xs:annotation>
          <xs:documentation>Glenorchy (C)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="605052811">
        <xs:annotation>
          <xs:documentation>Hobart (C) - Inner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="605052812">
        <xs:annotation>
          <xs:documentation>Hobart (C) - Remainder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="610053010">
        <xs:annotation>
          <xs:documentation>Huon Valley (M)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="620103210">
        <xs:annotation>
          <xs:documentation>Kentish (M)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="620103410">
        <xs:annotation>
          <xs:documentation>King Island (M)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="605053611">
        <xs:annotation>
          <xs:documentation>Kingborough (M) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="610053612">
        <xs:annotation>
          <xs:documentation>Kingborough (M) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="620053811">
        <xs:annotation>
          <xs:documentation>Latrobe (M) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="620103812">
        <xs:annotation>
          <xs:documentation>Latrobe (M) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615054011">
        <xs:annotation>
          <xs:documentation>Launceston (C) - Inner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615054012">
        <xs:annotation>
          <xs:documentation>Launceston (C) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615104013">
        <xs:annotation>
          <xs:documentation>Launceston (C) - Pt C</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615054211">
        <xs:annotation>
          <xs:documentation>Meander Valley (M) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615104212">
        <xs:annotation>
          <xs:documentation>Meander Valley (M) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615054611">
        <xs:annotation>
          <xs:documentation>Northern Midlands (M) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615104612">
        <xs:annotation>
          <xs:documentation>Northern Midlands (M) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="605054811">
        <xs:annotation>
          <xs:documentation>Sorell (M) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="610054812">
        <xs:annotation>
          <xs:documentation>Sorell (M) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="610055010">
        <xs:annotation>
          <xs:documentation>Southern Midlands (M)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="610055210">
        <xs:annotation>
          <xs:documentation>Tasman (M)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="620055411">
        <xs:annotation>
          <xs:documentation>Waratah/Wynyard (M) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="620105412">
        <xs:annotation>
          <xs:documentation>Waratah/Wynyard (M) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="620155610">
        <xs:annotation>
          <xs:documentation>West Coast (M)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615055811">
        <xs:annotation>
          <xs:documentation>West Tamar (M) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="615105812">
        <xs:annotation>
          <xs:documentation>West Tamar (M) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="685019779">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (Tas.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710400201">
        <xs:annotation>
          <xs:documentation>Alice Springs (T) - Charles</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710400203">
        <xs:annotation>
          <xs:documentation>Alice Springs (T) - Heavitree</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710400205">
        <xs:annotation>
          <xs:documentation>Alice Springs (T) - Larapinta</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710400207">
        <xs:annotation>
          <xs:documentation>Alice Springs (T) - Ross</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710400208">
        <xs:annotation>
          <xs:documentation>Alice Springs (T) - Stuart</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710350422">
        <xs:annotation>
          <xs:documentation>Barkly (S) - Tennant Creek</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710350425">
        <xs:annotation>
          <xs:documentation>Barkly (S) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710050540">
        <xs:annotation>
          <xs:documentation>Belyuen (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710400620">
        <xs:annotation>
          <xs:documentation>Central Desert (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710050700">
        <xs:annotation>
          <xs:documentation>Coomalie (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051004">
        <xs:annotation>
          <xs:documentation>Alawa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051008">
        <xs:annotation>
          <xs:documentation>Anula</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051011">
        <xs:annotation>
          <xs:documentation>Bayview-Woolner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051014">
        <xs:annotation>
          <xs:documentation>Brinkin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051018">
        <xs:annotation>
          <xs:documentation>City - Inner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051138">
        <xs:annotation>
          <xs:documentation>City - Remainder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051024">
        <xs:annotation>
          <xs:documentation>Coconut Grove</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051028">
        <xs:annotation>
          <xs:documentation>Fannie Bay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051034">
        <xs:annotation>
          <xs:documentation>Jingili</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051038">
        <xs:annotation>
          <xs:documentation>Karama</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051044">
        <xs:annotation>
          <xs:documentation>Larrakeyah</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051048">
        <xs:annotation>
          <xs:documentation>Leanyer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051052">
        <xs:annotation>
          <xs:documentation>Lee Point-Leanyer Swamp</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051054">
        <xs:annotation>
          <xs:documentation>Ludmilla</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051058">
        <xs:annotation>
          <xs:documentation>Malak</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051064">
        <xs:annotation>
          <xs:documentation>Marrara</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051068">
        <xs:annotation>
          <xs:documentation>Millner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051074">
        <xs:annotation>
          <xs:documentation>Moil</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051078">
        <xs:annotation>
          <xs:documentation>Nakara</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051084">
        <xs:annotation>
          <xs:documentation>Narrows</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051088">
        <xs:annotation>
          <xs:documentation>Nightcliff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051094">
        <xs:annotation>
          <xs:documentation>Parap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051098">
        <xs:annotation>
          <xs:documentation>Rapid Creek</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051104">
        <xs:annotation>
          <xs:documentation>Stuart Park</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051108">
        <xs:annotation>
          <xs:documentation>The Gardens</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051114">
        <xs:annotation>
          <xs:documentation>Tiwi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051118">
        <xs:annotation>
          <xs:documentation>Wagaman</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051124">
        <xs:annotation>
          <xs:documentation>Wanguri</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051128">
        <xs:annotation>
          <xs:documentation>Winnellie</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051134">
        <xs:annotation>
          <xs:documentation>Wulagi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710251300">
        <xs:annotation>
          <xs:documentation>East Arnhem (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710302200">
        <xs:annotation>
          <xs:documentation>Katherine (T)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705202304">
        <xs:annotation>
          <xs:documentation>Litchfield (M) - Pt A</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705202308">
        <xs:annotation>
          <xs:documentation>Litchfield (M) - Pt B</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710402330">
        <xs:annotation>
          <xs:documentation>MacDonnell (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705102802">
        <xs:annotation>
          <xs:documentation>Bakewell</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705102804">
        <xs:annotation>
          <xs:documentation>Driver</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705102806">
        <xs:annotation>
          <xs:documentation>Durack</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705102808">
        <xs:annotation>
          <xs:documentation>Gray</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705102811">
        <xs:annotation>
          <xs:documentation>Gunn-Palmerston City</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705102814">
        <xs:annotation>
          <xs:documentation>Moulden</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705102824">
        <xs:annotation>
          <xs:documentation>Palmerston (C) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705102818">
        <xs:annotation>
          <xs:documentation>Woodroffe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710303600">
        <xs:annotation>
          <xs:documentation>Roper Gulf (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710104050">
        <xs:annotation>
          <xs:documentation>Tiwi Islands (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710304505">
        <xs:annotation>
          <xs:documentation>Victoria-Daly (S) - Wadeye and OS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710304508">
        <xs:annotation>
          <xs:documentation>Victoria-Daly (S) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710054560">
        <xs:annotation>
          <xs:documentation>Wagait (S)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710154663">
        <xs:annotation>
          <xs:documentation>West Arnhem (S) - Jabiru</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710154666">
        <xs:annotation>
          <xs:documentation>West Arnhem (S) Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710250419">
        <xs:annotation>
          <xs:documentation>Alyangula</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705051026">
        <xs:annotation>
          <xs:documentation>Darwin Waterfront</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="705101169">
        <xs:annotation>
          <xs:documentation>East Arm</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710051509">
        <xs:annotation>
          <xs:documentation>Finniss-Mary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="785019779">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (NT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710252409">
        <xs:annotation>
          <xs:documentation>Nhulunbuy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="710406059">
        <xs:annotation>
          <xs:documentation>Yulara</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805050089">
        <xs:annotation>
          <xs:documentation>Acton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805050189">
        <xs:annotation>
          <xs:documentation>Ainslie</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805400239">
        <xs:annotation>
          <xs:documentation>Amaroo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805100279">
        <xs:annotation>
          <xs:documentation>Aranda</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805250339">
        <xs:annotation>
          <xs:documentation>Banks</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805350369">
        <xs:annotation>
          <xs:documentation>Barton</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805100549">
        <xs:annotation>
          <xs:documentation>Belconnen - SSD Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805100459">
        <xs:annotation>
          <xs:documentation>Belconnen Town Centre</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805400589">
        <xs:annotation>
          <xs:documentation>Bonner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805250609">
        <xs:annotation>
          <xs:documentation>Bonython</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805050639">
        <xs:annotation>
          <xs:documentation>Braddon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805100729">
        <xs:annotation>
          <xs:documentation>Bruce</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805250819">
        <xs:annotation>
          <xs:documentation>Calwell</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805050909">
        <xs:annotation>
          <xs:documentation>Campbell</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805400939">
        <xs:annotation>
          <xs:documentation>Casey</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805201089">
        <xs:annotation>
          <xs:documentation>Chapman</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805101179">
        <xs:annotation>
          <xs:documentation>Charnwood</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805151269">
        <xs:annotation>
          <xs:documentation>Chifley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805251359">
        <xs:annotation>
          <xs:documentation>Chisholm</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805051449">
        <xs:annotation>
          <xs:documentation>City</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805251549">
        <xs:annotation>
          <xs:documentation>Conder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805101629">
        <xs:annotation>
          <xs:documentation>Cook</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805401649">
        <xs:annotation>
          <xs:documentation>Crace</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805151719">
        <xs:annotation>
          <xs:documentation>Curtin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805351809">
        <xs:annotation>
          <xs:documentation>Deakin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805051889">
        <xs:annotation>
          <xs:documentation>Dickson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805051989">
        <xs:annotation>
          <xs:documentation>Downer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805202079">
        <xs:annotation>
          <xs:documentation>Duffy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805102139">
        <xs:annotation>
          <xs:documentation>Dunlop</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805052169">
        <xs:annotation>
          <xs:documentation>Duntroon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805102259">
        <xs:annotation>
          <xs:documentation>Evatt</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805252349">
        <xs:annotation>
          <xs:documentation>Fadden</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805152439">
        <xs:annotation>
          <xs:documentation>Farrer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805202529">
        <xs:annotation>
          <xs:documentation>Fisher</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805102619">
        <xs:annotation>
          <xs:documentation>Florey</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805102709">
        <xs:annotation>
          <xs:documentation>Flynn</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805402779">
        <xs:annotation>
          <xs:documentation>Forde</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805352789">
        <xs:annotation>
          <xs:documentation>Forrest</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805402849">
        <xs:annotation>
          <xs:documentation>Franklin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805102889">
        <xs:annotation>
          <xs:documentation>Fraser</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805352979">
        <xs:annotation>
          <xs:documentation>Fyshwick</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805153069">
        <xs:annotation>
          <xs:documentation>Garran</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805253159">
        <xs:annotation>
          <xs:documentation>Gilmore</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805103249">
        <xs:annotation>
          <xs:documentation>Giralang</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805253289">
        <xs:annotation>
          <xs:documentation>Gordon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805253339">
        <xs:annotation>
          <xs:documentation>Gowrie</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805253379">
        <xs:annotation>
          <xs:documentation>Greenway</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805353429">
        <xs:annotation>
          <xs:documentation>Griffith</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805403519">
        <xs:annotation>
          <xs:documentation>Gungahlin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805403529">
        <xs:annotation>
          <xs:documentation>Gungahlin-Hall - SSD Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805053609">
        <xs:annotation>
          <xs:documentation>Hackett</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805403689">
        <xs:annotation>
          <xs:documentation>Hall</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805353789">
        <xs:annotation>
          <xs:documentation>Harman</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805403819">
        <xs:annotation>
          <xs:documentation>Harrison</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805103879">
        <xs:annotation>
          <xs:documentation>Hawker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805103969">
        <xs:annotation>
          <xs:documentation>Higgins</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805204059">
        <xs:annotation>
          <xs:documentation>Holder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805104149">
        <xs:annotation>
          <xs:documentation>Holt</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805154239">
        <xs:annotation>
          <xs:documentation>Hughes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805354329">
        <xs:annotation>
          <xs:documentation>Hume</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805154419">
        <xs:annotation>
          <xs:documentation>Isaacs</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805254509">
        <xs:annotation>
          <xs:documentation>Isabella Plains</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805354589">
        <xs:annotation>
          <xs:documentation>Jerrabomberra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805104779">
        <xs:annotation>
          <xs:documentation>Kaleen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805254869">
        <xs:annotation>
          <xs:documentation>Kambah</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805354959">
        <xs:annotation>
          <xs:documentation>Kingston</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805055049">
        <xs:annotation>
          <xs:documentation>Kowen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805105139">
        <xs:annotation>
          <xs:documentation>Latham</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805055229">
        <xs:annotation>
          <xs:documentation>Lyneham</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805155319">
        <xs:annotation>
          <xs:documentation>Lyons</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805255489">
        <xs:annotation>
          <xs:documentation>Macarthur</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805105589">
        <xs:annotation>
          <xs:documentation>Macgregor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805105679">
        <xs:annotation>
          <xs:documentation>Macquarie</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805055769">
        <xs:annotation>
          <xs:documentation>Majura</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805155859">
        <xs:annotation>
          <xs:documentation>Mawson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805105409">
        <xs:annotation>
          <xs:documentation>McKellar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805105949">
        <xs:annotation>
          <xs:documentation>Melba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="885019779">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (ACT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805406039">
        <xs:annotation>
          <xs:documentation>Mitchell</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805256129">
        <xs:annotation>
          <xs:documentation>Monash</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805356219">
        <xs:annotation>
          <xs:documentation>Narrabundah</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805406249">
        <xs:annotation>
          <xs:documentation>Ngunnawal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805406279">
        <xs:annotation>
          <xs:documentation>Nicholls</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805356309">
        <xs:annotation>
          <xs:documentation>Oaks Estate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805056389">
        <xs:annotation>
          <xs:documentation>O'Connor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805156489">
        <xs:annotation>
          <xs:documentation>O'Malley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805256579">
        <xs:annotation>
          <xs:documentation>Oxley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805106669">
        <xs:annotation>
          <xs:documentation>Page</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805406719">
        <xs:annotation>
          <xs:documentation>Palmerston</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805356759">
        <xs:annotation>
          <xs:documentation>Parkes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805156849">
        <xs:annotation>
          <xs:documentation>Pearce</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805156939">
        <xs:annotation>
          <xs:documentation>Phillip</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805357029">
        <xs:annotation>
          <xs:documentation>Pialligo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805357119">
        <xs:annotation>
          <xs:documentation>Red Hill</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805057209">
        <xs:annotation>
          <xs:documentation>Reid</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="810059009">
        <xs:annotation>
          <xs:documentation>Remainder of ACT</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805257289">
        <xs:annotation>
          <xs:documentation>Richardson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805207389">
        <xs:annotation>
          <xs:documentation>Rivett</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805057479">
        <xs:annotation>
          <xs:documentation>Russell</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805107569">
        <xs:annotation>
          <xs:documentation>Scullin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805107659">
        <xs:annotation>
          <xs:documentation>Spence</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805207749">
        <xs:annotation>
          <xs:documentation>Stirling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805207839">
        <xs:annotation>
          <xs:documentation>Stromlo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805357929">
        <xs:annotation>
          <xs:documentation>Symonston</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805258019">
        <xs:annotation>
          <xs:documentation>Theodore</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805158109">
        <xs:annotation>
          <xs:documentation>Torrens</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805258189">
        <xs:annotation>
          <xs:documentation>Tuggeranong - SSD Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805058289">
        <xs:annotation>
          <xs:documentation>Turner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805258379">
        <xs:annotation>
          <xs:documentation>Wanniassa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805208469">
        <xs:annotation>
          <xs:documentation>Waramanga</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805058559">
        <xs:annotation>
          <xs:documentation>Watson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805108649">
        <xs:annotation>
          <xs:documentation>Weetangera</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805208739">
        <xs:annotation>
          <xs:documentation>Weston</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805208829">
        <xs:annotation>
          <xs:documentation>Weston Creek-Stromlo - SSD Bal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805358919">
        <xs:annotation>
          <xs:documentation>Yarralumla</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="910051009">
        <xs:annotation>
          <xs:documentation>Jervis Bay Territory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="985019779">
        <xs:annotation>
          <xs:documentation>Migratory - Offshore - Shipping (OT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="910052009">
        <xs:annotation>
          <xs:documentation>Territory of Christmas Island</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="910053009">
        <xs:annotation>
          <xs:documentation>Territory of Cocos (Keeling) Islands</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsSchoolCoEdStatusType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Co-Educational</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="F">
        <xs:annotation>
          <xs:documentation>Female</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M">
        <xs:annotation>
          <xs:documentation>Male</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsNameUsageTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="AKA">
        <xs:annotation>
          <xs:documentation>Also known as or alias</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BTH">
        <xs:annotation>
          <xs:documentation>Name at Birth</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LGL">
        <xs:annotation>
          <xs:documentation>Legal Name of the client as defined by the organisation which collects it (legal not defined in this standard)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MDN">
        <xs:annotation>
          <xs:documentation>Maiden Name</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NEW">
        <xs:annotation>
          <xs:documentation>New born identification name</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OTH">
        <xs:annotation>
          <xs:documentation>Non specific name usage type</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PRF">
        <xs:annotation>
          <xs:documentation>Preferred name</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PRV">
        <xs:annotation>
          <xs:documentation>Previous name</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="STG">
        <xs:annotation>
          <xs:documentation>Stage name</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TRB">
        <xs:annotation>
          <xs:documentation>Tribal Name</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsBirthdateVerificationType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1004">
        <xs:annotation>
          <xs:documentation>Birth certificate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1006">
        <xs:annotation>
          <xs:documentation>Hospital certificate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1008">
        <xs:annotation>
          <xs:documentation>Passport</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1009">
        <xs:annotation>
          <xs:documentation>Physician's certificate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1010">
        <xs:annotation>
          <xs:documentation>Previously verified school records</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1011">
        <xs:annotation>
          <xs:documentation>State-issued ID</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1012">
        <xs:annotation>
          <xs:documentation>Driver's license</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1013">
        <xs:annotation>
          <xs:documentation>Immigration document/visa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3423">
        <xs:annotation>
          <xs:documentation>Other official document</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3424">
        <xs:annotation>
          <xs:documentation>Other non-official document</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="N">
        <xs:annotation>
          <xs:documentation>Birthdate NOT Verified</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Y">
        <xs:annotation>
          <xs:documentation>Documentation Sighted, type not recorded</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsAustralianCitizenshipStatusType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Australian Citizen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>New Zealand Citizen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>Permanent Resident</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>Temporary Entry Permit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation>Other Overseas</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8">
        <xs:annotation>
          <xs:documentation>Permanent Humanitarian Visa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="X">
        <xs:annotation>
          <xs:documentation>Not Provided</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsEnglishProficiencyType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0">
        <xs:annotation>
          <xs:documentation>Not Stated/Inadequately described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Very well</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Well</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>Not well</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>Not at all</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9">
        <xs:annotation>
          <xs:documentation>Not Applicable - English is 'first language spoken' and do not 'speak a language other than English at home'.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsAustralianStandardClassificationOfLanguagesASCLType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1101">
        <xs:annotation>
          <xs:documentation>Gaelic (Scotland)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1102">
        <xs:annotation>
          <xs:documentation>Irish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1103">
        <xs:annotation>
          <xs:documentation>Welsh</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1199">
        <xs:annotation>
          <xs:documentation>Celtic, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1201">
        <xs:annotation>
          <xs:documentation>English</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1301">
        <xs:annotation>
          <xs:documentation>German</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1302">
        <xs:annotation>
          <xs:documentation>Letzeburgish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1303">
        <xs:annotation>
          <xs:documentation>Yiddish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1401">
        <xs:annotation>
          <xs:documentation>Dutch</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1402">
        <xs:annotation>
          <xs:documentation>Frisian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1403">
        <xs:annotation>
          <xs:documentation>Afrikaans</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1501">
        <xs:annotation>
          <xs:documentation>Danish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1502">
        <xs:annotation>
          <xs:documentation>Icelandic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1503">
        <xs:annotation>
          <xs:documentation>Norwegian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1504">
        <xs:annotation>
          <xs:documentation>Swedish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1599">
        <xs:annotation>
          <xs:documentation>Scandinavian, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1601">
        <xs:annotation>
          <xs:documentation>Estonian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1602">
        <xs:annotation>
          <xs:documentation>Finnish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1699">
        <xs:annotation>
          <xs:documentation>Finnish and Related Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2101">
        <xs:annotation>
          <xs:documentation>French</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2201">
        <xs:annotation>
          <xs:documentation>Greek</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2301">
        <xs:annotation>
          <xs:documentation>Catalan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2302">
        <xs:annotation>
          <xs:documentation>Portuguese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2303">
        <xs:annotation>
          <xs:documentation>Spanish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2399">
        <xs:annotation>
          <xs:documentation>Iberian Romance, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2401">
        <xs:annotation>
          <xs:documentation>Italian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2501">
        <xs:annotation>
          <xs:documentation>Maltese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2901">
        <xs:annotation>
          <xs:documentation>Basque</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2902">
        <xs:annotation>
          <xs:documentation>Latin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2999">
        <xs:annotation>
          <xs:documentation>Other Southern European Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3101">
        <xs:annotation>
          <xs:documentation>Latvian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3102">
        <xs:annotation>
          <xs:documentation>Lithuanian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3301">
        <xs:annotation>
          <xs:documentation>Hungarian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3401">
        <xs:annotation>
          <xs:documentation>Belorussian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3402">
        <xs:annotation>
          <xs:documentation>Russian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3403">
        <xs:annotation>
          <xs:documentation>Ukrainian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3501">
        <xs:annotation>
          <xs:documentation>Bosnian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3502">
        <xs:annotation>
          <xs:documentation>Bulgarian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3503">
        <xs:annotation>
          <xs:documentation>Croatian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3504">
        <xs:annotation>
          <xs:documentation>Macedonian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3505">
        <xs:annotation>
          <xs:documentation>Serbian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3506">
        <xs:annotation>
          <xs:documentation>Slovene</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3507">
        <xs:annotation>
          <xs:documentation>Serbo-Croatian/Yugoslavian, so described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3601">
        <xs:annotation>
          <xs:documentation>Czech</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3602">
        <xs:annotation>
          <xs:documentation>Polish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3603">
        <xs:annotation>
          <xs:documentation>Slovak</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3604">
        <xs:annotation>
          <xs:documentation>Czechoslovakian, so described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3901">
        <xs:annotation>
          <xs:documentation>Albanian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3903">
        <xs:annotation>
          <xs:documentation>Aromunian (Macedo-Romanian)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3904">
        <xs:annotation>
          <xs:documentation>Romanian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3905">
        <xs:annotation>
          <xs:documentation>Romany</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3999">
        <xs:annotation>
          <xs:documentation>Other Eastern European Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4101">
        <xs:annotation>
          <xs:documentation>Kurdish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4102">
        <xs:annotation>
          <xs:documentation>Pashto</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4104">
        <xs:annotation>
          <xs:documentation>Balochi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4105">
        <xs:annotation>
          <xs:documentation>Dari</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4106">
        <xs:annotation>
          <xs:documentation>Persian (excluding Dari)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4107">
        <xs:annotation>
          <xs:documentation>Hazaraghi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4199">
        <xs:annotation>
          <xs:documentation>Iranic, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4202">
        <xs:annotation>
          <xs:documentation>Arabic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4204">
        <xs:annotation>
          <xs:documentation>Hebrew</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4206">
        <xs:annotation>
          <xs:documentation>Assyrian Neo-Aramaic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4207">
        <xs:annotation>
          <xs:documentation>Chaldean Neo-Aramaic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4208">
        <xs:annotation>
          <xs:documentation>Mandaean (Mandaic)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4299">
        <xs:annotation>
          <xs:documentation>Middle Eastern Semitic Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4301">
        <xs:annotation>
          <xs:documentation>Turkish</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4302">
        <xs:annotation>
          <xs:documentation>Azeri</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4303">
        <xs:annotation>
          <xs:documentation>Tatar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4304">
        <xs:annotation>
          <xs:documentation>Turkmen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4305">
        <xs:annotation>
          <xs:documentation>Uygur</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4306">
        <xs:annotation>
          <xs:documentation>Uzbek</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4399">
        <xs:annotation>
          <xs:documentation>Turkic, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4901">
        <xs:annotation>
          <xs:documentation>Armenian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4902">
        <xs:annotation>
          <xs:documentation>Georgian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4999">
        <xs:annotation>
          <xs:documentation>Other Southwest and Central Asian Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5101">
        <xs:annotation>
          <xs:documentation>Kannada</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5102">
        <xs:annotation>
          <xs:documentation>Malayalam</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5103">
        <xs:annotation>
          <xs:documentation>Tamil</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5104">
        <xs:annotation>
          <xs:documentation>Telugu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5105">
        <xs:annotation>
          <xs:documentation>Tulu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5199">
        <xs:annotation>
          <xs:documentation>Dravidian, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5201">
        <xs:annotation>
          <xs:documentation>Bengali</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5202">
        <xs:annotation>
          <xs:documentation>Gujarati</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5203">
        <xs:annotation>
          <xs:documentation>Hindi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5204">
        <xs:annotation>
          <xs:documentation>Konkani</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5205">
        <xs:annotation>
          <xs:documentation>Marathi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5206">
        <xs:annotation>
          <xs:documentation>Nepali</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5207">
        <xs:annotation>
          <xs:documentation>Punjabi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5208">
        <xs:annotation>
          <xs:documentation>Sindhi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5211">
        <xs:annotation>
          <xs:documentation>Sinhalese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5212">
        <xs:annotation>
          <xs:documentation>Urdu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5213">
        <xs:annotation>
          <xs:documentation>Assamese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5214">
        <xs:annotation>
          <xs:documentation>Dhivehi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5215">
        <xs:annotation>
          <xs:documentation>Kashmiri</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5216">
        <xs:annotation>
          <xs:documentation>Oriya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5217">
        <xs:annotation>
          <xs:documentation>Fijian Hindustani</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5299">
        <xs:annotation>
          <xs:documentation>Indo-Aryan, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5999">
        <xs:annotation>
          <xs:documentation>Other Southern Asian Languages</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6101">
        <xs:annotation>
          <xs:documentation>Burmese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6102">
        <xs:annotation>
          <xs:documentation>Chin Haka</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6103">
        <xs:annotation>
          <xs:documentation>Karen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6104">
        <xs:annotation>
          <xs:documentation>Rohingya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6105">
        <xs:annotation>
          <xs:documentation>Zomi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6199">
        <xs:annotation>
          <xs:documentation>Burmese and Related Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6201">
        <xs:annotation>
          <xs:documentation>Hmong</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6299">
        <xs:annotation>
          <xs:documentation>Hmong-Mien, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6301">
        <xs:annotation>
          <xs:documentation>Khmer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6302">
        <xs:annotation>
          <xs:documentation>Vietnamese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6303">
        <xs:annotation>
          <xs:documentation>Mon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6399">
        <xs:annotation>
          <xs:documentation>Mon-Khmer, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6401">
        <xs:annotation>
          <xs:documentation>Lao</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6402">
        <xs:annotation>
          <xs:documentation>Thai</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6499">
        <xs:annotation>
          <xs:documentation>Tai, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6501">
        <xs:annotation>
          <xs:documentation>Bisaya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6502">
        <xs:annotation>
          <xs:documentation>Cebuano</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6503">
        <xs:annotation>
          <xs:documentation>IIokano</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6504">
        <xs:annotation>
          <xs:documentation>Indonesian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6505">
        <xs:annotation>
          <xs:documentation>Malay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6507">
        <xs:annotation>
          <xs:documentation>Tetum</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6508">
        <xs:annotation>
          <xs:documentation>Timorese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6511">
        <xs:annotation>
          <xs:documentation>Tagalog</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6512">
        <xs:annotation>
          <xs:documentation>Filipino</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6513">
        <xs:annotation>
          <xs:documentation>Acehnese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6514">
        <xs:annotation>
          <xs:documentation>Balinese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6515">
        <xs:annotation>
          <xs:documentation>Bikol</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6516">
        <xs:annotation>
          <xs:documentation>Iban</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6517">
        <xs:annotation>
          <xs:documentation>Ilonggo (Hiligaynon)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6518">
        <xs:annotation>
          <xs:documentation>Javanese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6521">
        <xs:annotation>
          <xs:documentation>Pampangan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6599">
        <xs:annotation>
          <xs:documentation>Southeast Asian Austronesian Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6999">
        <xs:annotation>
          <xs:documentation>Other Southeast Asian Languages</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7101">
        <xs:annotation>
          <xs:documentation>Cantonese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7102">
        <xs:annotation>
          <xs:documentation>Hakka</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7104">
        <xs:annotation>
          <xs:documentation>Mandarin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7106">
        <xs:annotation>
          <xs:documentation>Wu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7107">
        <xs:annotation>
          <xs:documentation>Min Nan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7199">
        <xs:annotation>
          <xs:documentation>Chinese, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7201">
        <xs:annotation>
          <xs:documentation>Japanese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7301">
        <xs:annotation>
          <xs:documentation>Korean</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7901">
        <xs:annotation>
          <xs:documentation>Tibetan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7902">
        <xs:annotation>
          <xs:documentation>Mongolian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7999">
        <xs:annotation>
          <xs:documentation>Other Eastern Asian Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8101">
        <xs:annotation>
          <xs:documentation>Anindilyakwa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8111">
        <xs:annotation>
          <xs:documentation>Maung</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8113">
        <xs:annotation>
          <xs:documentation>Ngan'gikurunggurr</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8114">
        <xs:annotation>
          <xs:documentation>Nunggubuyu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8115">
        <xs:annotation>
          <xs:documentation>Rembarrnga</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8117">
        <xs:annotation>
          <xs:documentation>Tiwi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8121">
        <xs:annotation>
          <xs:documentation>Alawa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8122">
        <xs:annotation>
          <xs:documentation>Dalabon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8123">
        <xs:annotation>
          <xs:documentation>Gudanji</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8127">
        <xs:annotation>
          <xs:documentation>Iwaidja</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8128">
        <xs:annotation>
          <xs:documentation>Jaminjung</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8131">
        <xs:annotation>
          <xs:documentation>Jawoyn</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8132">
        <xs:annotation>
          <xs:documentation>Jingulu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8133">
        <xs:annotation>
          <xs:documentation>Kunbarlang</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8136">
        <xs:annotation>
          <xs:documentation>Larrakiya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8137">
        <xs:annotation>
          <xs:documentation>Malak Malak</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8138">
        <xs:annotation>
          <xs:documentation>Mangarrayi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8141">
        <xs:annotation>
          <xs:documentation>Maringarr</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8142">
        <xs:annotation>
          <xs:documentation>Marra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8143">
        <xs:annotation>
          <xs:documentation>Marrithiyel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8144">
        <xs:annotation>
          <xs:documentation>Matngala</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8146">
        <xs:annotation>
          <xs:documentation>Murrinh Patha</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8147">
        <xs:annotation>
          <xs:documentation>Na-kara</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8148">
        <xs:annotation>
          <xs:documentation>Ndjebbana (Gunavidji)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8151">
        <xs:annotation>
          <xs:documentation>Ngalakgan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8152">
        <xs:annotation>
          <xs:documentation>Ngaliwurru</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8153">
        <xs:annotation>
          <xs:documentation>Nungali</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8154">
        <xs:annotation>
          <xs:documentation>Wambaya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8155">
        <xs:annotation>
          <xs:documentation>Wardaman</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8156">
        <xs:annotation>
          <xs:documentation>Amurdak</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8157">
        <xs:annotation>
          <xs:documentation>Garrwa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8158">
        <xs:annotation>
          <xs:documentation>Kuwema</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8161">
        <xs:annotation>
          <xs:documentation>Marramaninyshi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8162">
        <xs:annotation>
          <xs:documentation>Ngandi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8163">
        <xs:annotation>
          <xs:documentation>Waanyi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8164">
        <xs:annotation>
          <xs:documentation>Wagiman</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8165">
        <xs:annotation>
          <xs:documentation>Yanyuwa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8166">
        <xs:annotation>
          <xs:documentation>Marridan (Maridan)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8171">
        <xs:annotation>
          <xs:documentation>Gundjeihmi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8172">
        <xs:annotation>
          <xs:documentation>Kune</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8173">
        <xs:annotation>
          <xs:documentation>Kuninjku</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8174">
        <xs:annotation>
          <xs:documentation>Kunwinjku</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8175">
        <xs:annotation>
          <xs:documentation>Mayali</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8179">
        <xs:annotation>
          <xs:documentation>Kunwinjkuan, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8181">
        <xs:annotation>
          <xs:documentation>Burarra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8182">
        <xs:annotation>
          <xs:documentation>Gun-nartpa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8183">
        <xs:annotation>
          <xs:documentation>Gurr-goni</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8189">
        <xs:annotation>
          <xs:documentation>Burarran, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8199">
        <xs:annotation>
          <xs:documentation>Arnhem Land and Daly River Region Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8211">
        <xs:annotation>
          <xs:documentation>Galpu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8212">
        <xs:annotation>
          <xs:documentation>Golumala</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8213">
        <xs:annotation>
          <xs:documentation>Wangurri</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8219">
        <xs:annotation>
          <xs:documentation>Dhangu, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8221">
        <xs:annotation>
          <xs:documentation>Dhalwangu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8222">
        <xs:annotation>
          <xs:documentation>Djarrwark</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8229">
        <xs:annotation>
          <xs:documentation>Dhay'yi, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8231">
        <xs:annotation>
          <xs:documentation>Djambarrpuyngu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8232">
        <xs:annotation>
          <xs:documentation>Djapu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8233">
        <xs:annotation>
          <xs:documentation>Daatiwuy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8234">
        <xs:annotation>
          <xs:documentation>Marrangu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8235">
        <xs:annotation>
          <xs:documentation>Liyagalawumirr</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8236">
        <xs:annotation>
          <xs:documentation>Liyagawumirr</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8239">
        <xs:annotation>
          <xs:documentation>Dhuwal, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8242">
        <xs:annotation>
          <xs:documentation>Gumatj</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8243">
        <xs:annotation>
          <xs:documentation>Gupapuyngu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8244">
        <xs:annotation>
          <xs:documentation>Guyamirrilili</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8246">
        <xs:annotation>
          <xs:documentation>Manggalili</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8247">
        <xs:annotation>
          <xs:documentation>Wubulkarra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8249">
        <xs:annotation>
          <xs:documentation>Dhuwala, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8251">
        <xs:annotation>
          <xs:documentation>Wurlaki</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8259">
        <xs:annotation>
          <xs:documentation>Djinang, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8261">
        <xs:annotation>
          <xs:documentation>Ganalbingu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8262">
        <xs:annotation>
          <xs:documentation>Djinba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8263">
        <xs:annotation>
          <xs:documentation>Manyjalpingu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8269">
        <xs:annotation>
          <xs:documentation>Djinba, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8271">
        <xs:annotation>
          <xs:documentation>Ritharrngu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8272">
        <xs:annotation>
          <xs:documentation>Wagilak</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8279">
        <xs:annotation>
          <xs:documentation>Yakuy, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8281">
        <xs:annotation>
          <xs:documentation>Nhangu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8282">
        <xs:annotation>
          <xs:documentation>Yan-nhangu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8289">
        <xs:annotation>
          <xs:documentation>Nhangu, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8291">
        <xs:annotation>
          <xs:documentation>Dhuwaya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8292">
        <xs:annotation>
          <xs:documentation>Djangu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8293">
        <xs:annotation>
          <xs:documentation>Madarrpa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8294">
        <xs:annotation>
          <xs:documentation>Warramiri</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8295">
        <xs:annotation>
          <xs:documentation>Rirratjingu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8299">
        <xs:annotation>
          <xs:documentation>Other Yolngu Matha, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8301">
        <xs:annotation>
          <xs:documentation>Kuku Yalanji</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8302">
        <xs:annotation>
          <xs:documentation>Guugu Yimidhirr</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8303">
        <xs:annotation>
          <xs:documentation>Kuuku-Ya'u</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8304">
        <xs:annotation>
          <xs:documentation>Wik Mungkan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8305">
        <xs:annotation>
          <xs:documentation>Djabugay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8306">
        <xs:annotation>
          <xs:documentation>Dyirbal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8307">
        <xs:annotation>
          <xs:documentation>Girramay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8308">
        <xs:annotation>
          <xs:documentation>Koko-Bera</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8311">
        <xs:annotation>
          <xs:documentation>Kuuk Thayorre</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8312">
        <xs:annotation>
          <xs:documentation>Lamalama</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8313">
        <xs:annotation>
          <xs:documentation>Yidiny</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8314">
        <xs:annotation>
          <xs:documentation>Wik Ngathan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8315">
        <xs:annotation>
          <xs:documentation>Alngith</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8316">
        <xs:annotation>
          <xs:documentation>Kugu Muminh</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8317">
        <xs:annotation>
          <xs:documentation>Morrobalama</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8318">
        <xs:annotation>
          <xs:documentation>Thaynakwith</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8321">
        <xs:annotation>
          <xs:documentation>Yupangathi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8322">
        <xs:annotation>
          <xs:documentation>Tjungundji</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8399">
        <xs:annotation>
          <xs:documentation>Cape York Peninsula Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8401">
        <xs:annotation>
          <xs:documentation>Kalaw Kawaw Ya/Kalaw Lagaw Ya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8402">
        <xs:annotation>
          <xs:documentation>Meriam Mir</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8403">
        <xs:annotation>
          <xs:documentation>Yumplatok (Torres Strait Creole)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8504">
        <xs:annotation>
          <xs:documentation>Bilinarra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8505">
        <xs:annotation>
          <xs:documentation>Gurindji</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8506">
        <xs:annotation>
          <xs:documentation>Gurindji Kriol</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8507">
        <xs:annotation>
          <xs:documentation>Jaru</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8508">
        <xs:annotation>
          <xs:documentation>Light Warlpiri</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8511">
        <xs:annotation>
          <xs:documentation>Malngin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8512">
        <xs:annotation>
          <xs:documentation>Mudburra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8514">
        <xs:annotation>
          <xs:documentation>Ngardi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8515">
        <xs:annotation>
          <xs:documentation>Ngarinyman</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8516">
        <xs:annotation>
          <xs:documentation>Walmajarri</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8517">
        <xs:annotation>
          <xs:documentation>Wanyjirra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8518">
        <xs:annotation>
          <xs:documentation>Warlmanpa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8521">
        <xs:annotation>
          <xs:documentation>Warlpiri</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8522">
        <xs:annotation>
          <xs:documentation>Warumungu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8599">
        <xs:annotation>
          <xs:documentation>Northern Desert Fringe Area Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8603">
        <xs:annotation>
          <xs:documentation>Alyawarr</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8606">
        <xs:annotation>
          <xs:documentation>Kaytetye</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8607">
        <xs:annotation>
          <xs:documentation>Antekerrepenh</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8611">
        <xs:annotation>
          <xs:documentation>Central Anmatyerr</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8612">
        <xs:annotation>
          <xs:documentation>Eastern Anmatyerr</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8619">
        <xs:annotation>
          <xs:documentation>Anmatyerr, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8621">
        <xs:annotation>
          <xs:documentation>Eastern Arrernte</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8622">
        <xs:annotation>
          <xs:documentation>Western Arrarnta</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8629">
        <xs:annotation>
          <xs:documentation>Arrernte, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8699">
        <xs:annotation>
          <xs:documentation>Arandic, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8703">
        <xs:annotation>
          <xs:documentation>Antikarinya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8704">
        <xs:annotation>
          <xs:documentation>Kartujarra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8705">
        <xs:annotation>
          <xs:documentation>Kukatha</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8706">
        <xs:annotation>
          <xs:documentation>Kukatja</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8707">
        <xs:annotation>
          <xs:documentation>Luritja</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8708">
        <xs:annotation>
          <xs:documentation>Manyjilyjarra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8711">
        <xs:annotation>
          <xs:documentation>Martu Wangka</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8712">
        <xs:annotation>
          <xs:documentation>Ngaanyatjarra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8713">
        <xs:annotation>
          <xs:documentation>Pintupi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8714">
        <xs:annotation>
          <xs:documentation>Pitjantjatjara</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8715">
        <xs:annotation>
          <xs:documentation>Wangkajunga</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8716">
        <xs:annotation>
          <xs:documentation>Wangkatha</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8717">
        <xs:annotation>
          <xs:documentation>Warnman</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8718">
        <xs:annotation>
          <xs:documentation>Yankunytjatjara</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8721">
        <xs:annotation>
          <xs:documentation>Yulparija</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8722">
        <xs:annotation>
          <xs:documentation>Tjupany</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8799">
        <xs:annotation>
          <xs:documentation>Western Desert Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8801">
        <xs:annotation>
          <xs:documentation>Bardi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8802">
        <xs:annotation>
          <xs:documentation>Bunuba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8803">
        <xs:annotation>
          <xs:documentation>Gooniyandi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8804">
        <xs:annotation>
          <xs:documentation>Miriwoong</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8805">
        <xs:annotation>
          <xs:documentation>Ngarinyin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8806">
        <xs:annotation>
          <xs:documentation>Nyikina</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8807">
        <xs:annotation>
          <xs:documentation>Worla</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8808">
        <xs:annotation>
          <xs:documentation>Worrorra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8811">
        <xs:annotation>
          <xs:documentation>Wunambal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8812">
        <xs:annotation>
          <xs:documentation>Yawuru</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8813">
        <xs:annotation>
          <xs:documentation>Gambera</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8814">
        <xs:annotation>
          <xs:documentation>Jawi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8815">
        <xs:annotation>
          <xs:documentation>Kija</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8899">
        <xs:annotation>
          <xs:documentation>Kimberley Area Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8901">
        <xs:annotation>
          <xs:documentation>Adnymathanha</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8902">
        <xs:annotation>
          <xs:documentation>Arabana</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8903">
        <xs:annotation>
          <xs:documentation>Bandjalang</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8904">
        <xs:annotation>
          <xs:documentation>Banyjima</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8905">
        <xs:annotation>
          <xs:documentation>Batjala</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8906">
        <xs:annotation>
          <xs:documentation>Bidjara</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8907">
        <xs:annotation>
          <xs:documentation>Dhanggatti</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8908">
        <xs:annotation>
          <xs:documentation>Diyari</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8911">
        <xs:annotation>
          <xs:documentation>Gamilaraay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8913">
        <xs:annotation>
          <xs:documentation>Garuwali</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8914">
        <xs:annotation>
          <xs:documentation>Githabul</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8915">
        <xs:annotation>
          <xs:documentation>Gumbaynggir</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8916">
        <xs:annotation>
          <xs:documentation>Kanai</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8917">
        <xs:annotation>
          <xs:documentation>Karajarri</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8918">
        <xs:annotation>
          <xs:documentation>Kariyarra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8921">
        <xs:annotation>
          <xs:documentation>Kaurna</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8922">
        <xs:annotation>
          <xs:documentation>Kayardild</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8924">
        <xs:annotation>
          <xs:documentation>Kriol</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8925">
        <xs:annotation>
          <xs:documentation>Lardil</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8926">
        <xs:annotation>
          <xs:documentation>Mangala</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8927">
        <xs:annotation>
          <xs:documentation>Muruwari</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8928">
        <xs:annotation>
          <xs:documentation>Narungga</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8931">
        <xs:annotation>
          <xs:documentation>Ngarluma</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8932">
        <xs:annotation>
          <xs:documentation>Ngarrindjeri</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8933">
        <xs:annotation>
          <xs:documentation>Nyamal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8934">
        <xs:annotation>
          <xs:documentation>Nyangumarta</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8935">
        <xs:annotation>
          <xs:documentation>Nyungar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8936">
        <xs:annotation>
          <xs:documentation>Paakantyi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8937">
        <xs:annotation>
          <xs:documentation>Palyku/Nyiyaparli</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8938">
        <xs:annotation>
          <xs:documentation>Wajarri</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8941">
        <xs:annotation>
          <xs:documentation>Wiradjuri</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8943">
        <xs:annotation>
          <xs:documentation>Yindjibarndi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8944">
        <xs:annotation>
          <xs:documentation>Yinhawangka</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8945">
        <xs:annotation>
          <xs:documentation>Yorta Yorta</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8946">
        <xs:annotation>
          <xs:documentation>Baanbay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8947">
        <xs:annotation>
          <xs:documentation>Badimaya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8948">
        <xs:annotation>
          <xs:documentation>Barababaraba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8951">
        <xs:annotation>
          <xs:documentation>Dadi Dadi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8952">
        <xs:annotation>
          <xs:documentation>Dharawal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8953">
        <xs:annotation>
          <xs:documentation>Djabwurrung</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8954">
        <xs:annotation>
          <xs:documentation>Gudjal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8955">
        <xs:annotation>
          <xs:documentation>Keerray-Woorroong</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8956">
        <xs:annotation>
          <xs:documentation>Ladji Ladji</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8957">
        <xs:annotation>
          <xs:documentation>Mirning</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8958">
        <xs:annotation>
          <xs:documentation>Ngatjumaya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8961">
        <xs:annotation>
          <xs:documentation>Waluwarra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8962">
        <xs:annotation>
          <xs:documentation>Wangkangurru</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8963">
        <xs:annotation>
          <xs:documentation>Wargamay</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8964">
        <xs:annotation>
          <xs:documentation>Wergaia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8965">
        <xs:annotation>
          <xs:documentation>Yugambeh</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8998">
        <xs:annotation>
          <xs:documentation>Aboriginal English, so described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8999">
        <xs:annotation>
          <xs:documentation>Other Australian Indigenous Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9101">
        <xs:annotation>
          <xs:documentation>American Languages</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9201">
        <xs:annotation>
          <xs:documentation>Acholi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9203">
        <xs:annotation>
          <xs:documentation>Akan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9205">
        <xs:annotation>
          <xs:documentation>Mauritian Creole</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9206">
        <xs:annotation>
          <xs:documentation>Oromo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9207">
        <xs:annotation>
          <xs:documentation>Shona</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9208">
        <xs:annotation>
          <xs:documentation>Somali</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9211">
        <xs:annotation>
          <xs:documentation>Swahili</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9212">
        <xs:annotation>
          <xs:documentation>Yoruba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9213">
        <xs:annotation>
          <xs:documentation>Zulu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9214">
        <xs:annotation>
          <xs:documentation>Amharic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9215">
        <xs:annotation>
          <xs:documentation>Bemba</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9216">
        <xs:annotation>
          <xs:documentation>Dinka</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9217">
        <xs:annotation>
          <xs:documentation>Ewe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9218">
        <xs:annotation>
          <xs:documentation>Ga</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9221">
        <xs:annotation>
          <xs:documentation>Harari</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9222">
        <xs:annotation>
          <xs:documentation>Hausa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9223">
        <xs:annotation>
          <xs:documentation>Igbo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9224">
        <xs:annotation>
          <xs:documentation>Kikuyu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9225">
        <xs:annotation>
          <xs:documentation>Krio</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9226">
        <xs:annotation>
          <xs:documentation>Luganda</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9227">
        <xs:annotation>
          <xs:documentation>Luo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9228">
        <xs:annotation>
          <xs:documentation>Ndebele</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9231">
        <xs:annotation>
          <xs:documentation>Nuer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9232">
        <xs:annotation>
          <xs:documentation>Nyanja (Chichewa)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9233">
        <xs:annotation>
          <xs:documentation>Shilluk</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9234">
        <xs:annotation>
          <xs:documentation>Tigre</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9235">
        <xs:annotation>
          <xs:documentation>Tigrinya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9236">
        <xs:annotation>
          <xs:documentation>Tswana</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9237">
        <xs:annotation>
          <xs:documentation>Xhosa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9238">
        <xs:annotation>
          <xs:documentation>Seychelles Creole</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9241">
        <xs:annotation>
          <xs:documentation>Anuak</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9242">
        <xs:annotation>
          <xs:documentation>Bari</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9243">
        <xs:annotation>
          <xs:documentation>Bassa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9244">
        <xs:annotation>
          <xs:documentation>Dan (Gio-Dan)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9245">
        <xs:annotation>
          <xs:documentation>Fulfulde</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9246">
        <xs:annotation>
          <xs:documentation>Kinyarwanda (Rwanda)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9247">
        <xs:annotation>
          <xs:documentation>Kirundi (Rundi)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9248">
        <xs:annotation>
          <xs:documentation>Kpelle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9251">
        <xs:annotation>
          <xs:documentation>Krahn</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9252">
        <xs:annotation>
          <xs:documentation>Liberian (Liberian English)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9253">
        <xs:annotation>
          <xs:documentation>Loma (Lorma)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9254">
        <xs:annotation>
          <xs:documentation>Lumun (Kuku Lumun)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9255">
        <xs:annotation>
          <xs:documentation>Madi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9256">
        <xs:annotation>
          <xs:documentation>Mandinka</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9257">
        <xs:annotation>
          <xs:documentation>Mann</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9258">
        <xs:annotation>
          <xs:documentation>Moro (Nuba Moro)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9261">
        <xs:annotation>
          <xs:documentation>Themne</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9262">
        <xs:annotation>
          <xs:documentation>Lingala</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9299">
        <xs:annotation>
          <xs:documentation>African Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9301">
        <xs:annotation>
          <xs:documentation>Fijian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9302">
        <xs:annotation>
          <xs:documentation>Gilbertese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9303">
        <xs:annotation>
          <xs:documentation>Maori (Cook Island)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9304">
        <xs:annotation>
          <xs:documentation>Maori (New Zealand)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9306">
        <xs:annotation>
          <xs:documentation>Nauruan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9307">
        <xs:annotation>
          <xs:documentation>Niue</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9308">
        <xs:annotation>
          <xs:documentation>Samoan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9311">
        <xs:annotation>
          <xs:documentation>Tongan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9312">
        <xs:annotation>
          <xs:documentation>Rotuman</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9313">
        <xs:annotation>
          <xs:documentation>Tokelauan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9314">
        <xs:annotation>
          <xs:documentation>Tuvaluan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9315">
        <xs:annotation>
          <xs:documentation>Yapese</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9399">
        <xs:annotation>
          <xs:documentation>Pacific Austronesian Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9402">
        <xs:annotation>
          <xs:documentation>Bislama</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9403">
        <xs:annotation>
          <xs:documentation>Hawaiian English</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9404">
        <xs:annotation>
          <xs:documentation>Norf'k-Pitcairn</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9405">
        <xs:annotation>
          <xs:documentation>Solomon Islands Pijin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9499">
        <xs:annotation>
          <xs:documentation>Oceanian Pidgins and Creoles, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9502">
        <xs:annotation>
          <xs:documentation>Kiwai</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9503">
        <xs:annotation>
          <xs:documentation>Motu (HiriMotu)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9504">
        <xs:annotation>
          <xs:documentation>Tok Pisin (Neomelanesian)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9599">
        <xs:annotation>
          <xs:documentation>Papua New Guinea Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9601">
        <xs:annotation>
          <xs:documentation>Invented Languages</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9701">
        <xs:annotation>
          <xs:documentation>Auslan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9702">
        <xs:annotation>
          <xs:documentation>Key Word Sign Australia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9799">
        <xs:annotation>
          <xs:documentation>Sign Languages, nec</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0000">
        <xs:annotation>
          <xs:documentation>Inadequately Described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0001">
        <xs:annotation>
          <xs:documentation>Non Verbal, so described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0002">
        <xs:annotation>
          <xs:documentation>Not Stated</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0003">
        <xs:annotation>
          <xs:documentation>Swiss, so described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0004">
        <xs:annotation>
          <xs:documentation>Cypriot, so described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0005">
        <xs:annotation>
          <xs:documentation>Creole, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0006">
        <xs:annotation>
          <xs:documentation>French Creole, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0007">
        <xs:annotation>
          <xs:documentation>Spanish Creole, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0008">
        <xs:annotation>
          <xs:documentation>Portuguese Creole, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0009">
        <xs:annotation>
          <xs:documentation>Pidgin, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1000">
        <xs:annotation>
          <xs:documentation>Northern European Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1100">
        <xs:annotation>
          <xs:documentation>Celtic, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1300">
        <xs:annotation>
          <xs:documentation>German and Related Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1400">
        <xs:annotation>
          <xs:documentation>Dutch and Related Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1500">
        <xs:annotation>
          <xs:documentation>Scandinavian, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1600">
        <xs:annotation>
          <xs:documentation>Finnish and Related Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2000">
        <xs:annotation>
          <xs:documentation>Southern European Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2300">
        <xs:annotation>
          <xs:documentation>Iberian Romance, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2900">
        <xs:annotation>
          <xs:documentation>Other Southern European Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3000">
        <xs:annotation>
          <xs:documentation>Eastern European Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3100">
        <xs:annotation>
          <xs:documentation>Baltic, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3400">
        <xs:annotation>
          <xs:documentation>East Slavic, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3500">
        <xs:annotation>
          <xs:documentation>South Slavic, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3600">
        <xs:annotation>
          <xs:documentation>West Slavic, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3900">
        <xs:annotation>
          <xs:documentation>Other Eastern European Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4000">
        <xs:annotation>
          <xs:documentation>Southwest and Central Asian Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4100">
        <xs:annotation>
          <xs:documentation>Iranic, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4200">
        <xs:annotation>
          <xs:documentation>Middle Eastern Semitic Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4300">
        <xs:annotation>
          <xs:documentation>Turkic, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4900">
        <xs:annotation>
          <xs:documentation>Other Southwest and Central Asian Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5000">
        <xs:annotation>
          <xs:documentation>Southern Asian Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5100">
        <xs:annotation>
          <xs:documentation>Dravidian, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5200">
        <xs:annotation>
          <xs:documentation>Indo-Aryan, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6000">
        <xs:annotation>
          <xs:documentation>Southeast Asian Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6100">
        <xs:annotation>
          <xs:documentation>Burmese and Related Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6200">
        <xs:annotation>
          <xs:documentation>Hmong-Mien, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6300">
        <xs:annotation>
          <xs:documentation>Mon-Khmer, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6400">
        <xs:annotation>
          <xs:documentation>Tai, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6500">
        <xs:annotation>
          <xs:documentation>Southeast Asian Austronesian Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7000">
        <xs:annotation>
          <xs:documentation>Eastern Asian Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7100">
        <xs:annotation>
          <xs:documentation>Chinese, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7900">
        <xs:annotation>
          <xs:documentation>Other Eastern Asian Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8000">
        <xs:annotation>
          <xs:documentation>Australian Indigenous Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8100">
        <xs:annotation>
          <xs:documentation>Arnhem Land and Daly River Region Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8170">
        <xs:annotation>
          <xs:documentation>Kunwinjkuan, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8180">
        <xs:annotation>
          <xs:documentation>Burarran, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8200">
        <xs:annotation>
          <xs:documentation>Yolngu Matha, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8210">
        <xs:annotation>
          <xs:documentation>Dhangu, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8220">
        <xs:annotation>
          <xs:documentation>Dhay'yi, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8230">
        <xs:annotation>
          <xs:documentation>Dhuwal, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8240">
        <xs:annotation>
          <xs:documentation>Dhuwala, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8250">
        <xs:annotation>
          <xs:documentation>Djinang, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8260">
        <xs:annotation>
          <xs:documentation>Djinba, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8270">
        <xs:annotation>
          <xs:documentation>Yakuy, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8300">
        <xs:annotation>
          <xs:documentation>Cape York Peninsula Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8400">
        <xs:annotation>
          <xs:documentation>Torres Strait Island Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8500">
        <xs:annotation>
          <xs:documentation>Northern Desert Fringe Area Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8600">
        <xs:annotation>
          <xs:documentation>Arandic, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8610">
        <xs:annotation>
          <xs:documentation>Anmatyerr, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8620">
        <xs:annotation>
          <xs:documentation>Arrernte, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8700">
        <xs:annotation>
          <xs:documentation>Western Desert Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8800">
        <xs:annotation>
          <xs:documentation>Kimberley Area Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8900">
        <xs:annotation>
          <xs:documentation>Other Australian  Indigenous Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9000">
        <xs:annotation>
          <xs:documentation>Other Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9200">
        <xs:annotation>
          <xs:documentation>African Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9300">
        <xs:annotation>
          <xs:documentation>Pacific Austronesian Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9400">
        <xs:annotation>
          <xs:documentation>Oceanic Pidgins and Creoles, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9500">
        <xs:annotation>
          <xs:documentation>Papua New Guinea Languages,  nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9700">
        <xs:annotation>
          <xs:documentation>Sign Languages, nfd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsLanguageTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Main Language Spoken at Home</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Main Language Other Than English Spoken at Home</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>First Language Spoken</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>Language Spoken at Home</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation>Language of Greatest Competency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6">
        <xs:annotation>
          <xs:documentation>Preferred Language</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsDwellingArrangementType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1669">
        <xs:annotation>
          <xs:documentation>Boarding house</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1670">
        <xs:annotation>
          <xs:documentation>Cooperative house</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1671">
        <xs:annotation>
          <xs:documentation>Crisis shelter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1672">
        <xs:annotation>
          <xs:documentation>Disaster shelter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1673">
        <xs:annotation>
          <xs:documentation>Residential school/dormitory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1674">
        <xs:annotation>
          <xs:documentation>Family residence - Both Parents/Guardians</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1675">
        <xs:annotation>
          <xs:documentation>Foster home</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1676">
        <xs:annotation>
          <xs:documentation>Institution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1677">
        <xs:annotation>
          <xs:documentation>Prison or juvenile detention center</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1678">
        <xs:annotation>
          <xs:documentation>Rooming house</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1679">
        <xs:annotation>
          <xs:documentation>Transient shelter</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="167I">
        <xs:annotation>
          <xs:documentation>Independent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="167o">
        <xs:annotation>
          <xs:documentation>Family residence - One Parent/Guardian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1680">
        <xs:annotation>
          <xs:documentation>No home (Homeless Youth)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1681">
        <xs:annotation>
          <xs:documentation>Other dormitory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="168A">
        <xs:annotation>
          <xs:documentation>Arranged by State - Out of Home Care</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3425">
        <xs:annotation>
          <xs:documentation>Group home/halfway house</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4000">
        <xs:annotation>
          <xs:documentation>Boarder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsIndigenousStatusType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Aboriginal but not Torres Strait Islander Origin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Torres Strait Islander but not Aboriginal Origin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>Both Torres Strait and Aboriginal Origin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>Neither Aboriginal or Torres Strait Origin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9">
        <xs:annotation>
          <xs:documentation>Not Stated/Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsPermanentResidentStatusType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="99">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="N">
        <xs:annotation>
          <xs:documentation>Not a Resident</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="P">
        <xs:annotation>
          <xs:documentation>Permanent Resident</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="T">
        <xs:annotation>
          <xs:documentation>Temporary Resident</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsVisaSubClassType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="10">
        <xs:annotation>
          <xs:documentation>Bridging Visa A - BVA</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="20">
        <xs:annotation>
          <xs:documentation>Bridging Visa B - BVB</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="30">
        <xs:annotation>
          <xs:documentation>Bridging Visa C - BVC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="40">
        <xs:annotation>
          <xs:documentation>Bridging Visa (Prospective Applicant) - BVD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="41">
        <xs:annotation>
          <xs:documentation>Bridging Visa (Non-Applicant) - BVD</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="51">
        <xs:annotation>
          <xs:documentation>Bridging Visa - BVE</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="186">
        <xs:annotation>
          <xs:documentation>Employer Nomination Scheme</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="187">
        <xs:annotation>
          <xs:documentation>Regional Sponsor Migration Scheme</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="188">
        <xs:annotation>
          <xs:documentation>Business Innovation and Investment (provisional)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="189">
        <xs:annotation>
          <xs:documentation>Skilled Independent visa </xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="190">
        <xs:annotation>
          <xs:documentation>Skilled Nominated</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="400">
        <xs:annotation>
          <xs:documentation>Temporary Work (short stay)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="401">
        <xs:annotation>
          <xs:documentation>Temporary Work (long stay)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="402">
        <xs:annotation>
          <xs:documentation>Training and Research</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="403">
        <xs:annotation>
          <xs:documentation>Temporary Work (International Relations)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="405">
        <xs:annotation>
          <xs:documentation>Investment Retirement</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="407">
        <xs:annotation>
          <xs:documentation>Training visa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="408">
        <xs:annotation>
          <xs:documentation>Temporary Activity visa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="410">
        <xs:annotation>
          <xs:documentation>Retirement</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="416">
        <xs:annotation>
          <xs:documentation>Special program visa for the Seasonal Worker Program</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="417">
        <xs:annotation>
          <xs:documentation>Working holiday</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="444">
        <xs:annotation>
          <xs:documentation>Special Category - New Zealand Citizen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="459">
        <xs:annotation>
          <xs:documentation>Sponsored Business Visitor (short stay) (repealed)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="461">
        <xs:annotation>
          <xs:documentation>New Zealand Citizen Family Relationship (Temporary)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="462">
        <xs:annotation>
          <xs:documentation>Work and Holiday</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="488">
        <xs:annotation>
          <xs:documentation>Superyacht Crew</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="489">
        <xs:annotation>
          <xs:documentation>Skilled Regional (provisional)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="500">
        <xs:annotation>
          <xs:documentation>Student visa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="590">
        <xs:annotation>
          <xs:documentation>Student Guardian visa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="600">
        <xs:annotation>
          <xs:documentation>Visitor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="601">
        <xs:annotation>
          <xs:documentation>Electronic Travel Authority</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="602">
        <xs:annotation>
          <xs:documentation>Medical Treatment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="651">
        <xs:annotation>
          <xs:documentation>eVisitor Visa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="675">
        <xs:annotation>
          <xs:documentation>Medical treatment - short stay (repealed)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="676">
        <xs:annotation>
          <xs:documentation>Tourist - short stay (repealed)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="679">
        <xs:annotation>
          <xs:documentation>Sponsored Family Visitor (short stay) (repealed)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="685">
        <xs:annotation>
          <xs:documentation>Medical treatment - Long Stay (repealed)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="771">
        <xs:annotation>
          <xs:documentation>Transit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="888">
        <xs:annotation>
          <xs:documentation>Business Innovation and Investment (permanent)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="942">
        <xs:annotation>
          <xs:documentation>Crew Travel Authority</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="956">
        <xs:annotation>
          <xs:documentation>Electronic Travel Authority - Business - Long (repealed)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="976">
        <xs:annotation>
          <xs:documentation>Electronic Travel Authority - Visitor (repealed)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="977">
        <xs:annotation>
          <xs:documentation>Electronic Travel Authority - Business - Short (repealed)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="988">
        <xs:annotation>
          <xs:documentation>Maritime Crew</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="42">
        <xs:annotation>
          <xs:documentation>Bridging Visa Class A (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="50">
        <xs:annotation>
          <xs:documentation>Bridging Visa (General) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="60">
        <xs:annotation>
          <xs:documentation>Bridging Visa F (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="70">
        <xs:annotation>
          <xs:documentation>Removal Pending Bridging Visa (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="100">
        <xs:annotation>
          <xs:documentation>Spouse (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="101">
        <xs:annotation>
          <xs:documentation>Child (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="102">
        <xs:annotation>
          <xs:documentation>Adoption (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="103">
        <xs:annotation>
          <xs:documentation>Parent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="104">
        <xs:annotation>
          <xs:documentation>Preferential family (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="105">
        <xs:annotation>
          <xs:documentation>Skilled - Australian Linked (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="106">
        <xs:annotation>
          <xs:documentation>Regional-linked (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="110">
        <xs:annotation>
          <xs:documentation>Interdependency (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="113">
        <xs:annotation>
          <xs:documentation>Aged Parent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="114">
        <xs:annotation>
          <xs:documentation>Aged Dependent Relative (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="115">
        <xs:annotation>
          <xs:documentation>Remaining Relative (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="116">
        <xs:annotation>
          <xs:documentation>Carer (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="117">
        <xs:annotation>
          <xs:documentation>Orphan Relative (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="118">
        <xs:annotation>
          <xs:documentation>Designated Parent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="119">
        <xs:annotation>
          <xs:documentation>Regional Sponsored Migration Scheme (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="120">
        <xs:annotation>
          <xs:documentation>Labour Agreement (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="121">
        <xs:annotation>
          <xs:documentation>Employer nomination (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="124">
        <xs:annotation>
          <xs:documentation>Distinguished talent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="125">
        <xs:annotation>
          <xs:documentation>Distinguished talent and special service - independent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="126">
        <xs:annotation>
          <xs:documentation>Independent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="127">
        <xs:annotation>
          <xs:documentation>Business Owner (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="128">
        <xs:annotation>
          <xs:documentation>Senior Executive (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="129">
        <xs:annotation>
          <xs:documentation>State/Territory sponsored business owner  (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="130">
        <xs:annotation>
          <xs:documentation>State/Territory Sponsored Senior Executive  (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="131">
        <xs:annotation>
          <xs:documentation>Investment-linked (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="132">
        <xs:annotation>
          <xs:documentation>Business Talent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="134">
        <xs:annotation>
          <xs:documentation>Skill Matching (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="135">
        <xs:annotation>
          <xs:documentation>State/Territory nominated independent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="136">
        <xs:annotation>
          <xs:documentation>Skilled - Independent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="137">
        <xs:annotation>
          <xs:documentation>Skilled - State/Territory nominated independent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="138">
        <xs:annotation>
          <xs:documentation>Skilled - Australian sponsored (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="139">
        <xs:annotation>
          <xs:documentation>Skilled Designated Area-sponsored (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="143">
        <xs:annotation>
          <xs:documentation>Contributory Parent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="150">
        <xs:annotation>
          <xs:documentation>Former citizen (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="151">
        <xs:annotation>
          <xs:documentation>Former resident (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="152">
        <xs:annotation>
          <xs:documentation>Family of NZ citizen (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="154">
        <xs:annotation>
          <xs:documentation>Resident Return (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="155">
        <xs:annotation>
          <xs:documentation>Five year resident return (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="156">
        <xs:annotation>
          <xs:documentation>One Year Resident Return (No longer Issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="157">
        <xs:annotation>
          <xs:documentation>Three month resident return (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="159">
        <xs:annotation>
          <xs:documentation>Provisional resident return (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="160">
        <xs:annotation>
          <xs:documentation>Business Owner (Provisional) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="161">
        <xs:annotation>
          <xs:documentation>Senior Executive (Provisional) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="162">
        <xs:annotation>
          <xs:documentation>Investor (Provisional) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="163">
        <xs:annotation>
          <xs:documentation>State/Territory Sponsored Business Owner (Prov.) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="164">
        <xs:annotation>
          <xs:documentation>State/Territory Sponsored Senior Executive (Prov.) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="165">
        <xs:annotation>
          <xs:documentation>State/Territory Sponsored Investor (Provisional) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="173">
        <xs:annotation>
          <xs:documentation>Contributory Parent (Temporary) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="175">
        <xs:annotation>
          <xs:documentation>Skilled - independent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="176">
        <xs:annotation>
          <xs:documentation>Skilled - sponsored (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="200">
        <xs:annotation>
          <xs:documentation>Refugee (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="201">
        <xs:annotation>
          <xs:documentation>In-country special humanitarian (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="202">
        <xs:annotation>
          <xs:documentation>Global special humanitarian (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="203">
        <xs:annotation>
          <xs:documentation>Emergency rescue (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="204">
        <xs:annotation>
          <xs:documentation>Woman at risk (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="205">
        <xs:annotation>
          <xs:documentation>Camp clearance (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="208">
        <xs:annotation>
          <xs:documentation>East Timorese in Portugal, Macau or Mozambique (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="209">
        <xs:annotation>
          <xs:documentation>Citizen of former Yugoslavia - displaced person (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="210">
        <xs:annotation>
          <xs:documentation>Minorities of former USSR (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="211">
        <xs:annotation>
          <xs:documentation>Burmese in Burma (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="212">
        <xs:annotation>
          <xs:documentation>Sudanese (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="213">
        <xs:annotation>
          <xs:documentation>Burmese in Thailand (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="214">
        <xs:annotation>
          <xs:documentation>Cambodian (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="215">
        <xs:annotation>
          <xs:documentation>Sri Lankan - special assistance (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="216">
        <xs:annotation>
          <xs:documentation>Ahmadi (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="217">
        <xs:annotation>
          <xs:documentation>Vietnamese (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="300">
        <xs:annotation>
          <xs:documentation>Prospective marriage (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="302">
        <xs:annotation>
          <xs:documentation>Emergency (Permanent Visa Applicant) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="303">
        <xs:annotation>
          <xs:documentation>Emergency (Temporary Visa Applicant) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="309">
        <xs:annotation>
          <xs:documentation>Spouse (provisional) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="310">
        <xs:annotation>
          <xs:documentation>Interdependency (provisional) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="406">
        <xs:annotation>
          <xs:documentation>Government Agreement (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="411">
        <xs:annotation>
          <xs:documentation>Exchange (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="412">
        <xs:annotation>
          <xs:documentation>Independent Executive (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="413">
        <xs:annotation>
          <xs:documentation>Business Executive (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="414">
        <xs:annotation>
          <xs:documentation>Business Specialist (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="415">
        <xs:annotation>
          <xs:documentation>Foreign government agency (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="418">
        <xs:annotation>
          <xs:documentation>Educational (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="419">
        <xs:annotation>
          <xs:documentation>Visiting academic (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="420">
        <xs:annotation>
          <xs:documentation>Entertainment (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="421">
        <xs:annotation>
          <xs:documentation>Sport (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="422">
        <xs:annotation>
          <xs:documentation>Medical practitioner (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="423">
        <xs:annotation>
          <xs:documentation>Media and film staff (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="424">
        <xs:annotation>
          <xs:documentation>Public lecturer (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="425">
        <xs:annotation>
          <xs:documentation>Family relationship (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="426">
        <xs:annotation>
          <xs:documentation>Domestic worker - diplomatic or consular (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="427">
        <xs:annotation>
          <xs:documentation>Domestic worker - executive (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="428">
        <xs:annotation>
          <xs:documentation>Religious worker (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="430">
        <xs:annotation>
          <xs:documentation>Supported dependant (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="432">
        <xs:annotation>
          <xs:documentation>Expatriate (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="435">
        <xs:annotation>
          <xs:documentation>Sri Lankan (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="442">
        <xs:annotation>
          <xs:documentation>Occupational Trainee (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="443">
        <xs:annotation>
          <xs:documentation>Citizens of former Yugoslavia (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="445">
        <xs:annotation>
          <xs:documentation>Dependent Child (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="446">
        <xs:annotation>
          <xs:documentation>Confirmatory (Temporary) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="447">
        <xs:annotation>
          <xs:documentation>Secondary Movement Offshore Entry (Temporary) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="448">
        <xs:annotation>
          <xs:documentation>Kosovar Safe Haven (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="449">
        <xs:annotation>
          <xs:documentation>Humanitarian Stay (Temporary) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="450">
        <xs:annotation>
          <xs:documentation>Resolution of Status - Family member (Temporary) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="451">
        <xs:annotation>
          <xs:documentation>Secondary Movement Relocation (Temporary) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="456">
        <xs:annotation>
          <xs:documentation>Business - Short Stay (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="457">
        <xs:annotation>
          <xs:documentation>Business - long stay (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="470">
        <xs:annotation>
          <xs:documentation>Professional Development (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="471">
        <xs:annotation>
          <xs:documentation>Trade Skills Training (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="475">
        <xs:annotation>
          <xs:documentation>Skilled Regional Sponsored (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="476">
        <xs:annotation>
          <xs:documentation>Skilled - Recognised Graduate (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="485">
        <xs:annotation>
          <xs:documentation>Skilled - Graduate (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="487">
        <xs:annotation>
          <xs:documentation>Skilled - Regional Sponsored (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="495">
        <xs:annotation>
          <xs:documentation>Skilled Independent Regional (Temporary) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="496">
        <xs:annotation>
          <xs:documentation>Skilled - Designated Area Sponsored (Provisional) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="497">
        <xs:annotation>
          <xs:documentation>Graduate - Skilled (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="499">
        <xs:annotation>
          <xs:documentation>Olympic (Support) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="560">
        <xs:annotation>
          <xs:documentation>Student (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="562">
        <xs:annotation>
          <xs:documentation>Iranian Postgraduate Student (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="563">
        <xs:annotation>
          <xs:documentation>Iranian Postgraduate Student Dependent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="570">
        <xs:annotation>
          <xs:documentation>Student - ELICOS (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="571">
        <xs:annotation>
          <xs:documentation>Student - Schools (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="572">
        <xs:annotation>
          <xs:documentation>Student - VET (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="573">
        <xs:annotation>
          <xs:documentation>Student - Higher Education (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="574">
        <xs:annotation>
          <xs:documentation>Student - Masters &amp; Doctorate (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="575">
        <xs:annotation>
          <xs:documentation>Student - Non-Award Foundation (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="576">
        <xs:annotation>
          <xs:documentation>Student - AusAID &amp; Defence (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="580">
        <xs:annotation>
          <xs:documentation>Student Guardian Visa (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="686">
        <xs:annotation>
          <xs:documentation>Tourist - Long Stay (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="695">
        <xs:annotation>
          <xs:documentation>Temporary Provisional - Pending return (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="773">
        <xs:annotation>
          <xs:documentation>Border (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="785">
        <xs:annotation>
          <xs:documentation>Temporary Protection (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="786">
        <xs:annotation>
          <xs:documentation>Temporary (Humanitarian Concern) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="800">
        <xs:annotation>
          <xs:documentation>Territorial Asylum (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="801">
        <xs:annotation>
          <xs:documentation>Spouse (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="802">
        <xs:annotation>
          <xs:documentation>Child (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="804">
        <xs:annotation>
          <xs:documentation>Aged Parent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="805">
        <xs:annotation>
          <xs:documentation>Skilled (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="806">
        <xs:annotation>
          <xs:documentation>Family (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="808">
        <xs:annotation>
          <xs:documentation>Confirmatory Residence (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="814">
        <xs:annotation>
          <xs:documentation>Interdependency (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="819">
        <xs:annotation>
          <xs:documentation>Aged Parent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="820">
        <xs:annotation>
          <xs:documentation>Spouse (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="826">
        <xs:annotation>
          <xs:documentation>Interdependency (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="828">
        <xs:annotation>
          <xs:documentation>TEP Processing (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="831">
        <xs:annotation>
          <xs:documentation>Prospective marriage spouse (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="832">
        <xs:annotation>
          <xs:documentation>Close Ties (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="833">
        <xs:annotation>
          <xs:documentation>Certain unlawful non-citizens (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="834">
        <xs:annotation>
          <xs:documentation>Permanent resident of Norfolk Island (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="835">
        <xs:annotation>
          <xs:documentation>Remaining Relative (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="836">
        <xs:annotation>
          <xs:documentation>Carer (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="837">
        <xs:annotation>
          <xs:documentation>Orphan Relative (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="838">
        <xs:annotation>
          <xs:documentation>Aged Dependant Relative (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="840">
        <xs:annotation>
          <xs:documentation>Business Owner (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="841">
        <xs:annotation>
          <xs:documentation>Senior Executive (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="842">
        <xs:annotation>
          <xs:documentation>State/Territory sponsored business owner (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="843">
        <xs:annotation>
          <xs:documentation>State/Territory sponsored senior executive (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="844">
        <xs:annotation>
          <xs:documentation>Investment-linked (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="845">
        <xs:annotation>
          <xs:documentation>Established Business in Australia (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="846">
        <xs:annotation>
          <xs:documentation>State/Territory Sponsored Regional Established Business (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="850">
        <xs:annotation>
          <xs:documentation>Resolution Status (Temporary) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="851">
        <xs:annotation>
          <xs:documentation>Resolution of Status (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="852">
        <xs:annotation>
          <xs:documentation>Witness Protection (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="855">
        <xs:annotation>
          <xs:documentation>Labour Agreement (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="856">
        <xs:annotation>
          <xs:documentation>Employer Nomination Scheme (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="857">
        <xs:annotation>
          <xs:documentation>Regional Sponsored Migration Scheme (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="858">
        <xs:annotation>
          <xs:documentation>Distinguished Talent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="859">
        <xs:annotation>
          <xs:documentation>Designated Parent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="861">
        <xs:annotation>
          <xs:documentation>Skilled - Onshore Independent New Zealand Citizen (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="862">
        <xs:annotation>
          <xs:documentation>Skilled Australian-sponsored New Zealand Citizen (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="863">
        <xs:annotation>
          <xs:documentation>Skilled Designated Area-sponsored New Zealand Citizen (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="864">
        <xs:annotation>
          <xs:documentation>Contributory Aged Parent (Residence) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="866">
        <xs:annotation>
          <xs:documentation>Protection (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="880">
        <xs:annotation>
          <xs:documentation>Skilled - Independent Overseas Student (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="881">
        <xs:annotation>
          <xs:documentation>Skilled - Australian-sponsored Overseas Student (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="882">
        <xs:annotation>
          <xs:documentation>Skilled - Designated Area-sponsored Overseas Student (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="883">
        <xs:annotation>
          <xs:documentation>Skilled Designated Area Sponsored (Residence) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="884">
        <xs:annotation>
          <xs:documentation>Contributory Aged Parent (Temporary) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="885">
        <xs:annotation>
          <xs:documentation>Skilled - Independent (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="886">
        <xs:annotation>
          <xs:documentation>Skilled - Sponsored (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="887">
        <xs:annotation>
          <xs:documentation>Skilled - Regional (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="890">
        <xs:annotation>
          <xs:documentation>Business Owner (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="891">
        <xs:annotation>
          <xs:documentation>Investor (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="892">
        <xs:annotation>
          <xs:documentation>State/Territory sponsored business owner (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="893">
        <xs:annotation>
          <xs:documentation>State/Territory sponsored senior executive (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="944">
        <xs:annotation>
          <xs:documentation>APEC Travel Authority (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="995">
        <xs:annotation>
          <xs:documentation>Diplomatic (Temporary) (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="998">
        <xs:annotation>
          <xs:documentation>Declaratory (No longer issued)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsImmunisationCertificateStatusType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Complete</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="I">
        <xs:annotation>
          <xs:documentation>Incomplete</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="N">
        <xs:annotation>
          <xs:documentation>Not Sighted</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsProgressLevelType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="Below">
        <xs:annotation>
          <xs:documentation>Below level</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="At">
        <xs:annotation>
          <xs:documentation>At level</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Above">
        <xs:annotation>
          <xs:documentation>Above level</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsEducationAgencyTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="01">
        <xs:annotation>
          <xs:documentation>Jurisdictional agency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="02">
        <xs:annotation>
          <xs:documentation>Cross-jurisdictional agency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="03">
        <xs:annotation>
          <xs:documentation>Intra-jurisdictional agency</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="99">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsSchoolEnrollmentTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="01">
        <xs:annotation>
          <xs:documentation>Home School</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="02">
        <xs:annotation>
          <xs:documentation>Other School</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="03">
        <xs:annotation>
          <xs:documentation>Concurrent Enrolment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsRelationshipToStudentType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="01">
        <xs:annotation>
          <xs:documentation>Parent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="02">
        <xs:annotation>
          <xs:documentation>Step-Parent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="03">
        <xs:annotation>
          <xs:documentation>Adoptive Parent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="04">
        <xs:annotation>
          <xs:documentation>Foster Parent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="05">
        <xs:annotation>
          <xs:documentation>Host Family</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="06">
        <xs:annotation>
          <xs:documentation>Relative</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="07">
        <xs:annotation>
          <xs:documentation>Friend</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="08">
        <xs:annotation>
          <xs:documentation>Self</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="09">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="10">
        <xs:annotation>
          <xs:documentation>Sibling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="11">
        <xs:annotation>
          <xs:documentation>Grandparent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="12">
        <xs:annotation>
          <xs:documentation>Aunt/Uncle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="13">
        <xs:annotation>
          <xs:documentation>Nephew/Niece</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="20">
        <xs:annotation>
          <xs:documentation>Guardian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="99">
        <xs:annotation>
          <xs:documentation>Not provided</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsEmploymentTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Senior management in large business organisation, government administration and defence and qualified professionals.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Other business managers, arts/media/sportspersons and associate professionals</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>Tradesmen/women, clerks and skilled office, sales and service staff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>Machine operators, hospitality staff, assistants, labourers and related workers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8">
        <xs:annotation>
          <xs:documentation>Out of employed work for 12 months or more (If less use previous occupational group.)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsSchoolEducationLevelTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0">
        <xs:annotation>
          <xs:documentation>Not stated/Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Year 9 or equivalent or below</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Year 10 or equivalent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>Year 11 or equivalent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>Year 12 or equivalent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsNonSchoolEducationType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0">
        <xs:annotation>
          <xs:documentation>Not stated/Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation>Certificate I to IV (including trade certificate)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6">
        <xs:annotation>
          <xs:documentation>Advanced diploma/Diploma</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7">
        <xs:annotation>
          <xs:documentation>Bachelor degree or above</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8">
        <xs:annotation>
          <xs:documentation>No non-school qualification</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsYesOrNoCategoryType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="N">
        <xs:annotation>
          <xs:documentation>No</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="U">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="X">
        <xs:annotation>
          <xs:documentation>Not Provided</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Y">
        <xs:annotation>
          <xs:documentation>Yes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsStudentFamilyProgramTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0100">
        <xs:annotation>
          <xs:documentation>Agricultural</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0240">
        <xs:annotation>
          <xs:documentation>Regular prekindergarten program</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0241">
        <xs:annotation>
          <xs:documentation>Infant and toddlers program</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0242">
        <xs:annotation>
          <xs:documentation>Special education services for Birth-Age 2</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0244">
        <xs:annotation>
          <xs:documentation>Special education services for preschoolers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0245">
        <xs:annotation>
          <xs:documentation>Migrant early childhood program</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0246">
        <xs:annotation>
          <xs:documentation>Head Start</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0247">
        <xs:annotation>
          <xs:documentation>Day care</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0248">
        <xs:annotation>
          <xs:documentation>After school child care</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0249">
        <xs:annotation>
          <xs:documentation>Alternative education program</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0250">
        <xs:annotation>
          <xs:documentation>Before school child care</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0251">
        <xs:annotation>
          <xs:documentation>Bilingual education</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0252">
        <xs:annotation>
          <xs:documentation>Community service projects</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0253">
        <xs:annotation>
          <xs:documentation>Compensatory education</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0255">
        <xs:annotation>
          <xs:documentation>Counseling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0256">
        <xs:annotation>
          <xs:documentation>English as a second language</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0257">
        <xs:annotation>
          <xs:documentation>Free and reduced price school meals programs</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0260">
        <xs:annotation>
          <xs:documentation>Hearing or vision screening</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0261">
        <xs:annotation>
          <xs:documentation>Higher order thinking skills</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0262">
        <xs:annotation>
          <xs:documentation>Medical services</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0263">
        <xs:annotation>
          <xs:documentation>Programs for migrants during the school year</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0265">
        <xs:annotation>
          <xs:documentation>Programs for migrants during the summer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0267">
        <xs:annotation>
          <xs:documentation>Reading/literacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0268">
        <xs:annotation>
          <xs:documentation>School supplies</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0269">
        <xs:annotation>
          <xs:documentation>Services for out-of-school youth</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0270">
        <xs:annotation>
          <xs:documentation>Special education program</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0271">
        <xs:annotation>
          <xs:documentation>Special (one-time) events</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0272">
        <xs:annotation>
          <xs:documentation>Student assistance programs such as counseling, mentoring, identification and referral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0273">
        <xs:annotation>
          <xs:documentation>Summer child care</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0277">
        <xs:annotation>
          <xs:documentation>Transportation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0278">
        <xs:annotation>
          <xs:documentation>Tutoring/remedial instruction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0279">
        <xs:annotation>
          <xs:documentation>Academic/instructional program in regular education</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0280">
        <xs:annotation>
          <xs:documentation>Adult basic education/remedial instruction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0281">
        <xs:annotation>
          <xs:documentation>Child care so that parents can attend school meetings</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0282">
        <xs:annotation>
          <xs:documentation>Continuing professional education</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0283">
        <xs:annotation>
          <xs:documentation>Health or social services</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0284">
        <xs:annotation>
          <xs:documentation>Literacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0285">
        <xs:annotation>
          <xs:documentation>Occupational education</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0286">
        <xs:annotation>
          <xs:documentation>Orientation to school setting for new families</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0287">
        <xs:annotation>
          <xs:documentation>Parent training/involvement</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0288">
        <xs:annotation>
          <xs:documentation>Parenting education</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0289">
        <xs:annotation>
          <xs:documentation>Recreational/advocational program</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0342">
        <xs:annotation>
          <xs:documentation>Technology</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0875">
        <xs:annotation>
          <xs:documentation>After school enrichment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0876">
        <xs:annotation>
          <xs:documentation>Before school enrichment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2381">
        <xs:annotation>
          <xs:documentation>Gifted and talented (Accelerated)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2389">
        <xs:annotation>
          <xs:documentation>Even Start</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2393">
        <xs:annotation>
          <xs:documentation>Magnet program</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsSourceCodeTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Provided by the child (ie pupil)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="O">
        <xs:annotation>
          <xs:documentation>Other </xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="P">
        <xs:annotation>
          <xs:documentation>Provided by the parent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S">
        <xs:annotation>
          <xs:documentation>Ascribed by the current school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="T">
        <xs:annotation>
          <xs:documentation>Ascribed by a previous school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsProgramFundingSourceCodeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>State/Jurisdiction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Commonwealth Initiative</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>School Source</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>Director's Discretion</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation>Community Sponsored</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsEnrollmentTimeFrameType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Current</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="F">
        <xs:annotation>
          <xs:documentation>Future</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="H">
        <xs:annotation>
          <xs:documentation>Historical</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsEntryTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1821">
        <xs:annotation>
          <xs:documentation>Transfer from a public school in the same district</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1822">
        <xs:annotation>
          <xs:documentation>Transfer from a public school in a different district in the same jurisdiction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1823">
        <xs:annotation>
          <xs:documentation>Transfer from a public school in a different jurisdiction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1824">
        <xs:annotation>
          <xs:documentation>Transfer from a private, non-religiously-affiliated school in the same district</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1825">
        <xs:annotation>
          <xs:documentation>Transfer from a private, non-religiously-affiliated school in a different district</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1826">
        <xs:annotation>
          <xs:documentation>Transfer from a private, non-religiously-affiliated school in a different jurisdiction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1827">
        <xs:annotation>
          <xs:documentation>Transfer from a private, religiously-affiliated school in the same district</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1828">
        <xs:annotation>
          <xs:documentation>Transfer from a private, religiously-affiliated school in a different district in the same jurisdiction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1829">
        <xs:annotation>
          <xs:documentation>Transfer from a private, religiously-affiliated school in a different jurisdiction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1830">
        <xs:annotation>
          <xs:documentation>Transfer from a school outside of the country</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1831">
        <xs:annotation>
          <xs:documentation>Transfer from an institution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1833">
        <xs:annotation>
          <xs:documentation>Transfer from home schooling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0997">
        <xs:annotation>
          <xs:documentation>Transfer from a different campus of the same school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1835">
        <xs:annotation>
          <xs:documentation>Re-entry from the same school with no interruption of schooling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1836">
        <xs:annotation>
          <xs:documentation>Re-entry after a voluntary withdrawal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1837">
        <xs:annotation>
          <xs:documentation>Re-entry after an involuntary withdrawal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1838">
        <xs:annotation>
          <xs:documentation>Original entry into an Australian school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1839">
        <xs:annotation>
          <xs:documentation>Original entry into an Australian school from a foreign country with no interruption in schooling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1840">
        <xs:annotation>
          <xs:documentation>Original entry into an Australian school from a foreign country with an interruption in schooling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0998">
        <xs:annotation>
          <xs:documentation>Temporary enrolment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsDayValueCodeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="AM">
        <xs:annotation>
          <xs:documentation>Morning</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Full">
        <xs:annotation>
          <xs:documentation>All Day</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="N/A">
        <xs:annotation>
          <xs:documentation>Not Applicable</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Partial">
        <xs:annotation>
          <xs:documentation>Partial Day</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PM">
        <xs:annotation>
          <xs:documentation>Afternoon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsExitWithdrawalStatusType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1905">
        <xs:annotation>
          <xs:documentation>Permanent exit/withdrawal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1906">
        <xs:annotation>
          <xs:documentation>Temporary exit/withdrawal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsExitWithdrawalTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1907">
        <xs:annotation>
          <xs:documentation>Student is in a different public school in the same district</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1908">
        <xs:annotation>
          <xs:documentation>Transferred to a public school in a different local education agency in the same jurisdiction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1909">
        <xs:annotation>
          <xs:documentation>Transferred to a public school in a different jurisdiction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1910">
        <xs:annotation>
          <xs:documentation>Transferred to a private, non-religiously-affiliated school in the district</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1911">
        <xs:annotation>
          <xs:documentation>Transferred to a private, non-religiously-affiliated school in a different district in the same jurisdiction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1912">
        <xs:annotation>
          <xs:documentation>Transferred to a private, non-religiously-affiliated school in a different jurisdiction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1913">
        <xs:annotation>
          <xs:documentation>Transferred to a private, religiously-affiliated school in the same district</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1914">
        <xs:annotation>
          <xs:documentation>Transferred to a private, religiously-affiliated school in a different district in the same jurisdiction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1915">
        <xs:annotation>
          <xs:documentation>Transferred to a private, religiously-affiliated school in a different jurisdiction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1916">
        <xs:annotation>
          <xs:documentation>Transferred to a school outside of the country</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1917">
        <xs:annotation>
          <xs:documentation>Transferred to an institution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1918">
        <xs:annotation>
          <xs:documentation>Transferred to home schooling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1919">
        <xs:annotation>
          <xs:documentation>Transferred to a charter school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1921">
        <xs:annotation>
          <xs:documentation>Graduated with regular, advanced, International Baccalaureate, or other type of diploma</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1922">
        <xs:annotation>
          <xs:documentation>Completed school with other credentials</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1923">
        <xs:annotation>
          <xs:documentation>Died or is permanently incapacitated</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1924">
        <xs:annotation>
          <xs:documentation>Withdrawn due to illness</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1925">
        <xs:annotation>
          <xs:documentation>Expelled or involuntarily withdrawn</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1926">
        <xs:annotation>
          <xs:documentation>Reached maximum age for services</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1927">
        <xs:annotation>
          <xs:documentation>Discontinued schooling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1928">
        <xs:annotation>
          <xs:documentation>Completed grade 12, but did not meet all graduation requirements</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1930">
        <xs:annotation>
          <xs:documentation>Enrolled in a postsecondary early admission program, eligible to return</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1931">
        <xs:annotation>
          <xs:documentation>Not enrolled, unknown status</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3499">
        <xs:annotation>
          <xs:documentation>Student is in the same local education agency and receiving education services, but is not assigned </xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3500">
        <xs:annotation>
          <xs:documentation>Enrolled in an adult education or training program</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3501">
        <xs:annotation>
          <xs:documentation>Completed a state-recognized vocational education program</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3502">
        <xs:annotation>
          <xs:documentation>Not enrolled, eligible to return</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3503">
        <xs:annotation>
          <xs:documentation>Enrolled in a foreign exchange program, eligible to return</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3504">
        <xs:annotation>
          <xs:documentation>Withdrawn from school, under the age for compulsory attendance; eligible to return</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3505">
        <xs:annotation>
          <xs:documentation>Exited</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3509">
        <xs:annotation>
          <xs:documentation>Completed with a state-recognized equivalency certificate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9998">
        <xs:annotation>
          <xs:documentation>Transferred to a different campus of the same school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsFTPTStatusCodeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="01">
        <xs:annotation>
          <xs:documentation>Full Time</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="02">
        <xs:annotation>
          <xs:documentation>Part Time</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsFFPOSStatusCodeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>FFPOS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Non-FFPOS</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9">
        <xs:annotation>
          <xs:documentation>Not stated/Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsPublicSchoolCatchmentStatusType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1652">
        <xs:annotation>
          <xs:documentation>Resident of usual school catchment area</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1653">
        <xs:annotation>
          <xs:documentation>Resident of another school catchment area</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsPictureSourceType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="01">
        <xs:annotation>
          <xs:documentation>URL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="02">
        <xs:annotation>
          <xs:documentation>JPG</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="03">
        <xs:annotation>
          <xs:documentation>Bitmap</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="04">
        <xs:annotation>
          <xs:documentation>Gif</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="05">
        <xs:annotation>
          <xs:documentation>PIF</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="06">
        <xs:annotation>
          <xs:documentation>PDF</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="09">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="10">
        <xs:annotation>
          <xs:documentation>MIME</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsCalendarEventType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0845">
        <xs:annotation>
          <xs:documentation>Teacher only day</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0846">
        <xs:annotation>
          <xs:documentation>Holiday</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0848">
        <xs:annotation>
          <xs:documentation>Student late arrival/early dismissal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0849">
        <xs:annotation>
          <xs:documentation>Emergency day</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3421">
        <xs:annotation>
          <xs:documentation>Strike</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="INST">
        <xs:annotation>
          <xs:documentation>Instructional School Day</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MKUP">
        <xs:annotation>
          <xs:documentation>Instructional day that is scheduled solely to make up for emergency days or early dismissal days.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsElectronicIdTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="01">
        <xs:annotation>
          <xs:documentation>Barcode</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="02">
        <xs:annotation>
          <xs:documentation>Magstripe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="03">
        <xs:annotation>
          <xs:documentation>PIN</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="04">
        <xs:annotation>
          <xs:documentation>RFID</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsSexCodeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Male</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Female</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>Intersex or indeterminate</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9">
        <xs:annotation>
          <xs:documentation>Not Stated/Inadequately Described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsYearLevelCodeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Year 1</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="10">
        <xs:annotation>
          <xs:documentation>Year 10</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="11">
        <xs:annotation>
          <xs:documentation>Year 11</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="12">
        <xs:annotation>
          <xs:documentation>Year 12</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="13">
        <xs:annotation>
          <xs:documentation>Year 13</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Year 2</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>Year 3</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>Year 4</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation>Year 5</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6">
        <xs:annotation>
          <xs:documentation>Year 6</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="7">
        <xs:annotation>
          <xs:documentation>Year 7</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="8">
        <xs:annotation>
          <xs:documentation>Year 8</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9">
        <xs:annotation>
          <xs:documentation>Year 9</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="K">
        <xs:annotation>
          <xs:documentation>Kindergarten</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="P">
        <xs:annotation>
          <xs:documentation>Prep</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="K3">
        <xs:annotation>
          <xs:documentation>3yo Kindergarten</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="K4">
        <xs:annotation>
          <xs:documentation>4yo Kindergarten</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CC">
        <xs:annotation>
          <xs:documentation>Childcare</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PS">
        <xs:annotation>
          <xs:documentation>Pre-School</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UG">
        <xs:annotation>
          <xs:documentation>Ungraded</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="11MINUS">
        <xs:annotation>
          <xs:documentation>11 Years and Younger</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="12PLUS">
        <xs:annotation>
          <xs:documentation>12 years and Older</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UGJunSec">
        <xs:annotation>
          <xs:documentation>Ungraded Junior Secondary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UGPri">
        <xs:annotation>
          <xs:documentation>Ungraded Primary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UGSec">
        <xs:annotation>
          <xs:documentation>Ungraded Secondary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UGSnrSec">
        <xs:annotation>
          <xs:documentation>Ungraded Senior Secondary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsAttendanceStatusType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="01">
        <xs:annotation>
          <xs:documentation>Excused</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="02">
        <xs:annotation>
          <xs:documentation>Unexcused</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="99">
        <xs:annotation>
          <xs:documentation>Unknown</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NA">
        <xs:annotation>
          <xs:documentation>Not Applicable</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsActivityTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0750">
        <xs:annotation>
          <xs:documentation>Co-curricular activity</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0751">
        <xs:annotation>
          <xs:documentation>Extra-curricular Activity</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsMaritalStatusAIHWType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="1">
        <xs:annotation>
          <xs:documentation>Never Married</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2">
        <xs:annotation>
          <xs:documentation>Widowed</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3">
        <xs:annotation>
          <xs:documentation>Divorced</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="4">
        <xs:annotation>
          <xs:documentation>Separated</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="5">
        <xs:annotation>
          <xs:documentation>Married (registered and de facto)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="6">
        <xs:annotation>
          <xs:documentation>Not stated/inadequately described</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSets0792IdentificationProcedureType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="2147">
        <xs:annotation>
          <xs:documentation>Education assessment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2148">
        <xs:annotation>
          <xs:documentation>Health assessment/screening</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2149">
        <xs:annotation>
          <xs:documentation>Parent/guardian referral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2151">
        <xs:annotation>
          <xs:documentation>Self-report/survey</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2152">
        <xs:annotation>
          <xs:documentation>Special education assessment/evaluation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2153">
        <xs:annotation>
          <xs:documentation>Teacher referral</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSets0211ProgramAvailabilityType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0236">
        <xs:annotation>
          <xs:documentation>After school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0235">
        <xs:annotation>
          <xs:documentation>Before school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0231">
        <xs:annotation>
          <xs:documentation>During school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0239">
        <xs:annotation>
          <xs:documentation>Evenings</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0238">
        <xs:annotation>
          <xs:documentation>In-school service day</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9998">
        <xs:annotation>
          <xs:documentation>Other School Holidays</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0237">
        <xs:annotation>
          <xs:documentation>Summer Holidays</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0234">
        <xs:annotation>
          <xs:documentation>Weekend</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsStaffActivityType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="2215">
        <xs:annotation>
          <xs:documentation>Principal Education Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2299">
        <xs:annotation>
          <xs:documentation>Other specialist support out of school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2298">
        <xs:annotation>
          <xs:documentation>Teachers - out of school Specialist Support</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2224">
        <xs:annotation>
          <xs:documentation>Training Officer - out of school Specialist Support</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2223">
        <xs:annotation>
          <xs:documentation>Staff Development Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2222">
        <xs:annotation>
          <xs:documentation>Sports Coordinator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2221">
        <xs:annotation>
          <xs:documentation>Speech Language Pathologist</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2220">
        <xs:annotation>
          <xs:documentation>Social Welfare Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2219">
        <xs:annotation>
          <xs:documentation>Senior Education Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2218">
        <xs:annotation>
          <xs:documentation>Registered Nurse</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2205">
        <xs:annotation>
          <xs:documentation>Curriculum Program Manager</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2216">
        <xs:annotation>
          <xs:documentation>Professional Services Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2302">
        <xs:annotation>
          <xs:documentation>Administrative and Clerical officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2214">
        <xs:annotation>
          <xs:documentation>Policy Officer - out of school Specialist Support</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2213">
        <xs:annotation>
          <xs:documentation>On-line Education Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2212">
        <xs:annotation>
          <xs:documentation>Occupational Therapist</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2211">
        <xs:annotation>
          <xs:documentation>Moderator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2210">
        <xs:annotation>
          <xs:documentation>Librarian - out of school Specialist Support</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2209">
        <xs:annotation>
          <xs:documentation>Learning Support Leader</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2208">
        <xs:annotation>
          <xs:documentation>Home Liaison Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2207">
        <xs:annotation>
          <xs:documentation>Education Program Manager</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2324">
        <xs:annotation>
          <xs:documentation>Library Technician</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2217">
        <xs:annotation>
          <xs:documentation>Project Coordinator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2312">
        <xs:annotation>
          <xs:documentation>Services Clerk</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1100">
        <xs:annotation>
          <xs:documentation>Teacher in school n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2322">
        <xs:annotation>
          <xs:documentation>Liaison Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2321">
        <xs:annotation>
          <xs:documentation>Examiner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2320">
        <xs:annotation>
          <xs:documentation>Enrolment Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2319">
        <xs:annotation>
          <xs:documentation>Education Officer - out of school Administration</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2318">
        <xs:annotation>
          <xs:documentation>District Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2317">
        <xs:annotation>
          <xs:documentation>Coordinator - out of school Administration</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2316">
        <xs:annotation>
          <xs:documentation>Client Services Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2315">
        <xs:annotation>
          <xs:documentation>Assistant Manager</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2300">
        <xs:annotation>
          <xs:documentation>Administration and clerical out of school  n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2313">
        <xs:annotation>
          <xs:documentation>Aboriginal Education Coordinator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2301">
        <xs:annotation>
          <xs:documentation>Accounts Certifying Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2311">
        <xs:annotation>
          <xs:documentation>Senior Auditor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2310">
        <xs:annotation>
          <xs:documentation>Receptionist</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2309">
        <xs:annotation>
          <xs:documentation>General Ledger Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2308">
        <xs:annotation>
          <xs:documentation>Finance Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2307">
        <xs:annotation>
          <xs:documentation>Finance and Administration Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2306">
        <xs:annotation>
          <xs:documentation>Clerk</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2305">
        <xs:annotation>
          <xs:documentation>Budget Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2304">
        <xs:annotation>
          <xs:documentation>Administrative Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2303">
        <xs:annotation>
          <xs:documentation>Administrative Assistant</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2204">
        <xs:annotation>
          <xs:documentation>Curriculum Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2314">
        <xs:annotation>
          <xs:documentation>Aboriginal Education Worker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1202">
        <xs:annotation>
          <xs:documentation>Physiotherapist</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1303">
        <xs:annotation>
          <xs:documentation>Office Manager</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1302">
        <xs:annotation>
          <xs:documentation>Librarian - in school Administration</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1301">
        <xs:annotation>
          <xs:documentation>Teacher Aide</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1300">
        <xs:annotation>
          <xs:documentation>Administration and clerical in school n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1299">
        <xs:annotation>
          <xs:documentation>Other Specialist support in school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1208">
        <xs:annotation>
          <xs:documentation>Indigenous Education Worker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1207">
        <xs:annotation>
          <xs:documentation>Student welfare worker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1206">
        <xs:annotation>
          <xs:documentation>Social worker</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1205">
        <xs:annotation>
          <xs:documentation>Psychologist</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2206">
        <xs:annotation>
          <xs:documentation>Education Officer - out of school Specialist Support</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1203">
        <xs:annotation>
          <xs:documentation>Speech Therapist</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1306">
        <xs:annotation>
          <xs:documentation>Laboratory assistant</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1201">
        <xs:annotation>
          <xs:documentation>Nurse</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1200">
        <xs:annotation>
          <xs:documentation>Specialist support in school  n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1199">
        <xs:annotation>
          <xs:documentation>Other Teacher In School</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1106">
        <xs:annotation>
          <xs:documentation>Teacher Librarian</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1105">
        <xs:annotation>
          <xs:documentation>Assistant Principal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1104">
        <xs:annotation>
          <xs:documentation>Special School Teacher</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1103">
        <xs:annotation>
          <xs:documentation>Principal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1102">
        <xs:annotation>
          <xs:documentation>Secondary teacher</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1101">
        <xs:annotation>
          <xs:documentation>Primary Teacher</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1204">
        <xs:annotation>
          <xs:documentation>Guidance Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1499">
        <xs:annotation>
          <xs:documentation>Other Building Operations and general maintenance - In school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2203">
        <xs:annotation>
          <xs:documentation>Coordinator - out of school Specialist Support</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2202">
        <xs:annotation>
          <xs:documentation>Computer Support Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2201">
        <xs:annotation>
          <xs:documentation>Community Participation Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2200">
        <xs:annotation>
          <xs:documentation>Specialist support out of scope n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2199">
        <xs:annotation>
          <xs:documentation>Other Executive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2198">
        <xs:annotation>
          <xs:documentation>Principal and other School Executive out of school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2103">
        <xs:annotation>
          <xs:documentation>General Manager</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2102">
        <xs:annotation>
          <xs:documentation>Deputy Chief Executive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2101">
        <xs:annotation>
          <xs:documentation>Chief Executive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1304">
        <xs:annotation>
          <xs:documentation>Clerical/Administrative officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1999">
        <xs:annotation>
          <xs:documentation>In School Staff out of scope</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1305">
        <xs:annotation>
          <xs:documentation>Clerical/Administrative assistant</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1406">
        <xs:annotation>
          <xs:documentation>Caretaker - in school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1405">
        <xs:annotation>
          <xs:documentation>Bus Driver - in school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1404">
        <xs:annotation>
          <xs:documentation>Farm Worker - in school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1403">
        <xs:annotation>
          <xs:documentation>Canteen assistant - in school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1402">
        <xs:annotation>
          <xs:documentation>Gardener - in school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1401">
        <xs:annotation>
          <xs:documentation>Building maintenance worker - in school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1400">
        <xs:annotation>
          <xs:documentation>Building Operations in school n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1399">
        <xs:annotation>
          <xs:documentation>Other Administration and clerical in school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="1307">
        <xs:annotation>
          <xs:documentation>ICT Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2325">
        <xs:annotation>
          <xs:documentation>Manager</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2100">
        <xs:annotation>
          <xs:documentation>Executive n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2382">
        <xs:annotation>
          <xs:documentation>Despatch Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2393">
        <xs:annotation>
          <xs:documentation>Technician</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2392">
        <xs:annotation>
          <xs:documentation>Technical Officer - out of school Administration</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2391">
        <xs:annotation>
          <xs:documentation>Team Leader</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2390">
        <xs:annotation>
          <xs:documentation>Supply Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2389">
        <xs:annotation>
          <xs:documentation>Store Supervisor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2388">
        <xs:annotation>
          <xs:documentation>Store Person</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2387">
        <xs:annotation>
          <xs:documentation>Legal Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2386">
        <xs:annotation>
          <xs:documentation>Indexer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2385">
        <xs:annotation>
          <xs:documentation>Housing and Transport Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2372">
        <xs:annotation>
          <xs:documentation>Information Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2383">
        <xs:annotation>
          <xs:documentation>Driver</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2398">
        <xs:annotation>
          <xs:documentation>Teachers -  Out of School Administration</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2381">
        <xs:annotation>
          <xs:documentation>Other policy officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2380">
        <xs:annotation>
          <xs:documentation>Senior Research Officer/Research Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2379">
        <xs:annotation>
          <xs:documentation>Review Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2378">
        <xs:annotation>
          <xs:documentation>Research Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2377">
        <xs:annotation>
          <xs:documentation>Policy Officer - out of school Administration</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2376">
        <xs:annotation>
          <xs:documentation>Performance Measurement Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2375">
        <xs:annotation>
          <xs:documentation>Policy Officer n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2374">
        <xs:annotation>
          <xs:documentation>Network Administrator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2323">
        <xs:annotation>
          <xs:documentation>Librarian - out of school Administration</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2384">
        <xs:annotation>
          <xs:documentation>Facilities Services Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2408">
        <xs:annotation>
          <xs:documentation>Gardener - out of school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2499">
        <xs:annotation>
          <xs:documentation>Other Building Operations and general maintenance out of school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2418">
        <xs:annotation>
          <xs:documentation>Technical Officer - out of school Building Operations</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2417">
        <xs:annotation>
          <xs:documentation>Security Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2416">
        <xs:annotation>
          <xs:documentation>School Attendant</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2415">
        <xs:annotation>
          <xs:documentation>Maintenance Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2414">
        <xs:annotation>
          <xs:documentation>Kitchen Hand</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2413">
        <xs:annotation>
          <xs:documentation>Janitor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2412">
        <xs:annotation>
          <xs:documentation>House Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2411">
        <xs:annotation>
          <xs:documentation>Handyman</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2394">
        <xs:annotation>
          <xs:documentation>Transport Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2409">
        <xs:annotation>
          <xs:documentation>Greenkeeper</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2397">
        <xs:annotation>
          <xs:documentation>Public service officers n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2407">
        <xs:annotation>
          <xs:documentation>Farm Worker - out of school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2406">
        <xs:annotation>
          <xs:documentation>Courier</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2405">
        <xs:annotation>
          <xs:documentation>Cook</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2404">
        <xs:annotation>
          <xs:documentation>Caretaker - out of school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2403">
        <xs:annotation>
          <xs:documentation>Canteen assistant - out of school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2402">
        <xs:annotation>
          <xs:documentation>Bus Driver - out of school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2401">
        <xs:annotation>
          <xs:documentation>Building maintenance worker - out of school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2400">
        <xs:annotation>
          <xs:documentation>Building Operations out of school n.f.d.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2399">
        <xs:annotation>
          <xs:documentation>Other Administration and clerical out of school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2371">
        <xs:annotation>
          <xs:documentation>Information Manager</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2410">
        <xs:annotation>
          <xs:documentation>Groundsman</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2335">
        <xs:annotation>
          <xs:documentation>Senior Investigator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2346">
        <xs:annotation>
          <xs:documentation>Graphic Designer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2345">
        <xs:annotation>
          <xs:documentation>Editor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2344">
        <xs:annotation>
          <xs:documentation>Desktop Publisher</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2343">
        <xs:annotation>
          <xs:documentation>Designer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2342">
        <xs:annotation>
          <xs:documentation>Corporate Services Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2341">
        <xs:annotation>
          <xs:documentation>Communications Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2340">
        <xs:annotation>
          <xs:documentation>Assistant Editor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2339">
        <xs:annotation>
          <xs:documentation>Student Support Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2338">
        <xs:annotation>
          <xs:documentation>Student Services co ordinator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2373">
        <xs:annotation>
          <xs:documentation>Information Technology Officers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2336">
        <xs:annotation>
          <xs:documentation>Senior Professional Officers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2349">
        <xs:annotation>
          <xs:documentation>Printer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2334">
        <xs:annotation>
          <xs:documentation>School Support Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2333">
        <xs:annotation>
          <xs:documentation>School Services Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2332">
        <xs:annotation>
          <xs:documentation>Public Servant</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2331">
        <xs:annotation>
          <xs:documentation>Project Support Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2330">
        <xs:annotation>
          <xs:documentation>Project Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2329">
        <xs:annotation>
          <xs:documentation>Project Manager</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2328">
        <xs:annotation>
          <xs:documentation>Program Coordinator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2327">
        <xs:annotation>
          <xs:documentation>Professional Officers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2326">
        <xs:annotation>
          <xs:documentation>Operational Services Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2337">
        <xs:annotation>
          <xs:documentation>Senior Project Officer/Project Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2359">
        <xs:annotation>
          <xs:documentation>Personnel (and Payroll) Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2370">
        <xs:annotation>
          <xs:documentation>Information Analyst</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2369">
        <xs:annotation>
          <xs:documentation>Data Management Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2368">
        <xs:annotation>
          <xs:documentation>Computer Technician</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2367">
        <xs:annotation>
          <xs:documentation>Computer Systems Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2366">
        <xs:annotation>
          <xs:documentation>Business Systems Analyst</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2365">
        <xs:annotation>
          <xs:documentation>Audio Visual Communications Program Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2364">
        <xs:annotation>
          <xs:documentation>Workforce Management Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2363">
        <xs:annotation>
          <xs:documentation>Workers Compensation Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2362">
        <xs:annotation>
          <xs:documentation>Training Officer - out of school Administration</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2347">
        <xs:annotation>
          <xs:documentation>Journalist/Media and Marketing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2360">
        <xs:annotation>
          <xs:documentation>Personnel Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2348">
        <xs:annotation>
          <xs:documentation>Photographer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2358">
        <xs:annotation>
          <xs:documentation>Human Resources Services Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2357">
        <xs:annotation>
          <xs:documentation>Secretary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2356">
        <xs:annotation>
          <xs:documentation>Personal Assistant</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2355">
        <xs:annotation>
          <xs:documentation>Executive Secretary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2354">
        <xs:annotation>
          <xs:documentation>Executive Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2353">
        <xs:annotation>
          <xs:documentation>Executive Assistant</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2352">
        <xs:annotation>
          <xs:documentation>Advisor</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2351">
        <xs:annotation>
          <xs:documentation>Public Relations Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2350">
        <xs:annotation>
          <xs:documentation>Production Officer/Coordinator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2999">
        <xs:annotation>
          <xs:documentation>Out of School Staff out of scope</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2361">
        <xs:annotation>
          <xs:documentation>Recruitment Officer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsAssessmentTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0075">
        <xs:annotation>
          <xs:documentation>Achievement test</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0076">
        <xs:annotation>
          <xs:documentation>Advanced placement test</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3462">
        <xs:annotation>
          <xs:documentation>Alternate assessment/ELL</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0077">
        <xs:annotation>
          <xs:documentation>Alternate assessment/year-level standards</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3461">
        <xs:annotation>
          <xs:documentation>Alternative assessment/modified standards</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3463">
        <xs:annotation>
          <xs:documentation>Aptitude test</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0079">
        <xs:annotation>
          <xs:documentation>Attitudinal test</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0081">
        <xs:annotation>
          <xs:documentation>Cognitive and perceptual skills test</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0082">
        <xs:annotation>
          <xs:documentation>Developmental observation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0083">
        <xs:annotation>
          <xs:documentation>Interest inventory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0084">
        <xs:annotation>
          <xs:documentation>Language proficiency test</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0087">
        <xs:annotation>
          <xs:documentation>Manual dexterity test</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0088">
        <xs:annotation>
          <xs:documentation>Mental ability (intelligence) test</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0089">
        <xs:annotation>
          <xs:documentation>Performance assessment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0090">
        <xs:annotation>
          <xs:documentation>Personality test</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0092">
        <xs:annotation>
          <xs:documentation>Portfolio assessment</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0093">
        <xs:annotation>
          <xs:documentation>Psychological test</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0094">
        <xs:annotation>
          <xs:documentation>Psychomotor test</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0095">
        <xs:annotation>
          <xs:documentation>Reading readiness test</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsLearningStandardItemRelationshipTypesType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="Content">
        <xs:annotation>
          <xs:documentation>A link to another state or school content standard.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PD">
        <xs:annotation>
          <xs:documentation>Personal Development</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="State">
        <xs:annotation>
          <xs:documentation>A link to a standard from another state. The purpose of this is to express relationships between state standards.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsACStrandType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="A">
        <xs:annotation>
          <xs:documentation>The arts</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="B">
        <xs:annotation>
          <xs:documentation>Economics and business</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Civics and citizenship</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="D">
        <xs:annotation>
          <xs:documentation>Design and technologies</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="E">
        <xs:annotation>
          <xs:documentation>English</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="G">
        <xs:annotation>
          <xs:documentation>Geography</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="H">
        <xs:annotation>
          <xs:documentation>History</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="I">
        <xs:annotation>
          <xs:documentation>Digital technologies</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="L">
        <xs:annotation>
          <xs:documentation>Languages</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M">
        <xs:annotation>
          <xs:documentation>Mathematics</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="P">
        <xs:annotation>
          <xs:documentation>Health and physical education</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S">
        <xs:annotation>
          <xs:documentation>Science</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="U">
        <xs:annotation>
          <xs:documentation>Humanities and social sciences</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="T">
        <xs:annotation>
          <xs:documentation>Technology</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="W">
        <xs:annotation>
          <xs:documentation>Work Studies</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsAssessmentReportingMethodType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0512">
        <xs:annotation>
          <xs:documentation>Achievement/proficiency level</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0490">
        <xs:annotation>
          <xs:documentation>Age score</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0492">
        <xs:annotation>
          <xs:documentation>Tertiary admission examination score</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0493">
        <xs:annotation>
          <xs:documentation>Year equivalent or year-level indicator</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3473">
        <xs:annotation>
          <xs:documentation>Graduation score</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3474">
        <xs:annotation>
          <xs:documentation>Growth/value-added/indexing</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3475">
        <xs:annotation>
          <xs:documentation>International Baccalaureate score</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0144">
        <xs:annotation>
          <xs:documentation>Letter grade/mark</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0513">
        <xs:annotation>
          <xs:documentation>Mastery level</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0497">
        <xs:annotation>
          <xs:documentation>Normal curve equivalent</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0498">
        <xs:annotation>
          <xs:documentation>Normalized standard score</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0499">
        <xs:annotation>
          <xs:documentation>Number score</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0500">
        <xs:annotation>
          <xs:documentation>Pass-fail</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3476">
        <xs:annotation>
          <xs:documentation>Percentile</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0502">
        <xs:annotation>
          <xs:documentation>Percentile rank</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0503">
        <xs:annotation>
          <xs:documentation>Proficiency level</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0504">
        <xs:annotation>
          <xs:documentation>Ranking</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3478">
        <xs:annotation>
          <xs:documentation>Raw score</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3479">
        <xs:annotation>
          <xs:documentation>Scale score</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0506">
        <xs:annotation>
          <xs:documentation>Standard age score</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3480">
        <xs:annotation>
          <xs:documentation>Workplace readiness score</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsResourceUsageContentTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="01">
        <xs:annotation>
          <xs:documentation>Internet Usage</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="09">
        <xs:annotation>
          <xs:documentation>Other Usage</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsStaffStatusType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="A">
        <xs:annotation>
          <xs:documentation>Active</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="I">
        <xs:annotation>
          <xs:documentation>Inactive</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="S">
        <xs:annotation>
          <xs:documentation>Suspended</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="O">
        <xs:annotation>
          <xs:documentation>On Leave</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsTeacherCoverCreditType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="In-Lieu">
        <xs:annotation>
          <xs:documentation>The cover is taken as replacement for a cancelled class</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Extra">
        <xs:annotation>
          <xs:documentation>The cover counts towards the teacher's extras quota</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Underload">
        <xs:annotation>
          <xs:documentation>The cover is not counted as an extra because the teacher is underloaded on the cyclical timetable</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Casual">
        <xs:annotation>
          <xs:documentation>The event is supervised by a casual teacher</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsTeacherCoverSupervisionType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="Normal">
        <xs:annotation>
          <xs:documentation>Normal supervision</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MinimalSupervision">
        <xs:annotation>
          <xs:documentation>Minimal supervision</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MergedClass">
        <xs:annotation>
          <xs:documentation>The event is a merged class</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsScheduledActivityTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="Duty">
        <xs:annotation>
          <xs:documentation>Yard duty (cyclical)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TeachingClass">
        <xs:annotation>
          <xs:documentation>Classroom teaching (cyclical)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Study">
        <xs:annotation>
          <xs:documentation>Supervised study for students with gaps in their timetables (cyclical)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RollClass">
        <xs:annotation>
          <xs:documentation>Morning roll-call (cyclical)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RosteredTimeOff">
        <xs:annotation>
          <xs:documentation>Rostered Time Off (cyclical)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="StaffMeeting">
        <xs:annotation>
          <xs:documentation>Staff Meeting (cyclical)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ExtraCurricular">
        <xs:annotation>
          <xs:documentation>Music, sport, chess club etc (cyclical)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Excursion">
        <xs:annotation>
          <xs:documentation>Excursion (one-off)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Incursion">
        <xs:annotation>
          <xs:documentation>Excursion held on campus (one-off)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Exam">
        <xs:annotation>
          <xs:documentation>Exam (one-off)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Event">
        <xs:annotation>
          <xs:documentation>Anything else (one-off)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsEquipmentTypeType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="DesktopComputer">
        <xs:annotation>
          <xs:documentation>Desktop Computer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LaptopComputer">
        <xs:annotation>
          <xs:documentation>Laptop Computer</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Tablet">
        <xs:annotation>
          <xs:documentation>Tablet</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OverheadProjector">
        <xs:annotation>
          <xs:documentation>Overhead Projector</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SlideProjector">
        <xs:annotation>
          <xs:documentation>Slide Projector</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Vehicle">
        <xs:annotation>
          <xs:documentation>Vehicle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsMediumOfInstructionType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0603">
        <xs:annotation>
          <xs:documentation>Technology-based instruction in classroom</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0604">
        <xs:annotation>
          <xs:documentation>Correspondence instruction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0605">
        <xs:annotation>
          <xs:documentation>Face-to-face instruction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0608">
        <xs:annotation>
          <xs:documentation>Virtual/On-line Distance learning</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0609">
        <xs:annotation>
          <xs:documentation>Center-based instruction</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0610">
        <xs:annotation>
          <xs:documentation>Independent study</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0611">
        <xs:annotation>
          <xs:documentation>Internship</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="AUCodeSetsReceivingLocationOfInstructionType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="0340">
        <xs:annotation>
          <xs:documentation>In school</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0341">
        <xs:annotation>
          <xs:documentation>Other K-12 educational institution</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0342">
        <xs:annotation>
          <xs:documentation>Postsecondary facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0752">
        <xs:annotation>
          <xs:documentation>Community facility</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0754">
        <xs:annotation>
          <xs:documentation>Hospital</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="0997">
        <xs:annotation>
          <xs:documentation>Business</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="2192">
        <xs:annotation>
          <xs:documentation>Home</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3018">
        <xs:annotation>
          <xs:documentation>Library/media centre</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="3506">
        <xs:annotation>
          <xs:documentation>Mobile</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="9999">
        <xs:annotation>
          <xs:documentation>Other</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZZREDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:simpleType name="ISO4217CurrencyNamesAndCodeElementsType">
    <xs:restriction base="xs:token">
      <xs:enumeration value="AED">
        <xs:annotation>
          <xs:documentation>UAE Dirham</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFN">
        <xs:annotation>
          <xs:documentation>Afghani</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ALL">
        <xs:annotation>
          <xs:documentation>Lek</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AMD">
        <xs:annotation>
          <xs:documentation>Armenian Dram</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ANG">
        <xs:annotation>
          <xs:documentation>Netherlands Antillian Guikder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AOA">
        <xs:annotation>
          <xs:documentation>Kwanza</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ARS">
        <xs:annotation>
          <xs:documentation>Argentine Peso</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AUD">
        <xs:annotation>
          <xs:documentation>Australian Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AWG">
        <xs:annotation>
          <xs:documentation>Aruban Guilder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AZN">
        <xs:annotation>
          <xs:documentation>Azerbaijanian Manat</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BAM">
        <xs:annotation>
          <xs:documentation>Convertible Marks</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BBD">
        <xs:annotation>
          <xs:documentation>Barbados Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BDT">
        <xs:annotation>
          <xs:documentation>Taka</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BGN">
        <xs:annotation>
          <xs:documentation>Bulgarian Lev</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BHD">
        <xs:annotation>
          <xs:documentation>Bahraini Dinar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BIF">
        <xs:annotation>
          <xs:documentation>Burundi Franc</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BMD">
        <xs:annotation>
          <xs:documentation>Bermudian Dollar (customarily known as Bermuda Dollar) </xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BND">
        <xs:annotation>
          <xs:documentation>Brunei Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BOB">
        <xs:annotation>
          <xs:documentation>Boliviano</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BOV">
        <xs:annotation>
          <xs:documentation>Mvdol</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BRL">
        <xs:annotation>
          <xs:documentation>Brazilian Real</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BSD">
        <xs:annotation>
          <xs:documentation>Bahamian Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BTN">
        <xs:annotation>
          <xs:documentation>Ngultrum</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BWP">
        <xs:annotation>
          <xs:documentation>Pula</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BYR">
        <xs:annotation>
          <xs:documentation>Belarussian Ruble</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BZD">
        <xs:annotation>
          <xs:documentation>Belize Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CAD">
        <xs:annotation>
          <xs:documentation>Canadian Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CDF">
        <xs:annotation>
          <xs:documentation>Franc Congolais</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CHE">
        <xs:annotation>
          <xs:documentation>WIR Euro</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CHF">
        <xs:annotation>
          <xs:documentation>Swiss Franc</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CHW">
        <xs:annotation>
          <xs:documentation>WIR Franc</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CLF">
        <xs:annotation>
          <xs:documentation>Unidades de formento</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CLP">
        <xs:annotation>
          <xs:documentation>Chilean Peso</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CNY">
        <xs:annotation>
          <xs:documentation>Yuan Renminbi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="COP">
        <xs:annotation>
          <xs:documentation>Colombian Peso</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="COU">
        <xs:annotation>
          <xs:documentation>Unidad de Valor Real</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CRC">
        <xs:annotation>
          <xs:documentation>Costa Rican Colon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CUC">
        <xs:annotation>
          <xs:documentation>Perso Convertible</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CUP">
        <xs:annotation>
          <xs:documentation>Cuban Peso</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CVE">
        <xs:annotation>
          <xs:documentation>Cape Verde Escudo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CZK">
        <xs:annotation>
          <xs:documentation>Czech Koruna</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DJF">
        <xs:annotation>
          <xs:documentation>Djibouti Franc</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DKK">
        <xs:annotation>
          <xs:documentation>Danish Krone</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DOP">
        <xs:annotation>
          <xs:documentation>Dominican Peso</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DZD">
        <xs:annotation>
          <xs:documentation>Algerian Dinar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EGP">
        <xs:annotation>
          <xs:documentation>Egyptian Pound</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ERN">
        <xs:annotation>
          <xs:documentation>Nakfa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ETB">
        <xs:annotation>
          <xs:documentation>Ethiopian Birr</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EUR">
        <xs:annotation>
          <xs:documentation>Euro</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FJD">
        <xs:annotation>
          <xs:documentation>Fiji Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="FKP">
        <xs:annotation>
          <xs:documentation>Falkland Islands Pound</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GBP">
        <xs:annotation>
          <xs:documentation>Pound Sterling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GEL">
        <xs:annotation>
          <xs:documentation>Lari</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GHS">
        <xs:annotation>
          <xs:documentation>Cedi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GIP">
        <xs:annotation>
          <xs:documentation>Gibraltar Pound</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GMD">
        <xs:annotation>
          <xs:documentation>Dalasi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GNF">
        <xs:annotation>
          <xs:documentation>Guinea Franc</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GTQ">
        <xs:annotation>
          <xs:documentation>Quetzal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GYD">
        <xs:annotation>
          <xs:documentation>Guyana Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HKD">
        <xs:annotation>
          <xs:documentation>Hong Kong Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HNL">
        <xs:annotation>
          <xs:documentation>Lempira</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HRK">
        <xs:annotation>
          <xs:documentation>Croatian Kuna</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HTG">
        <xs:annotation>
          <xs:documentation>Gourde</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HUF">
        <xs:annotation>
          <xs:documentation>Forint</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IDR">
        <xs:annotation>
          <xs:documentation>Rupiah</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ILS">
        <xs:annotation>
          <xs:documentation>New Israeli Sheqel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="INR">
        <xs:annotation>
          <xs:documentation>Indian Rupee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IQD">
        <xs:annotation>
          <xs:documentation>Iraqi Dinar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IRR">
        <xs:annotation>
          <xs:documentation>Iranian Rial</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ISK">
        <xs:annotation>
          <xs:documentation>Iceland Krona</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JMD">
        <xs:annotation>
          <xs:documentation>Jamaican Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JOD">
        <xs:annotation>
          <xs:documentation>Jordanian Dinar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JPY">
        <xs:annotation>
          <xs:documentation>Yen</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KES">
        <xs:annotation>
          <xs:documentation>Kenyan Shilling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KGS">
        <xs:annotation>
          <xs:documentation>Som</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KHR">
        <xs:annotation>
          <xs:documentation>Riel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KMF">
        <xs:annotation>
          <xs:documentation>Comoro Franc</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KPW">
        <xs:annotation>
          <xs:documentation>North Korean Won</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KRW">
        <xs:annotation>
          <xs:documentation>Won</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KWD">
        <xs:annotation>
          <xs:documentation>Kuwaiti Dinar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KYD">
        <xs:annotation>
          <xs:documentation>Cayman Islands Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KZT">
        <xs:annotation>
          <xs:documentation>Tenge</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LAK">
        <xs:annotation>
          <xs:documentation>Kip</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LBP">
        <xs:annotation>
          <xs:documentation>Lebanese Pound</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LKR">
        <xs:annotation>
          <xs:documentation>Sri Lanka Rupee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LRD">
        <xs:annotation>
          <xs:documentation>Liberian Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LSL">
        <xs:annotation>
          <xs:documentation>Loti</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LTL">
        <xs:annotation>
          <xs:documentation>Lithuanian Litas</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LYD">
        <xs:annotation>
          <xs:documentation>Libyan Dinar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MAD">
        <xs:annotation>
          <xs:documentation>Moroccan Dirham</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MDL">
        <xs:annotation>
          <xs:documentation>Moldovan Leu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MGA">
        <xs:annotation>
          <xs:documentation>Malagascy Ariary</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MKD">
        <xs:annotation>
          <xs:documentation>Denar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MMK">
        <xs:annotation>
          <xs:documentation>Kyat</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MNT">
        <xs:annotation>
          <xs:documentation>Tugrik</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MOP">
        <xs:annotation>
          <xs:documentation>Pataca</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MRO">
        <xs:annotation>
          <xs:documentation>Ouguiya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MUR">
        <xs:annotation>
          <xs:documentation>Mauritius Rupee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MVR">
        <xs:annotation>
          <xs:documentation>Rufiyaa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MWK">
        <xs:annotation>
          <xs:documentation>Kwacha</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MXN">
        <xs:annotation>
          <xs:documentation>Mexican Peso</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MXV">
        <xs:annotation>
          <xs:documentation>Mexican Unidad de Inversion (UID)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MYR">
        <xs:annotation>
          <xs:documentation>Malaysian Ringgit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MZN">
        <xs:annotation>
          <xs:documentation>Metical </xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NAD">
        <xs:annotation>
          <xs:documentation>Namibian Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NGN">
        <xs:annotation>
          <xs:documentation>Naira</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NIO">
        <xs:annotation>
          <xs:documentation>Cordoba Oro</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NOK">
        <xs:annotation>
          <xs:documentation>Norwegian Krone</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NPR">
        <xs:annotation>
          <xs:documentation>Nepalese Rupee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NZD">
        <xs:annotation>
          <xs:documentation>New Zealand Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OMR">
        <xs:annotation>
          <xs:documentation>Rial Omani</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PAB">
        <xs:annotation>
          <xs:documentation>Balboa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PEN">
        <xs:annotation>
          <xs:documentation>Nuevo Sol</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PGK">
        <xs:annotation>
          <xs:documentation>Kina</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PHP">
        <xs:annotation>
          <xs:documentation>Philippine Peso</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PKR">
        <xs:annotation>
          <xs:documentation>Pakistan Rupee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PLN">
        <xs:annotation>
          <xs:documentation>Zloty</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PYG">
        <xs:annotation>
          <xs:documentation>Guarani</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="QAR">
        <xs:annotation>
          <xs:documentation>Qatari Rial</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RON">
        <xs:annotation>
          <xs:documentation>New Leu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RUB">
        <xs:annotation>
          <xs:documentation>Russian Ruble</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RSD">
        <xs:annotation>
          <xs:documentation>Serbian Dina</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RWF">
        <xs:annotation>
          <xs:documentation>Rwanda Franc</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SAR">
        <xs:annotation>
          <xs:documentation>Saudi Riyal</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SBD">
        <xs:annotation>
          <xs:documentation>Solomon Islands Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SCR">
        <xs:annotation>
          <xs:documentation>Seychelles Rupee</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SDG">
        <xs:annotation>
          <xs:documentation>Sudanese Pound</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SEK">
        <xs:annotation>
          <xs:documentation>Swedish Krona</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SGD">
        <xs:annotation>
          <xs:documentation>Singapore Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SHP">
        <xs:annotation>
          <xs:documentation>Saint Helena Pound</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SLL">
        <xs:annotation>
          <xs:documentation>Leone</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SOS">
        <xs:annotation>
          <xs:documentation>Somali Shilling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SRD">
        <xs:annotation>
          <xs:documentation>Surinam Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SSP">
        <xs:annotation>
          <xs:documentation>South Sudanese Pound</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="STD">
        <xs:annotation>
          <xs:documentation>Dobra</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SVC">
        <xs:annotation>
          <xs:documentation>El Salvador Colon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SYP">
        <xs:annotation>
          <xs:documentation>Syrian Pound</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SZL">
        <xs:annotation>
          <xs:documentation>Lilangeni</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="THB">
        <xs:annotation>
          <xs:documentation>Baht</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TJS">
        <xs:annotation>
          <xs:documentation>Somoni</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TMT">
        <xs:annotation>
          <xs:documentation>Turkmenistan New Manat</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TND">
        <xs:annotation>
          <xs:documentation>Tunisian Dinar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TOP">
        <xs:annotation>
          <xs:documentation>Pa'anga</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TRY">
        <xs:annotation>
          <xs:documentation>New Turkish Lira</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TTD">
        <xs:annotation>
          <xs:documentation>Trinidad and Tobago Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TWD">
        <xs:annotation>
          <xs:documentation>New Taiwan Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TZS">
        <xs:annotation>
          <xs:documentation>Tanzanian Shilling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UAH">
        <xs:annotation>
          <xs:documentation>Hryvnia</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UGX">
        <xs:annotation>
          <xs:documentation>Uganda Shilling</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USD">
        <xs:annotation>
          <xs:documentation>US Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USN">
        <xs:annotation>
          <xs:documentation>US Dollar (Next day)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UYU">
        <xs:annotation>
          <xs:documentation>Peso Uruguayo</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UZS">
        <xs:annotation>
          <xs:documentation>Uzbekistan Sum</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VEF">
        <xs:annotation>
          <xs:documentation>Bolivar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VND">
        <xs:annotation>
          <xs:documentation>Dong</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VUV">
        <xs:annotation>
          <xs:documentation>Vatu</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="WST">
        <xs:annotation>
          <xs:documentation>Tala</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XAF">
        <xs:annotation>
          <xs:documentation>CFA Franc BEAC</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XAG">
        <xs:annotation>
          <xs:documentation>Silver</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XAU">
        <xs:annotation>
          <xs:documentation>Gold</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XBA">
        <xs:annotation>
          <xs:documentation>Bond Markets Units European Composite Unit (EURCO)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XBB">
        <xs:annotation>
          <xs:documentation>European Monetary Unit (E.M.U.-6)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XBC">
        <xs:annotation>
          <xs:documentation>European Unit of Account 9 (E.U.A.-9)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XBD">
        <xs:annotation>
          <xs:documentation>European Unit of Account 17 (E.U.A.-17)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XCD">
        <xs:annotation>
          <xs:documentation>East Caribbean Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XDR">
        <xs:annotation>
          <xs:documentation>SDR</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XOF">
        <xs:annotation>
          <xs:documentation>CFA Franc BCEAO</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XPD">
        <xs:annotation>
          <xs:documentation>Palladium</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XPF">
        <xs:annotation>
          <xs:documentation>CFP Franc</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XPT">
        <xs:annotation>
          <xs:documentation>Platinum</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XSU">
        <xs:annotation>
          <xs:documentation>Sucre</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XUA">
        <xs:annotation>
          <xs:documentation>ADB Unit of Account</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XTS">
        <xs:annotation>
          <xs:documentation>Code specifically reserved for testing purposes</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="XXX">
        <xs:annotation>
          <xs:documentation>Code assigned for transactions where no currency is involved</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="YER">
        <xs:annotation>
          <xs:documentation>Yemeni Rial</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZAR">
        <xs:annotation>
          <xs:documentation>Rand</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZMK">
        <xs:annotation>
          <xs:documentation>Kwacha</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ZWN">
        <xs:annotation>
          <xs:documentation>Zimbabwe Dollar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="REDACTED">
        <xs:annotation>
          <xs:documentation>Redacted for privacy</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>

  <!--NAPTestItemContentType-->

  <xs:complexType name="NAPTestItemContentType">
    <xs:annotation>
      <xs:documentation>Contents of a Test Item in the context of NAP.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="NAPTestItemLocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local identifier of NAP test item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ItemName" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of NAP test item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ItemType" type="AUCodeSetsNAPTestItemTypeType">
        <xs:annotation>
          <xs:documentation>Response type for the test item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Subdomain" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Subdomain descriptor for the test item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="WritingGenre" minOccurs="0" nillable="true" type="AUCodeSetsNAPWritingGenreType">
        <xs:annotation>
          <xs:documentation>Genre of writing for the test item. Values: Narrative, Persuasive.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ItemDescriptor" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Description of the test item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ReleasedStatus" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>Whether the test item has been publicly released.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MarkingType" type="AUCodeSetsNAPTestItemMarkingTypeType">
        <xs:annotation>
          <xs:documentation>Method used to mark the test item. Values: AS Auto Scoring, MM Manual Marking, AES Auto Essay Scoring.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MultipleChoiceOptionCount" minOccurs="0" nillable="true" type="xs:int">
        <xs:annotation>
          <xs:documentation>For multiple choice and multiple choices questions, the number of questions.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CorrectAnswer" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Τhe correct answer to the test item. (Mandatory for everything except writing).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MaximumScore" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Full marks allocated for correct response.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ItemDifficulty" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Item difficulty on same scale as Student Scaled Score.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ItemDifficultyLogit5" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Item difficulty in logits at 0.5 probability.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ItemDifficultyLogit62" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Item difficulty in logits at 0.62 probability.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ItemDifficultyLogit5SE" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Standard Error for item difficulty in logits at 0.5 probability.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ItemDifficultyLogit62SE" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Standard Error for item difficulty in logits at 0.62 probability.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ItemProficiencyBand" type="xs:integer">
        <xs:annotation>
          <xs:documentation>The item proficiency band. Uses the same classification as Student Scaled Score.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ItemProficiencyLevel" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The item proficiency level. Uses the same classification as Student Scaled Score.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExemplarURL" minOccurs="0" nillable="true" type="xs:anyURI">
        <xs:annotation>
          <xs:documentation>The publicly accessible location of an exemplar for the test item. Used if the test item itself has not been published.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ItemSubstitutedForList" minOccurs="0" nillable="true" type="SubstituteItemListType">
        <xs:annotation>
          <xs:documentation>List of the RefId of the main item(s) for which this is a Substitute item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ContentDescriptionList" minOccurs="0" nillable="true" type="ContentDescriptionListType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="StimulusList" minOccurs="0" nillable="true" type="StimulusListType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="NAPWritingRubricList" minOccurs="0" nillable="true" type="NAPWritingRubricListType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--NAPTestletContentType-->

  <xs:complexType name="NAPTestletContentType">
    <xs:annotation>
      <xs:documentation>Contents of a Teslet in the context of NAP.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="NAPTestletLocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local identifier that identifies this NAP testlet.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TestletName" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Testlet name allocated at test construction.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Node" minOccurs="0" nillable="true" type="xs:token">
        <xs:annotation>
          <xs:documentation>Label of testlet used for testlet sequencing. Values: A,B,C,D,E,F,G.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocationInStage" minOccurs="0" nillable="true" type="xs:integer">
        <xs:annotation>
          <xs:documentation>Location of Testlet in stage.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TestletMaximumScore" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Weighted Maximum score that a student can achieve in this testlet.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--NAPTestContentType-->

  <xs:complexType name="NAPTestContentType">
    <xs:annotation>
      <xs:documentation>Contents of an assessment assigned in the context of NAP, targeted at a particular domain and year level.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="NAPTestLocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local identifier of NAP test.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TestName" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of the NAP test.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TestLevel" type="YearLevelType" />
      <xs:element name="TestType" type="AUCodeSetsNAPTestTypeType">
        <xs:annotation>
          <xs:documentation>Type of NAP Test assigned in the session</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Domain" type="AUCodeSetsNAPTestDomainType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="TestYear" type="SchoolYearType">
        <xs:annotation>
          <xs:documentation>Year that testing took place, e.g. 2017.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StagesCount" type="xs:int">
        <xs:annotation>
          <xs:documentation>Number of branching stages in the test; 1 for a flat test.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DomainBands" type="DomainBandsContainerType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="DomainProficiency" type="DomainProficiencyContainerType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--PlausibleScaledValueListType-->

  <xs:complexType name="PlausibleScaledValueListType">
    <xs:sequence>
      <xs:element name="PlausibleScaledValue" maxOccurs="unbounded" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Plausible values used for reporting to determine cut points, there are 5 per student per domain.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--SubstituteItemListType-->

  <xs:complexType name="SubstituteItemListType">
    <xs:sequence>
      <xs:element name="SubstituteItem" maxOccurs="unbounded" type="SubstituteItemType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--SubstituteItemType-->

  <xs:complexType name="SubstituteItemType">
    <xs:sequence>
      <xs:element name="SubstituteItemRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID that identifies the test item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SubstituteItemLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local identifier of the test item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PNPCodeList" type="PNPCodeListType">
        <xs:annotation>
          <xs:documentation>Adjustment code for which the substitute item is applicable.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--CodeFrameTestItemListType-->

  <xs:complexType name="CodeFrameTestItemListType">
    <xs:sequence>
      <xs:element name="TestItem" maxOccurs="unbounded" type="CodeFrameTestItemType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--CodeFrameTestItemType-->

  <xs:complexType name="CodeFrameTestItemType">
    <xs:sequence>
      <xs:element name="TestItemRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID of Test item object.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SequenceNumber" type="xs:integer">
        <xs:annotation>
          <xs:documentation>Location of test item in testlet, as an ordinal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TestItemContent" type="NAPTestItemContentType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StimulusLocalIdListType-->

  <xs:complexType name="StimulusLocalIdListType">
    <xs:sequence>
      <xs:element name="StimulusLocalId" maxOccurs="unbounded" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>LocalId of Stimulus</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--DomainBandsContainerType-->

  <xs:complexType name="DomainBandsContainerType">
    <xs:annotation>
      <xs:documentation>Container for the NAP Domain Bands - Upper and Lower</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Band1Lower" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Lowest scaled score value for Band 1 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band1Upper" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Upper scaled score value for Band 1 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band2Lower" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Lowest scaled score value for Band 2 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band2Upper" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Upper scaled score value for Band 2 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band3Lower" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Lowest scaled score value for Band 3 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band3Upper" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Upper scaled score value for Band 3 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band4Lower" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Lowest scaled score value for Band 4 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band4Upper" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Upper scaled score value for Band 4 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band5Lower" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Lowest scaled score value for Band 5 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band5Upper" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Upper scaled score value for Band 5 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band6Lower" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Lowest scaled score value for Band 6 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band6Upper" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Upper scaled score value for Band 6 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band7Lower" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Lowest scaled score value for Band 7 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band7Upper" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Upper scaled score value for Band 7 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band8Lower" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Lowest scaled score value for Band 8 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band8Upper" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Upper scaled score value for Band 8 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band9Lower" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Lowest scaled score value for Band 9 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band9Upper" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Upper scaled score value for Band 9 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band10Lower" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Lowest scaled score value for Band 10 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Band10Upper" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Upper scaled score value for Band 10 in domain specified.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--DomainProficiencyContainerType-->

  <xs:complexType name="DomainProficiencyContainerType">
    <xs:annotation>
      <xs:documentation>Container for the NAP Proficiency Levels</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Level1Lower" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Lowest scaled score value for Proficiency Level 1 in doman specified (place holder).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Level1Upper" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Upper scaled score value for Proficiency Level 1 in doman specified (place holder).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Level2Lower" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Lowest scaled score value for Proficiency Level 2 in doman specified (place holder).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Level2Upper" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Upper scaled score value for Proficiency Level 2 in doman specified (place holder).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Level3Lower" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Lowest scaled score value for Proficiency Level 3 in doman specified (place holder).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Level3Upper" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Upper scaled score value for Proficiency Level 3 in doman specified (place holder).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Level4Lower" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Lowest scaled score value for Proficiency Level 4 in doman specified (place holder).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Level4Upper" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Upper scaled score value for Proficiency Level 4 in doman specified (place holder).</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--NAPTestItemListType-->

  <xs:complexType name="NAPTestItemListType">
    <xs:sequence>
      <xs:element name="TestItem" maxOccurs="unbounded" type="NAPTestItem2Type">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--NAPTestItem2Type-->

  <xs:complexType name="NAPTestItem2Type">
    <xs:sequence>
      <xs:element name="TestItemRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID that identifies the test item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TestItemLocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local identifier of the test item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SequenceNumber" type="xs:integer">
        <xs:annotation>
          <xs:documentation>Location of test item in testlet, as an ordinal.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--NAPCodeFrameTestletListType-->

  <xs:complexType name="NAPCodeFrameTestletListType">
    <xs:sequence>
      <xs:element name="Testlet" maxOccurs="unbounded" type="NAPTestletCodeFrameType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--NAPTestletCodeFrameType-->

  <xs:complexType name="NAPTestletCodeFrameType">
    <xs:sequence>
      <xs:element name="NAPTestletRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>GUID of Testlet object.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TestletContent" type="NAPTestletContentType" />
      <xs:element name="TestItemList" type="CodeFrameTestItemListType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--NAPStudentResponseTestletListType-->

  <xs:complexType name="NAPStudentResponseTestletListType">
    <xs:sequence>
      <xs:element name="Testlet" maxOccurs="unbounded" type="NAPTestletResponseType">
        <xs:annotation>
          <xs:documentation>Scores received by the student for each testlet in the test.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--NAPTestletResponseType-->

  <xs:complexType name="NAPTestletResponseType">
    <xs:sequence>
      <xs:element name="NAPTestletRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID for the testlet that the student is sitting. May be linking to prior codeframe download.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NAPTestletLocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local identifier of NAP testlet.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TestletSubScore" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Weighted Total score across all Marked Student Responses for the testlet.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ItemResponseList" type="NAPTestletItemResponseListType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--NAPTestletItemResponseListType-->

  <xs:complexType name="NAPTestletItemResponseListType">
    <xs:sequence>
      <xs:element name="ItemResponse" maxOccurs="unbounded" type="NAPTestletResponseItemType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--NAPTestletResponseItemType-->

  <xs:complexType name="NAPTestletResponseItemType">
    <xs:annotation>
      <xs:documentation>Scores received by the student for teach item in the testlet</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="NAPTestItemRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The GUID that identifies this NAPLAN test item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NAPTestItemLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local identifier for the test item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Response" type="xs:string">
        <xs:annotation>
          <xs:documentation>Student's response to the test item; can include the HTML formatted original response for writing.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ResponseCorrectness" minOccurs="0" nillable="true" type="AUCodeSetsNAPResponseCorrectnessType">
        <xs:annotation>
          <xs:documentation>After the test has been scored, this value will indicate the correctness of the response. This element will be missing if the response has not yet been scored. For open ended items that are scored using a rubric, this value will also likely be missing. These items do not fall nicely into the right/wrong category.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Score" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Score received by student for item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LapsedTimeItem" type="xs:duration">
        <xs:annotation>
          <xs:documentation>Time taken for student to complete item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SequenceNumber" type="xs:integer">
        <xs:annotation>
          <xs:documentation>Location of test item in testlet, as an ordinal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ItemWeight" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Weighting for item in calculation of raw scores for testlets, tests.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SubscoreList" minOccurs="0" nillable="true" type="NAPSubscoreListType">
        <xs:annotation>
          <xs:documentation>Subscores contributing to the total mark.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--NAPSubscoreListType-->

  <xs:complexType name="NAPSubscoreListType">
    <xs:sequence>
      <xs:element name="Subscore" maxOccurs="unbounded" type="NAPSubscoreType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--NAPSubscoreType-->

  <xs:complexType name="NAPSubscoreType">
    <xs:sequence>
      <xs:element name="SubscoreType" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Subscoring category, under which student receives a mark contributing to the total mark.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SubscoreValue" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Student's mark received for this particular subscoring category.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--DomainScoreType-->

  <xs:complexType name="DomainScoreType">
    <xs:sequence>
      <xs:element name="RawScore" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Raw Total score across all Marked Student Responses for the Domain.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ScaledScoreValue" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Weighted Likelihood Estimate for Domain, commonly known as scaled score.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ScaledScoreLogitValue" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Student ability for Domain in logits at 0.5 probability level.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ScaledScoreStandardError" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Standard Error for Domain Scaled Score for this student.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ScaledScoreLogitStandardError" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Standard Error for Domain Scaled Score for this student in logits.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StudentDomainBand" type="xs:integer">
        <xs:annotation>
          <xs:documentation>The integer value of the performance band that the student’s score is in for the NAP test domain.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StudentProficiency" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The Skill Progression Level that the student’s score is in for the NAP test domain.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PlausibleScaledValueList" maxOccurs="unbounded" type="PlausibleScaledValueListType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--NAPWritingRubricListType-->

  <xs:complexType name="NAPWritingRubricListType">
    <xs:sequence>
      <xs:element name="NAPWritingRubric" maxOccurs="unbounded" type="NAPWritingRubricType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--NAPWritingRubricType-->

  <xs:complexType name="NAPWritingRubricType">
    <xs:annotation>
      <xs:documentation />
    </xs:annotation>
    <xs:sequence>
      <xs:element name="RubricType" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Category that rubric is scoring for.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ScoreList" type="ScoreListType">
        <xs:annotation>
          <xs:documentation>Category that rubric is scoring for.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Descriptor" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Descriptor of Score Point of Writing Rubric.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ScoreListType-->

  <xs:complexType name="ScoreListType">
    <xs:sequence>
      <xs:element name="Score" maxOccurs="unbounded" type="ScoreType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ScoreType-->

  <xs:complexType name="ScoreType">
    <xs:annotation>
      <xs:documentation>.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="MaxScoreValue" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Total maximum score value that a student can achieve under the current rubric.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ScoreDescriptionList" type="ScoreDescriptionListType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ScoreDescriptionListType-->

  <xs:complexType name="ScoreDescriptionListType">
    <xs:sequence>
      <xs:element name="ScoreDescription" maxOccurs="unbounded" type="ScoreDescriptionType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ScoreDescriptionType-->

  <xs:complexType name="ScoreDescriptionType">
    <xs:sequence>
      <xs:element name="ScoreValue" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Score point: Individual maximum score value that a student can achieve under the current rubric.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Descriptor" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Descriptor of Writing Rubric</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StimulusListType-->

  <xs:complexType name="StimulusListType">
    <xs:sequence>
      <xs:element name="Stimulus" maxOccurs="unbounded" type="StimulusType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StimulusType-->

  <xs:complexType name="StimulusType">
    <xs:annotation>
      <xs:documentation>Description of a trigger  for a response in a NAP test.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StimulusLocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Item Identifier for Stimulus.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TextGenre" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Genre for Reading Stimulus Text.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TextType" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Genre for Reading Stimulus Text.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="WordCount" minOccurs="0" nillable="true" type="xs:integer">
        <xs:annotation>
          <xs:documentation>Word count for Reading Stimulus Text.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TextDescriptor" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="Content" type="xs:anyURI">
        <xs:annotation>
          <xs:documentation>Link to Stimulus.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ContentDescriptionListType-->

  <xs:complexType name="ContentDescriptionListType">
    <xs:sequence>
      <xs:element name="ContentDescription" maxOccurs="unbounded" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Content description in the Australian Curriculum that is relevant to the test item.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--PNPCodeListType-->

  <xs:complexType name="PNPCodeListType">
    <xs:sequence>
      <xs:element name="PNPCode" maxOccurs="unbounded" type="AUCodeSetsPNPCodeType">
        <xs:annotation>
          <xs:documentation>Personal Needs and Preferences Code(s) applied to the domain.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--AdjustmentContainerType-->

  <xs:complexType name="AdjustmentContainerType">
    <xs:annotation>
      <xs:documentation />
    </xs:annotation>
    <xs:sequence>
      <xs:element name="PNPCodeList" type="PNPCodeListType">
        <xs:annotation>
          <xs:documentation>Personal Needs and Preferences Code(s) applied.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="BookletType" minOccurs="0" nillable="true" type="xs:token">
        <xs:annotation>
          <xs:documentation>Booklet Type to be used for the NAP test as an adjustment. Values: Braille.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--TestDisruptionListType-->

  <xs:complexType name="TestDisruptionListType">
    <xs:sequence>
      <xs:element name="TestDisruption" maxOccurs="unbounded" type="TestDisruptionType">
        <xs:annotation>
          <xs:documentation>An event disrupting a test session</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--TestDisruptionType-->

  <xs:complexType name="TestDisruptionType">
    <xs:annotation>
      <xs:documentation>This is an alert message that is associated with the student.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Event" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>A description of a special event which disrupted the test session.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--CalendarSummaryListType-->

  <xs:complexType name="CalendarSummaryListType">
    <xs:sequence>
      <xs:element name="CalendarSummaryRefId" minOccurs="0" maxOccurs="unbounded" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The ID (GUID) of a calendar summary to which this Staff Member is associated with.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--VisaSubClassType-->

  <xs:complexType name="VisaSubClassType">
    <xs:annotation>
      <xs:documentation />
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="VisaSubClassCodeType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="VisaExpiryDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Expiry Date of Visa if one exists</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ATEExpiryDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Authority to Enroll Expiry Date if one exists. Authority to Enroll Expiry date is also required to ensure the validity of a  student’s enrolment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ATEStartDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Authority to Enroll Start Date if one exists. Authority to Enroll Start is also required to ensure the validity of a  student’s enrolment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="VisaStatisticalCode" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Visa Statistical Code - Can be free text - not necessary to validate</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--VisaSubClassListType-->

  <xs:complexType name="VisaSubClassListType">
    <xs:annotation>
      <xs:documentation>List of Visas</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="VisaSubClass" minOccurs="0" maxOccurs="unbounded" type="VisaSubClassType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--VisaSubClassCodeType-->

  <xs:simpleType name="VisaSubClassCodeType">
    <xs:annotation>
      <xs:documentation>Visa Sub-Class - Can be free text - not necessary to validate</xs:documentation>
    </xs:annotation>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="AUCodeSetsVisaSubClassType" />
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:string" />
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>


  <!--LanguageBaseType-->

  <xs:complexType name="LanguageBaseType">
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsAustralianStandardClassificationOfLanguagesASCLType">
        <xs:annotation>
          <xs:documentation>The code representing the specific language that an individual uses to communicate.�</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
      <xs:element name="LanguageType" minOccurs="0" nillable="true" type="AUCodeSetsLanguageTypeType">
        <xs:annotation>
          <xs:documentation>An indication of the function and context in which an individual uses a language to communicate.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Dialect" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Specific dialect of a person's language.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ReligiousEventListType-->

  <xs:complexType name="ReligiousEventListType">
    <xs:annotation>
      <xs:documentation>List of Religious events</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="ReligiousEvent" minOccurs="0" maxOccurs="unbounded" type="ReligiousEventType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ReligiousEventType-->

  <xs:complexType name="ReligiousEventType">
    <xs:annotation>
      <xs:documentation />
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Type" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Religious Event - Currently Free Text</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Date" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date of Religious Event</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ReligionType-->

  <xs:complexType name="ReligionType">
    <xs:annotation>
      <xs:documentation>Type of Religion if any</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsAustralianStandardClassificationOfReligiousGroupsASCRGType">
        <xs:annotation>
          <xs:documentation>Religion Code</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--DwellingArrangementType-->

  <xs:complexType name="DwellingArrangementType">
    <xs:annotation>
      <xs:documentation>Setting/environment in which the person resides.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsDwellingArrangementType">
        <xs:annotation>
          <xs:documentation>Code representing the setting/environment in which the person resides</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--CountryListType-->

  <xs:complexType name="CountryListType">
    <xs:sequence>
      <xs:element name="CountryOfCitizenship" maxOccurs="unbounded" type="CountryType">
        <xs:annotation>
          <xs:documentation>A person's country of citizenship.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--CountryList2Type-->

  <xs:complexType name="CountryList2Type">
    <xs:sequence>
      <xs:element name="CountryOfResidency" maxOccurs="unbounded" type="CountryType">
        <xs:annotation>
          <xs:documentation>A person's country of residency.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--DebitOrCreditAmountType-->

  <xs:complexType name="DebitOrCreditAmountType">
    <xs:annotation>
      <xs:documentation>Gross amount to be billed, including any tax. Can be credit (e.g. for family credit notes, reimbursements, rebates).</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="MonetaryAmountType">
        <xs:attribute name="Type" use="required">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="Debit" />
              <xs:enumeration value="Credit" />
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>


  <!--ScheduledActivityOverrideType-->

  <xs:complexType name="ScheduledActivityOverrideType">
    <xs:annotation>
      <xs:documentation>This flag should be used to indicate whether or not this ScheduledActivity overrides a previous ScheduledActivity. In any initial provisioning this element should NOT be provided.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="AUCodeSetsYesOrNoCategoryType">
        <xs:attribute name="DateOfOverride" use="optional" type="xs:date">
          <xs:annotation>
            <xs:documentation>The date needs to be provided if Override=Yes.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>


  <!--ActivityTimeType-->

  <xs:complexType name="ActivityTimeType">
    <xs:annotation>
      <xs:documentation>Time structures for the activity.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="CreationDate" type="xs:date">
        <xs:annotation>
          <xs:documentation>Creation date of the activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Duration" minOccurs="0" nillable="true">
        <xs:annotation>
          <xs:documentation>Time required to complete the activity.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:unsignedInt">
              <xs:attribute name="Units" use="required">
                <xs:annotation>
                  <xs:documentation>Unit of time of the Duration value. </xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="week" />
                    <xs:enumeration value="day" />
                    <xs:enumeration value="hour" />
                    <xs:enumeration value="minute" />
                    <xs:enumeration value="second" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="StartDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date activity is started.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FinishDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date activity is finished.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DueDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date activity is due.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--SchoolCourseInfoOverrideType-->

  <xs:complexType name="SchoolCourseInfoOverrideType">
    <xs:annotation>
      <xs:documentation>Optional overrides of the course information for this section.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="CourseCode" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Override of the school-defined course code for this section.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StateCourseCode" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Override of the state-defined course code for this section.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DistrictCourseCode" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Override of the district course code for this section.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SubjectArea" minOccurs="0" nillable="true" type="SubjectAreaType">
        <xs:annotation>
          <xs:documentation>Override of the subject matter area for this section.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CourseTitle" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Override of the course title for this section.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="InstructionalLevel" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Override of the instructional level for this section.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CourseCredits" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Override of the course credits for this section.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="Override" use="required">
      <xs:annotation>
        <xs:documentation>Designates whether or not SchoolCourseInfo information has been overridden with different values for this section.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="Yes" />
          <xs:enumeration value="No" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>


  <!--LocationOfInstructionType-->

  <xs:complexType name="LocationOfInstructionType">
    <xs:annotation>
      <xs:documentation>Description of the location in which the section is taught.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsReceivingLocationOfInstructionType">
        <xs:annotation>
          <xs:documentation>Code representing the location of instruction.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--LanguageOfInstructionType-->

  <xs:complexType name="LanguageOfInstructionType">
    <xs:annotation>
      <xs:documentation>Language in which the section is taught.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsAustralianStandardClassificationOfLanguagesASCLType">
        <xs:annotation>
          <xs:documentation>Code representing the language of instruction.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--MediumOfInstructionType-->

  <xs:complexType name="MediumOfInstructionType">
    <xs:annotation>
      <xs:documentation>Medium through which the student receives instructional communication from the teacher.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsMediumOfInstructionType">
        <xs:annotation>
          <xs:documentation>Code representing the medium of instruction.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--StudentActivityType-->

  <xs:complexType name="StudentActivityType">
    <xs:annotation>
      <xs:documentation>Information regarding the co-curricular or extra-curricular activity. </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsActivityInvolvementCodeType">
        <xs:annotation>
          <xs:documentation>Code identifying the co-curricular or extra-curricular activity. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--ContactFlagsType-->

  <xs:complexType name="ContactFlagsType">
    <xs:annotation>
      <xs:documentation>
        Contains Yes/No characteristics of the contact person's role.  Provide a Yes value for all that apply.
        At least one of the child elements of ContactFlags must have a Yes value.
        Do not publish the StudentContactRelationship instance if one of the child elements does not have a Yes value.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="ParentLegalGuardian" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Does the individual have parental or legal guardianship responsibility for the student?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PickupRights" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>This element tells whether or not the contact has pickup rights.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LivesWith" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Does the student live with this contact?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AccessToRecords" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Does this contact have access to the student's records?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ReceivesAssessmentReport" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>In particular, should this contact receive a copy of the student report? </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EmergencyContact" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Should this contact be notified in case of emergency?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="HasCustody" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Does this contact have or share custody of the student?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DisciplinaryContact" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Is this person to be contacted in case of disciplinary action?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AttendanceContact" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Should this contact be notified in case of an attendance issue?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PrimaryCareProvider" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Does this person provide daily living or personal assistance to the student?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FeesBilling" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Is this the contact responsible for Payment of Fees?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FamilyMail" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Does this person receive family mail?</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="InterventionOrder" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Is there an Intervention Order against this Contact?</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--AgencyType-->

  <xs:complexType name="AgencyType">
    <xs:annotation>
      <xs:documentation>The classification of the education agency within the geographic boundaries of a state according to the level of administrative and operational control.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsEducationAgencyTypeType">
        <xs:annotation>
          <xs:documentation>Code indicating the operational/administrative level.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--YearRangeType-->

  <xs:complexType name="YearRangeType">
    <xs:annotation>
      <xs:documentation>Year Span.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Start" type="YearLevelType">
        <xs:annotation>
          <xs:documentation>Lowest year in range.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="End" type="YearLevelType">
        <xs:annotation>
          <xs:documentation>Highest year in range</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--CreationUserType-->

  <xs:complexType name="CreationUserType">
    <xs:annotation>
      <xs:documentation>Information about which staff member created this record.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="UserId" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Unique identifier of the user that created the attendance record.  This will depend on the user and the source.  The preferred identifier would be a RefId for a StaffPersonal, StudentContact, or StudentPersonal Object.  However, the user may not be associated with any of these SIF objects.  In that case a unique Id given by the source should be used.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="Type" use="required">
      <xs:annotation>
        <xs:documentation>The role of the staff member that created this record.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="Office Staff" />
          <xs:enumeration value="School Admin" />
          <xs:enumeration value="Parent" />
          <xs:enumeration value="Nurse" />
          <xs:enumeration value="Teacher" />
          <xs:enumeration value="Other" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>


  <!--AuditInfoType-->

  <xs:complexType name="AuditInfoType">
    <xs:annotation>
      <xs:documentation>An audit trail to help determine who entered this event and when.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="CreationUser" type="CreationUserType">
        <xs:annotation>
          <xs:documentation>Information about which staff member created this record.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CreationDateTime" type="xs:dateTime">
        <xs:annotation>
          <xs:documentation>The date and time this record was created.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--AttendanceInfoType-->

  <xs:complexType name="AttendanceInfoType">
    <xs:annotation>
      <xs:documentation>Information describing how the day relates to attendance.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="CountsTowardAttendance">
        <xs:annotation>
          <xs:documentation>Designates whether this date should be counted toward student attendance.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="Yes" />
            <xs:enumeration value="No" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="AttendanceValue">
        <xs:simpleType>
          <xs:restriction base="xs:decimal">
            <xs:annotation>
              <xs:documentation>
        Amount of the school day in which the student should be in attendance (Format is x.x; a student who should be in attendance a full day would be represented as 1.0).  If CountsTowardAttendance equals Yes then AttendanceValue must be greater than zero.
      </xs:documentation>
            </xs:annotation>
            <xs:minInclusive value="0" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            <xs:maxInclusive value="1" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            <xs:fractionDigits value="1" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--CalendarDateInfoType-->

  <xs:complexType name="CalendarDateInfoType">
    <xs:annotation>
      <xs:documentation>Calendar date type information.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsCalendarEventType">
        <xs:annotation>
          <xs:documentation>Code indicating the type of school day.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--ProgramAvailabilityType-->

  <xs:complexType name="ProgramAvailabilityType">
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSets0211ProgramAvailabilityType">
        <xs:annotation>
          <xs:documentation>Describes the availability of the program.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--ReferralSourceType-->

  <xs:complexType name="ReferralSourceType">
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSets0792IdentificationProcedureType">
        <xs:annotation>
          <xs:documentation>The method by which a student was identified for referral to a particular program.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--PromotionInfoType-->

  <xs:complexType name="PromotionInfoType">
    <xs:annotation>
      <xs:documentation>Information on a student's promotion, retention, or demotion related to this enrollment instance.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="PromotionStatus" minOccurs="0" nillable="true">
        <xs:annotation>
          <xs:documentation>This value should be set if this enrollment instance is closed for an end-of-year closeout or a mid-year promotion or demotion. A value other than NA should be specified when the enrollment instance represents an end-of-year closeout or mid-year promotion/demotion. </xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="Promoted" />
            <xs:enumeration value="Demoted" />
            <xs:enumeration value="Retained" />
            <xs:enumeration value="NA" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--CatchmentStatusContainerType-->

  <xs:complexType name="CatchmentStatusContainerType">
    <xs:annotation>
      <xs:documentation>Container element for location of an individual's legal residence relative to (within or outside) the boundaries of the school for this enrolment. Enrolment Catchment Status.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsPublicSchoolCatchmentStatusType">
        <xs:annotation>
          <xs:documentation>Code indicating the residency status for this enrollment. Code indicating Enrollment Catchment Status.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType">
        <xs:annotation>
          <xs:documentation>List of other codes or strings that crosswalk to or serve as translations of the Code element paired with this common element. If Code changes and OtherCodes are supported, both Code and all associated OtherCode elements must be present.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StudentExitStatusContainerType-->

  <xs:complexType name="StudentExitStatusContainerType">
    <xs:annotation>
      <xs:documentation>Container element for exit status codes.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsExitWithdrawalStatusType">
        <xs:annotation>
          <xs:documentation> Code indicating the closure status for this enrollment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--StudentExitContainerType-->

  <xs:complexType name="StudentExitContainerType">
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsExitWithdrawalTypeType">
        <xs:annotation>
          <xs:documentation>Code indicating the type of exit for this enrollment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--StudentEntryContainerType-->

  <xs:complexType name="StudentEntryContainerType">
    <xs:annotation>
      <xs:documentation>Container elements for EntryType information</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsEntryTypeType">
        <xs:annotation>
          <xs:documentation>Code indicating the type of entry for this enrollment</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType">
        <xs:annotation>
          <xs:documentation>List of other codes or strings that crosswalk to or serve as translations of the Code element paired with this common element. If Code changes and OtherCodes are supported, both Code and all associated OtherCode elements must be present.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StudentMostRecentContainerType-->

  <xs:complexType name="StudentMostRecentContainerType">
    <xs:annotation>
      <xs:documentation>
        Container for elements reflecting the most recent enrollment of a student.  If the student is
        currently enrolled in the district, the elements contain current information.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local identifier representing the school in which the student is or was most recently enrolled in the district.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="HomeroomLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>
        Local identifier representing the current or most recent homeroom in which the student is or was most recently assigned in the district.  Use the value from RoomInfo/HomeroomNumber if supported.  If not supported, use the value from RoomInfo/RoomNumber.  If neither is supported, use the most appropriate value from the agent's application.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="YearLevel" minOccurs="0" nillable="true" type="YearLevelType">
        <xs:annotation>
          <xs:documentation>The current or most recent year level of the student.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FTE" minOccurs="0" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:decimal">
            <xs:annotation>
              <xs:documentation>Full-time equivalent numeric value of the student's course load during this enrollment, expressed in decimal form, where 1.00 represents a full-time enrollment.</xs:documentation>
            </xs:annotation>
            <xs:minInclusive value="0" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            <xs:maxInclusive value="1" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            <xs:fractionDigits value="2" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Parent1Language" minOccurs="0" nillable="true" type="AUCodeSetsAustralianStandardClassificationOfLanguagesASCLType">
        <xs:annotation>
          <xs:documentation>Main language spoken by parent 1 at home, other than English.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Parent2Language" minOccurs="0" nillable="true" type="AUCodeSetsAustralianStandardClassificationOfLanguagesASCLType">
        <xs:annotation>
          <xs:documentation>Main language spoken by parent 2 at home, other than English.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Parent1EmploymentType" minOccurs="0" nillable="true" type="AUCodeSetsEmploymentTypeType">
        <xs:annotation>
          <xs:documentation>Code that defines employment type of Parent1. This is compulsory if being used for MCEECDYA reporting.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Parent2EmploymentType" minOccurs="0" nillable="true" type="AUCodeSetsEmploymentTypeType">
        <xs:annotation>
          <xs:documentation>Code that defines employment type of Parent2. This is compulsory if being used for MCEECDYA reporting.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Parent1SchoolEducationLevel" minOccurs="0" nillable="true" type="AUCodeSetsSchoolEducationLevelTypeType">
        <xs:annotation>
          <xs:documentation>The highest level of education completed by Parent1.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Parent2SchoolEducationLevel" minOccurs="0" nillable="true" type="AUCodeSetsSchoolEducationLevelTypeType">
        <xs:annotation>
          <xs:documentation>The highest level of education completed by Parent2.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Parent1NonSchoolEducation" minOccurs="0" nillable="true" type="AUCodeSetsNonSchoolEducationType">
        <xs:annotation>
          <xs:documentation>This reflects the level of Parent1's Non-School Education.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Parent2NonSchoolEducation" minOccurs="0" nillable="true" type="AUCodeSetsNonSchoolEducationType">
        <xs:annotation>
          <xs:documentation>This reflects the level of Parent2's Non-School Education.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocalCampusId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local identifier for a specific campus Id. This may be the same as the school local Id, but is expected to be supplied only if the school does in fact have distinct campuses.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolACARAId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Identifier of the school in which the student is or was most recently enrolled in the district, as assigned in the Australian School List.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TestLevel" minOccurs="0" nillable="true" type="YearLevelType">
        <xs:annotation>
          <xs:documentation>Values: 3,5,7,9. The test level that the student is registering for.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Homegroup" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The name of the homegroup the student enrollment belongs to.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ClassCode" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The name of the class code the student belongs to, for the purposes of NAPLAN registration.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MembershipType" type="AUCodeSetsSchoolEnrollmentTypeType">
        <xs:annotation>
          <xs:documentation>The type of this enrollment as it relates to the school identified in SchoolInfoRefId.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FFPOS" minOccurs="0" nillable="true" type="AUCodeSetsFFPOSStatusCodeType">
        <xs:annotation>
          <xs:documentation>Enrolled Full-fee Paying Overseas Student (FFPOS) Status.  Enrolment Frame Element 10 NSCC Collection.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ReportingSchoolId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>This is the school ACARAId to which student's report is to be made available.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherEnrollmentSchoolACARAId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>ACARAId of other school that student is enrolled in, if known, as assigned in the Australian School List.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StaffMostRecentContainerType-->

  <xs:complexType name="StaffMostRecentContainerType">
    <xs:annotation>
      <xs:documentation>Container for elements reflecting the most recent assignment of a staff member. If the staff member is currently assigned, the elements contain current information.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local identifier representing the school in which the staff is or was most recently teaching in.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolACARAId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Identifier of the school in which the staff member is or was most recently assigned, as listed in the Australian  School List.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocalCampusId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local identifier for a specific campus Id. This may be the same as the school local Id, but is expected to be supplied only if the school does in fact have distinct campuses.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="NAPLANClassList" minOccurs="0" nillable="true" type="NAPLANClassListType">
        <xs:annotation>
          <xs:documentation>
        Container for a list of classes a teacher may be responsible for with regard to NAPLAN only.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="HomeGroup" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The current home group (if any) that the staff member is responsible for.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StaffActivityExtensionType-->

  <xs:complexType name="StaffActivityExtensionType">
    <xs:annotation>
      <xs:documentation>The purpose of the Teacher's role as related to students. Equivalent to 'JobFunction' in US Object.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsStaffActivityType">
        <xs:annotation>
          <xs:documentation>Code representing the type of staff activity undertaken.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--TotalEnrollmentsType-->

  <xs:complexType name="TotalEnrollmentsType">
    <xs:annotation>
      <xs:documentation>Optional School/Campus enrolments.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Girls" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Number of enrolled Female students.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Boys" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Number of enrolled Male students.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TotalStudents" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Total number of enrolled students.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--CampusContainerType-->

  <xs:complexType name="CampusContainerType">
    <xs:annotation>
      <xs:documentation>Optional campus details.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="ParentSchoolId" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Parent School Id needs to be supplied if this Campus is not the Admin Campus.  This number should be the state-assigned identifier for this school or the locally-assigned identifier for this school.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SchoolCampusId" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Specific Campus Id  - This may be the same as the School Local Id.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CampusType" minOccurs="0" nillable="true" type="AUCodeSetsSchoolLevelType">
        <xs:annotation>
          <xs:documentation>Type of campus.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AdminStatus" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Is this campus the Admin Campus?</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--HouseholdContactInfoListType-->

  <xs:complexType name="HouseholdContactInfoListType">
    <xs:annotation>
      <xs:documentation>List of Households this Person is associated with</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="HouseholdContactInfo" maxOccurs="unbounded" type="HouseholdContactInfoType">
        <xs:annotation>
          <xs:documentation>Common element used to supply information about a particular household a person is a member of.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--HouseholdContactInfoType-->

  <xs:complexType name="HouseholdContactInfoType">
    <xs:annotation>
      <xs:documentation>Common element used to supply information about a particular household a person is a member of.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="PreferenceNumber" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>Priority of Household Contact in relation to this Person.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="HouseholdContactId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local Household Id</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="HouseholdSalutation" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Salutation to be used in addressing this household.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AddressList" minOccurs="0" nillable="true" type="AddressListType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="EmailList" minOccurs="0" nillable="true" type="EmailListType">
        <xs:annotation>
          <xs:documentation>List of Email elements.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PhoneNumberList" minOccurs="0" nillable="true" type="PhoneNumberListType">
        <xs:annotation>
          <xs:documentation>List of PhoneNumber elements.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StatementCodesType-->

  <xs:complexType name="StatementCodesType">
    <xs:sequence>
      <xs:element name="StatementCode" minOccurs="0" maxOccurs="unbounded" type="xs:token">
        <xs:annotation>
          <xs:documentation>An alphanumeric Id code as defined by the organization to identify the statement.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StatementsType-->

  <xs:complexType name="StatementsType">
    <xs:sequence>
      <xs:element name="Statement" maxOccurs="unbounded" type="xs:string">
        <xs:annotation>
          <xs:documentation>The text of the "outcome", "standard", or other element within the structured curriculum document </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ProgramFundingSourcesType-->

  <xs:complexType name="ProgramFundingSourcesType">
    <xs:annotation>
      <xs:documentation>List of funding sources</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="ProgramFundingSource" maxOccurs="unbounded" type="ProgramFundingSourceType">
        <xs:annotation>
          <xs:documentation>Funding source of the special program</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ProgramFundingSourceType-->

  <xs:complexType name="ProgramFundingSourceType">
    <xs:annotation>
      <xs:documentation>Funding source of the special program</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsProgramFundingSourceCodeType">
        <xs:annotation>
          <xs:documentation>Funding source for the program, may be more than one.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--AttendanceTimesType-->

  <xs:complexType name="AttendanceTimesType">
    <xs:annotation>
      <xs:documentation>Breakdown of times that the student entered or returned to school.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="AttendanceTime" maxOccurs="unbounded" type="AttendanceTimeType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--AttendanceTimeType-->

  <xs:complexType name="AttendanceTimeType">
    <xs:annotation>
      <xs:documentation>Time span that the student entered or returned to school</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="AttendanceCode" type="AttendanceCodeType">
        <xs:annotation>
          <xs:documentation>Locally defined code for attendance.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AttendanceStatus" type="AUCodeSetsAttendanceStatusType">
        <xs:annotation>
          <xs:documentation>Approved or Unapproved status of this attendance code.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StartTime" type="xs:time">
        <xs:annotation>
          <xs:documentation>The start of this particular time span.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EndTime" type="xs:time">
        <xs:annotation>
          <xs:documentation>The end of this particular time span.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DurationValue" minOccurs="0" nillable="true">
        <xs:simpleType>
          <xs:restriction base="xs:decimal">
            <xs:annotation>
              <xs:documentation>The amount of absence represented by AttendanceCode, up to three decimal places. May be
				greater than 1.0.</xs:documentation>
            </xs:annotation>
            <xs:minInclusive value="0" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="AttendanceNote" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Note related to this particular time span.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StaffSubjectListType-->

  <xs:complexType name="StaffSubjectListType">
    <xs:annotation>
      <xs:documentation>Subject(s) Staff member is eligible to teach.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StaffSubject" maxOccurs="unbounded" type="StaffSubjectType">
        <xs:annotation>
          <xs:documentation>This element contains Staff subjects they are eligible to teach together with the teaching preference.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StaffSubjectType-->

  <xs:complexType name="StaffSubjectType">
    <xs:annotation>
      <xs:documentation>This element contains Staff subjects they are eligible to teach together with the teaching preference.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="PreferenceNumber" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>Priority of Subject to Teach.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SubjectLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local Subject Id</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeTableSubjectRefId" minOccurs="0" nillable="true" type="RefIdType">
        <xs:annotation>
          <xs:documentation>RefId of TimeTableSubject</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--TeachingGroupListType-->

  <xs:complexType name="TeachingGroupListType">
    <xs:annotation>
      <xs:documentation>Teaching groups which are scheduled to attend the event. Not required for cyclical events, as this would be expected to be provided from TimeTableCell/TeachingGroup instead.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TeachingGroupRefId" maxOccurs="unbounded" type="IdRefType">
        <xs:annotation>
          <xs:documentation>GUID from the TeachingGroup Object that identifies this TeachingGroup.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ScheduledTeacherListType-->

  <xs:complexType name="ScheduledTeacherListType">
    <xs:annotation>
      <xs:documentation>A listing of the teachers assigned to the activity, and the type of supervision they are credited with. If no teachers are listed, the activity is assumed to be unsupervised.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TeacherCover" maxOccurs="unbounded" type="TeacherCoverType">
        <xs:annotation>
          <xs:documentation>Substructure to allow representing instances where teachers only take subsets of an event. Most typically, this occurs with exam supervision, where each teacher gets a 1-period duty. It also happens with schools with e.g. 4 long periods per day: a period of 1hr20mins can be split into 2 halves of 40 minutes each.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--TeacherCoverType-->

  <xs:complexType name="TeacherCoverType">
    <xs:annotation>
      <xs:documentation>Substructure to allow representing instances where teachers only take subsets of an event. Most typically, this occurs with exam supervision, where each teacher gets a 1-period duty. It also happens with schools with e.g. 4 long periods per day: a period of 1hr20mins can be split into 2 halves of 40 minutes each.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StaffPersonalRefId" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The Id (GUID) of the StaffPersonal record for the teacher supervising the event or event subset.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StaffLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>LocalId of the StaffPersonal record for the teacher supervising the event or event subset.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StartTime" minOccurs="0" nillable="true" type="xs:time">
        <xs:annotation>
          <xs:documentation>Start time for the subset of the event which the teacher supervises. If not present then we assume this teacher will be on the event for the full duration.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FinishTime" minOccurs="0" nillable="true" type="xs:time">
        <xs:annotation>
          <xs:documentation>Finish time for the subset of the event which the teacher supervises. If not present then we assume this teacher will be on the event for the full duration. Either both or neither StartTime and FinishTime should be provided.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Credit" minOccurs="0" nillable="true" type="AUCodeSetsTeacherCoverCreditType">
        <xs:annotation>
          <xs:documentation>How the activity is credited, from the perspective of the teacher(s) supervising the event. If a teacher is substituting for the normal teacher supervising, the credit indicates how the substituting teacher is credited.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Supervision" minOccurs="0" nillable="true" type="AUCodeSetsTeacherCoverSupervisionType">
        <xs:annotation>
          <xs:documentation>How intensively the teacher supervises the activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Weighting" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Weighting of credit assigned to teacher for activity. Assumes default of 1.0 assigned for classroom duty.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--RoomListType-->

  <xs:complexType name="RoomListType">
    <xs:annotation>
      <xs:documentation>List of rooms in which the scheduled activity is held. Used for onsite venues which are represented in the source system as rooms. Can include large venues (ovals, library, etc), if they have been represented as rooms; source system practice varies.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="RoomInfoRefId" maxOccurs="unbounded" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The Id (GUID) of the Room in which the scheduled activity is held.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StaffListType-->

  <xs:complexType name="StaffListType">
    <xs:sequence>
      <xs:element name="StaffPersonalRefId" maxOccurs="unbounded" type="IdRefType">
        <xs:annotation>
          <xs:documentation>GUID that identifies the staff person assigned to this room (e.g. the homeroom teacher).</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--AlternateIdentificationCodesType-->

  <xs:complexType name="AlternateIdentificationCodesType">
    <xs:sequence>
      <xs:element name="AlternateIdentificationCodes" minOccurs="0" nillable="true" />
      <xs:element name="AlternateIdentificationCode" maxOccurs="unbounded" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>An alphanumeric Id code as defined by the organization to identify the statement.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--AuthorsType-->

  <xs:complexType name="AuthorsType">
    <xs:sequence>
      <xs:element name="Author" minOccurs="0" maxOccurs="unbounded" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of the organization that authored the curriculum document, i.e. "ACARA". May be the same as "Organization" above.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--OrganizationsType-->

  <xs:complexType name="OrganizationsType">
    <xs:sequence>
      <xs:element name="Organization" maxOccurs="unbounded" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of organization represented by the document, i.e., "National Council of Teachers of Mathematics (NCTM)," "ACARA"," NSW DET". </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--PurchasingItemsType-->

  <xs:complexType name="PurchasingItemsType">
    <xs:annotation>
      <xs:documentation>Listing of line items from original purchase order. Included to indicate any variation between the items, item cost, or item quantity ordered, and what has been delivered.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="PurchasingItem" maxOccurs="unbounded" type="PurchasingItemType">
        <xs:annotation>
          <xs:documentation>Contains information about the item delivered.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--PurchasingItemType-->

  <xs:complexType name="PurchasingItemType">
    <xs:sequence>
      <xs:element name="PurchasingItem" maxOccurs="unbounded" />
      <xs:element name="ItemNumber" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Vendor item number.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ItemDescription" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Description of the item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Quantity" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Quantity delivered.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UnitCost" minOccurs="0" nillable="true" type="MonetaryAmountType">
        <xs:annotation>
          <xs:documentation>Unit cost of the item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TotalCost" minOccurs="0" nillable="true" type="MonetaryAmountType">
        <xs:annotation>
          <xs:documentation>Total cost of the item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="QuantityDelivered" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Quantity delivered to date.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CancelledOrder" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Indicates that the line item in the purchase order is a cancellation of a previous order, to prevent it from remaining outstanding. For example, if 10 widgets have been ordered, and only 7 widgets have been delivered, a new purchase order can be issued for 3 widgets; enabling this flag indicates that the order for the remaining 3 widgets is to be cancelled.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="TaxRate" minOccurs="0" nillable="true" type="xs:decimal">
        <xs:annotation>
          <xs:documentation>Rate of tax included in the billed amount for the item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ExpenseAccounts" minOccurs="0" nillable="true" type="ExpenseAccountsType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ExpenseAccountsType-->

  <xs:complexType name="ExpenseAccountsType">
    <xs:sequence>
      <xs:element name="ExpenseAccountType" minOccurs="0" nillable="true" />
      <xs:element name="ExpenseAccount" minOccurs="0" maxOccurs="unbounded" type="ExpenseAccountType">
        <xs:annotation>
          <xs:documentation>Account that is to be charged for the item.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ExpenseAccountType-->

  <xs:complexType name="ExpenseAccountType">
    <xs:annotation>
      <xs:documentation>Account that is to be charged for the item.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="AccountCode" type="xs:token">
        <xs:annotation>
          <xs:documentation>Account code charged to this item.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Amount" type="MonetaryAmountType">
        <xs:annotation>
          <xs:documentation>Amount charged to this account.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FinancialAccountRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Account being charged.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AccountingPeriod" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Accounting period for the charge.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--SchoolProgramListType-->

  <xs:complexType name="SchoolProgramListType">
    <xs:annotation>
      <xs:documentation>List of School Programs</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Program" minOccurs="0" maxOccurs="unbounded" type="SchoolProgramType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--SchoolProgramType-->

  <xs:complexType name="SchoolProgramType">
    <xs:annotation>
      <xs:documentation />
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Category" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Program Category</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Type" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Program Type</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--LearningObjectivesType-->

  <xs:complexType name="LearningObjectivesType">
    <xs:annotation>
      <xs:documentation>Educational objectives of the activity.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="LearningObjective" minOccurs="0" maxOccurs="unbounded" type="xs:string">
        <xs:annotation>
          <xs:documentation>Description of an educational objective of the activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--RecognitionListType-->

  <xs:complexType name="RecognitionListType">
    <xs:annotation>
      <xs:documentation>List of awards and other types of recognition given to the student for this activity. </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Recognition" maxOccurs="unbounded" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The nature of recognition given to the student for the successful completion of work in a co-curricular or extra-curricular activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--LResourcesType-->

  <xs:complexType name="LResourcesType">
    <xs:annotation>
      <xs:documentation>Learning resources that support this activity.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="LearningResourceRefId" minOccurs="0" maxOccurs="unbounded" type="ResourcesType">
        <xs:annotation>
          <xs:documentation>A GUID reference to a SIF LearningResource object that supports this activity</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ResourcesType-->

  <xs:complexType name="ResourcesType">
    <xs:annotation>
      <xs:documentation>A GUID reference to a SIF LearningResource object that supports this activity</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="IdRefType">
        <xs:attribute name="ResourceType" use="required">
          <xs:annotation>
            <xs:documentation>Type of Resource.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="LearningResource" />
              <xs:enumeration value="WorkSample" />
              <xs:enumeration value="AnnotatedWorkSample" />
              <xs:enumeration value="Other" />
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>


  <!--SourceObjectsType-->

  <xs:complexType name="SourceObjectsType">
    <xs:annotation>
      <xs:documentation>Source objects assigned to students.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SourceObject" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>GUID assigned to the source object.</xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="IdRefType">
              <xs:attribute name="SIF_RefObject" use="required">
                <xs:annotation>
                  <xs:documentation>The type of learning object the source object is.</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="Assessment" />
                    <xs:enumeration value="LearningResource" />
                    <xs:enumeration value="Activity" />
                    <xs:enumeration value="Lesson" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StudentsType-->

  <xs:complexType name="StudentsType">
    <xs:annotation>
      <xs:documentation>GUID from the StudentPersonal  Object that identifies the student.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StudentPersonalRefId" minOccurs="0" maxOccurs="unbounded" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Link to a student.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--PrerequisitesType-->

  <xs:complexType name="PrerequisitesType">
    <xs:annotation>
      <xs:documentation>Skills or competencies the student must have to engage in activity.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Prerequisite" minOccurs="0" maxOccurs="unbounded" type="xs:string">
        <xs:annotation>
          <xs:documentation>Skill or competency the student must have to engage in activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--EssentialMaterialsType-->

  <xs:complexType name="EssentialMaterialsType">
    <xs:annotation>
      <xs:documentation>Essential materials required to engage in this activity.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="EssentialMaterial" minOccurs="0" maxOccurs="unbounded" type="xs:string">
        <xs:annotation>
          <xs:documentation>Essential material required to engage in this activity.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--TechnicalRequirementsType-->

  <xs:complexType name="TechnicalRequirementsType">
    <xs:annotation>
      <xs:documentation>List of Operating system, network, and other technical requirements for the activity, if applicable.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TechnicalRequirement" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>an operating system, network, or other technical requirement.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--SoftwareRequirementListType-->

  <xs:complexType name="SoftwareRequirementListType">
    <xs:annotation>
      <xs:documentation>Contains information about required software.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SoftwareRequirement" minOccurs="0" maxOccurs="unbounded" type="SoftwareRequirementType">
        <xs:annotation>
          <xs:documentation>Contains information about a specific required piece of software.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--SoftwareRequirementType-->

  <xs:complexType name="SoftwareRequirementType">
    <xs:annotation>
      <xs:documentation>Contains information about a specific required piece of software.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SoftwareTitle" type="xs:string">
        <xs:annotation>
          <xs:documentation>This is the title of the specific software.  This does not include the vendor.  For example, Flash not Adobe.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Version" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>This includes the version of the specific software.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Vendor" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>This is the vendor of the specific software.  For example, Adobe.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OS" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>This is the operating system and version.  For example, Macintosh OS X 1.4.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--HouseholdListType-->

  <xs:complexType name="HouseholdListType">
    <xs:annotation>
      <xs:documentation />
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Household" maxOccurs="unbounded" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Repeatable element containing the ID of a household.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StudentSubjectChoiceListType-->

  <xs:complexType name="StudentSubjectChoiceListType">
    <xs:annotation>
      <xs:documentation>List of Student Subject Choices where available.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StudentSubjectChoice" maxOccurs="unbounded" type="StudentSubjectChoiceType">
        <xs:annotation>
          <xs:documentation>Subjects Students Choose</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StudentSubjectChoiceType-->

  <xs:complexType name="StudentSubjectChoiceType">
    <xs:annotation>
      <xs:documentation>Subjects Students Choose</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="PreferenceNumber" minOccurs="0" nillable="true" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>Subject Priority</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SubjectLocalId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local Subject Id</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StudyDescription" minOccurs="0" nillable="true" type="SubjectAreaType">
        <xs:annotation>
          <xs:documentation>Description about Study Mode.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherSchoolLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local Id of a school where the student studies this subject if not at the home school.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--IdentityAssertionsType-->

  <xs:complexType name="IdentityAssertionsType">
    <xs:annotation>
      <xs:documentation>The list of identity assertions for this user.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="IdentityAssertion" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>The identification string for this user.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:normalizedString">
              <xs:attribute name="SchemaName" use="required" type="xs:normalizedString">
                <xs:annotation>
                  <xs:documentation>The name of the field.</xs:documentation>
                </xs:annotation>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--LearningStandardsType-->

  <xs:complexType name="LearningStandardsType">
    <xs:annotation>
      <xs:documentation>References to LearningStandardItems.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="LearningStandardItemRefId" minOccurs="0" maxOccurs="unbounded" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Reference to a LearningStandardItem.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--LearningResourcesType-->

  <xs:complexType name="LearningResourcesType">
    <xs:annotation>
      <xs:documentation>Container for related resources.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="LearningResourceRefId" minOccurs="0" maxOccurs="unbounded" type="IdRefType">
        <xs:annotation>
          <xs:documentation>A relationship between the item and an attached resource (e.g. learning resource, work sample).</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--LearningStandardsDocumentType-->

  <xs:complexType name="LearningStandardsDocumentType">
    <xs:annotation>
      <xs:documentation>References to LearningStandard Documents.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="LearningStandardDocumentRefId" minOccurs="0" maxOccurs="unbounded" type="IdRefType">
        <xs:annotation>
          <xs:documentation>Reference to a LearningStandardItem Document.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ComponentsType-->

  <xs:complexType name="ComponentsType">
    <xs:annotation>
      <xs:documentation>Lesson or activity-sized portions of a resource.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Component" maxOccurs="unbounded" type="ComponentType">
        <xs:annotation>
          <xs:documentation>A lesson or activity-sized portion of a resource.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ComponentType-->

  <xs:complexType name="ComponentType">
    <xs:annotation>
      <xs:documentation>A lesson or activity-sized portion of a resource.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Name" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of learning resource component within the resource, i.e. "Chapter 1, Section 4.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Reference" type="xs:string">
        <xs:annotation>
          <xs:documentation>Description of where ResourceComponent is located within resource or in general, i.e. "Section 4, pages 32-38," or URL string, or whatever locator is appropriate for media.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Description" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>Description of ResourceComponent, i.e. "Discover how changing the scale of a map can either increase or decrease the level of detail you see."</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Strategies" minOccurs="0" nillable="true" type="StrategiesType">
        <xs:annotation>
          <xs:documentation>Teaching/learning strategies used in the learning resource.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AssociatedObjects" minOccurs="0" nillable="true" type="AssociatedObjectsType">
        <xs:annotation>
          <xs:documentation>References from component to associated elements within another SIF object.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StrategiesType-->

  <xs:complexType name="StrategiesType">
    <xs:annotation>
      <xs:documentation>Teaching/learning strategies used in the learning resource.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Strategy" minOccurs="0" maxOccurs="unbounded" type="xs:string">
        <xs:annotation>
          <xs:documentation>Teaching/learning strategy used in the learning resource. One per element.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--AssociatedObjectsType-->

  <xs:complexType name="AssociatedObjectsType">
    <xs:annotation>
      <xs:documentation>References from component to associated elements within another SIF object.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="AssociatedObject" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>Reference from component to associated elements within another SIF object.</xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="IdRefType">
              <xs:attribute name="SIF_RefObject" use="required" type="ObjectNameType">
                <xs:annotation>
                  <xs:documentation>Attribute that identifies the type of SIF object being referenced.</xs:documentation>
                </xs:annotation>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--EvaluationsType-->

  <xs:complexType name="EvaluationsType">
    <xs:annotation>
      <xs:documentation>Evaluations/review of the resource.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Evaluation" minOccurs="0" maxOccurs="unbounded" type="EvaluationType">
        <xs:annotation>
          <xs:documentation>Evaluation/review of resource.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--EvaluationType-->

  <xs:complexType name="EvaluationType">
    <xs:annotation>
      <xs:documentation>Evaluation/review of resource.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Description" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>Description of evaluation of resource.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Date" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date evaluation was performed</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Name" minOccurs="0" nillable="true" type="NameType">
        <xs:annotation>
          <xs:documentation>Name of individual who submitted evaluation.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>GUID assigned to an evaluation.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>


  <!--ApprovalsType-->

  <xs:complexType name="ApprovalsType">
    <xs:annotation>
      <xs:documentation>Authorizations to use this resource. For example, this resource may be included as part of the district's standard curriculum model.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Approval" minOccurs="0" maxOccurs="unbounded" type="ApprovalType">
        <xs:annotation>
          <xs:documentation>A sub-element containing an authorization to use this resource. For example, this resource may be included as part of the district's standard curriculum model.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ApprovalType-->

  <xs:complexType name="ApprovalType">
    <xs:annotation>
      <xs:documentation>A sub-element containing an authorization to use this resource. For example, this resource may be included as part of the district's standard curriculum model.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Organization" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of agency that approved use of resource.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Date" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date resource was approved.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--MediaTypesType-->

  <xs:complexType name="MediaTypesType">
    <xs:annotation>
      <xs:documentation>
        Resource media types.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="MediaType" minOccurs="0" maxOccurs="unbounded" type="xs:token">
        <xs:annotation>
          <xs:documentation>
        MIME type [MIME] based on IANA registration (see RFC2048) or 'non-digital'.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--LEAContactListType-->

  <xs:complexType name="LEAContactListType">
    <xs:sequence>
      <xs:element name="LEAContact" maxOccurs="unbounded" type="LEAContactType">
        <xs:annotation>
          <xs:documentation>Information on contact persons for this LEA.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--LEAContactType-->

  <xs:complexType name="LEAContactType">
    <xs:annotation>
      <xs:documentation>Information on contact persons for this LEA.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="PublishInDirectory" minOccurs="0" nillable="true" type="PublishInDirectoryType">
        <xs:annotation>
          <xs:documentation>Indicates whether or not this LEA contact's information should be published in a directory of LEA information.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ContactInfo" type="ContactInfoType" />
    </xs:sequence>
  </xs:complexType>


  <!--FinancialAccountRefIdListType-->

  <xs:complexType name="FinancialAccountRefIdListType">
    <xs:annotation>
      <xs:documentation>Suggested minimum class size for this subject.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="FinancialAccountRefId" minOccurs="0" maxOccurs="unbounded" type="IdRefType">
        <xs:annotation>
          <xs:documentation>The chart of account codes associated with the invoice.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--PasswordListType-->

  <xs:complexType name="PasswordListType">
    <xs:annotation>
      <xs:documentation>Allows a provider or publisher to specify the same password using multiple algorithms, if supported.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Password" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A representation of the user's password using the given algorithm.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:base64Binary">
              <xs:attribute name="Algorithm" use="required">
                <xs:annotation>
                  <xs:documentation>The method used to encrypt the user's password. See the implementation details below.</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="MD5" />
                    <xs:enumeration value="SHA1" />
                    <xs:enumeration value="DES" />
                    <xs:enumeration value="TripleDES" />
                    <xs:enumeration value="RC2" />
                    <xs:enumeration value="AES" />
                    <xs:enumeration value="RSA" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
              <xs:attribute name="KeyName" use="required" type="xs:normalizedString">
                <xs:annotation>
                  <xs:documentation>The name of the key to be used for decryption of the password. Left blank for hash algorithms (MD5 and SHA1).</xs:documentation>
                </xs:annotation>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ExclusionRulesType-->

  <xs:complexType name="ExclusionRulesType">
    <xs:annotation>
      <xs:documentation>Rules for which statistic may not be reported.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="ExclusionRule" minOccurs="0" maxOccurs="unbounded" type="ExclusionRuleType">
        <xs:annotation>
          <xs:documentation>Rule for which statistic may not be reported</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ExclusionRuleType-->

  <xs:complexType name="ExclusionRuleType">
    <xs:annotation>
      <xs:documentation>Rule for which statistic may not be reported</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="Type" use="required">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="SampleSize" />
              <xs:enumeration value="Description" />
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>


  <!--CharacteristicsType-->

  <xs:complexType name="CharacteristicsType">
    <xs:annotation>
      <xs:documentation>
        Reference to one or more AggregateCharacteristicInfo objects.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="AggregateCharacteristicInfoRefId" maxOccurs="unbounded" type="IdRefType">
        <xs:annotation>
          <xs:documentation>
        Reference to an AggregateCharacteristicInfo object.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ContactsType-->

  <xs:complexType name="ContactsType">
    <xs:annotation>
      <xs:documentation>Contains contact information about resource authors.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Contact" minOccurs="0" maxOccurs="unbounded" type="ContactType">
        <xs:annotation>
          <xs:documentation>Contains contact information about a resource author.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ContactType-->

  <xs:complexType name="ContactType">
    <xs:annotation>
      <xs:documentation>Contains contact information about a resource author.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Name" minOccurs="0" nillable="true" type="NameType">
        <xs:annotation>
          <xs:documentation>Name of contact person. Use the generic element Name.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Address" minOccurs="0" nillable="true" type="AddressType">
        <xs:annotation>
          <xs:documentation>Address of organization or company.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PhoneNumber" minOccurs="0" nillable="true" type="PhoneNumberType">
        <xs:annotation>
          <xs:documentation>Phone number of organization or company.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Email" minOccurs="0" nillable="true" type="EmailType">
        <xs:annotation>
          <xs:documentation>The email of the organization or company.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--TeachingGroupPeriodListType-->

  <xs:complexType name="TeachingGroupPeriodListType">
    <xs:annotation>
      <xs:documentation>A List of schedule information that can be published by an SIS which is a subset of information available in the TimeTableCell object.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TeachingGroupPeriod" maxOccurs="unbounded" type="TeachingGroupPeriodType">
        <xs:annotation>
          <xs:documentation>Timeslot information that can be published by an SIS which is a subset of information available in the TimeTableCell object.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--TeachingGroupPeriodType-->

  <xs:complexType name="TeachingGroupPeriodType">
    <xs:annotation>
      <xs:documentation>Timeslot information that can be published by an SIS which is a subset of information available in the TimeTableCell object.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TimeTableCellRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>If the TimeTableCell has been previously published, this reference can be provided as a connection to more detailed schedule information.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RoomNumber" minOccurs="0" nillable="true" type="HomeroomNumberType">
        <xs:annotation>
          <xs:documentation>Room number as presented to the user/application.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StaffLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local Id of Staff member scheduled to take this class.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DayId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Day Id </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PeriodId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Period Id within the Day Id. Either Period Id or starting time must be provided.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StartTime" minOccurs="0" nillable="true" type="xs:time">
        <xs:annotation>
          <xs:documentation>Starting time of class within the Day Id. Either Period Id or starting time must be provided.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CellType" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Type of Lesson/Session  eg Teaching, Lunch etc</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--TeacherListType-->

  <xs:complexType name="TeacherListType">
    <xs:annotation>
      <xs:documentation>A List of teachers associated with the group –  may or may not include the teacher timetabled in the schedule.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TeachingGroupTeacher" maxOccurs="unbounded" type="TeachingGroupTeacherType">
        <xs:annotation>
          <xs:documentation>Teacher associated with the Teaching group –  may or may not be the teacher timetabled in the schedule</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--TeachingGroupTeacherType-->

  <xs:complexType name="TeachingGroupTeacherType">
    <xs:annotation>
      <xs:documentation>Teacher associated with the Teaching group –  may or may not be the teacher timetabled in the schedule</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StaffPersonalRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>GUID from the StaffPersonal Object that identifies the Staff member.  Either StaffPersonalRefidId or StaffLocalId should be supplied.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StaffLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>LocalId of the Staff member. Either StaffPersonalRefidId or StaffLocalId should be supplied.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Name" minOccurs="0" nillable="true" type="NameOfRecordType">
        <xs:annotation>
          <xs:documentation>Name of Staff Member.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Association" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Association with the Teaching Group (free format for this release)</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StudentListType-->

  <xs:complexType name="StudentListType">
    <xs:annotation>
      <xs:documentation>List of Students in this Teaching Group</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TeachingGroupStudent" maxOccurs="unbounded" type="TeachingGroupStudentType">
        <xs:annotation>
          <xs:documentation>Students who belong to the TeachingGroup</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--TeachingGroupStudentType-->

  <xs:complexType name="TeachingGroupStudentType">
    <xs:annotation>
      <xs:documentation>Students who belong to the TeachingGroup</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StudentPersonalRefId" minOccurs="0" nillable="true" type="IdRefType">
        <xs:annotation>
          <xs:documentation>GUID from the StudentPersonal that identifies the student. Either StudentPersonalRefidId or StudentLocalId should be supplied.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StudentLocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local Id of the Student. Either StudentPersonalRefidId or StudentLocalId should be supplied.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Name" minOccurs="0" nillable="true" type="NameOfRecordType">
        <xs:annotation>
          <xs:documentation>Name of student</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--TimeTableDayListType-->

  <xs:complexType name="TimeTableDayListType">
    <xs:annotation>
      <xs:documentation>Container for TimeTableDays in Schedule</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TimeTableDay" maxOccurs="unbounded" type="TimeTableDayType">
        <xs:annotation>
          <xs:documentation>This element identifies a ‘day’ in a TimeTable.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--TimeTableDayType-->

  <xs:complexType name="TimeTableDayType">
    <xs:annotation>
      <xs:documentation>This element identifies a ‘day’ in a TimeTable.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="DayId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Local Time Table Identifier</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DayTitle" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="TimeTablePeriodList" type="TimeTablePeriodListType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--TimeTablePeriodListType-->

  <xs:complexType name="TimeTablePeriodListType">
    <xs:annotation>
      <xs:documentation />
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TimeTablePeriod" maxOccurs="unbounded" type="TimeTablePeriodType">
        <xs:annotation>
          <xs:documentation>Container for TimeTablePeriods in a Time Table Day</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--TimeTablePeriodType-->

  <xs:complexType name="TimeTablePeriodType">
    <xs:annotation>
      <xs:documentation>Container for TimeTablePeriods in a Time Table Day</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="PeriodId" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Period in Day Identifier</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PeriodTitle" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Title of Period eg. Session 1 or Period 1</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="BellPeriod" minOccurs="0" nillable="true">
        <xs:annotation>
          <xs:documentation>Indicates if this Period will require a 'bell', if 'yes' the following elements can be provided in the TimeTable Object.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="Yes" />
            <xs:enumeration value="No" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="StartTime" minOccurs="0" nillable="true" type="xs:time">
        <xs:annotation>
          <xs:documentation>The starting time for the bell period.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EndTime" minOccurs="0" nillable="true" type="xs:time">
        <xs:annotation>
          <xs:documentation>The ending time for the bell period.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RegularSchoolPeriod" minOccurs="0" nillable="true">
        <xs:annotation>
          <xs:documentation>Indicates if the bell period is part of the regular school day (i.e. is not a before or after school or break period).</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="Yes" />
            <xs:enumeration value="No" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="InstructionalMinutes" minOccurs="0" nillable="true" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>The number of minutes to be counted for instruction for the bell period.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="UseInAttendanceCalculations" minOccurs="0" nillable="true">
        <xs:annotation>
          <xs:documentation>Indicates if the bell period should be included in attendance calculations.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="Yes" />
            <xs:enumeration value="No" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--NAPLANClassListType-->

  <xs:complexType name="NAPLANClassListType">
    <xs:annotation>
      <xs:documentation>
        Container for a list of classes a teacher may be responsible for with regard to NAPLAN only.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="ClassCode" minOccurs="0" maxOccurs="unbounded" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The name of the class code the staff member administers, for the purposes of NAPLAN registration.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--SchoolGroupListType-->

  <xs:complexType name="SchoolGroupListType">
    <xs:annotation>
      <xs:documentation />
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolGroup" maxOccurs="unbounded" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>Repeatable element containing a local identifier to identify a loosely connected group of schools. eg. YarraValley Cluster</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--YearLevelEnrollmentListType-->

  <xs:complexType name="YearLevelEnrollmentListType">
    <xs:annotation>
      <xs:documentation>List of number of students enrolled per year level.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="YearLevelEnrollment" maxOccurs="unbounded" type="YearLevelEnrollmentType">
        <xs:annotation>
          <xs:documentation>Containter for Year Level of Enrolments.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--YearLevelEnrollmentType-->

  <xs:complexType name="YearLevelEnrollmentType">
    <xs:annotation>
      <xs:documentation>Containter for Year Level of Enrolments.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Year" type="AUCodeSetsYearLevelCodeType">
        <xs:annotation>
          <xs:documentation>Year level for which students are counted.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Enrollment" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Number of students enrolled in the year level.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--SchoolFocusListType-->

  <xs:complexType name="SchoolFocusListType">
    <xs:annotation>
      <xs:documentation>List containing the education focus codes of the campus/school.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolFocus" maxOccurs="unbounded" type="AUCodeSetsSchoolFocusCodeType">
        <xs:annotation>
          <xs:documentation>The type of educational institution as classified by its focus.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--AlertMessagesType-->

  <xs:complexType name="AlertMessagesType">
    <xs:sequence>
      <xs:element name="AlertMessage" maxOccurs="unbounded" type="AlertMessageType">
        <xs:annotation>
          <xs:documentation>This is an alert message that is associated with the student.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--AlertMessageType-->

  <xs:complexType name="AlertMessageType">
    <xs:annotation>
      <xs:documentation>This is an alert message that is associated with the student.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="Type" use="required">
          <xs:annotation>
            <xs:documentation>This attribute specifies what type of alert message this is.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="Legal" />
              <xs:enumeration value="Discipline" />
              <xs:enumeration value="Educational" />
              <xs:enumeration value="Other" />
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>


  <!--MedicalAlertMessagesType-->

  <xs:complexType name="MedicalAlertMessagesType">
    <xs:sequence>
      <xs:element name="MedicalAlertMessage" maxOccurs="unbounded" type="MedicalAlertMessageType">
        <xs:annotation>
          <xs:documentation>Medical alert associated with the student.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--MedicalAlertMessageType-->

  <xs:complexType name="MedicalAlertMessageType">
    <xs:annotation>
      <xs:documentation>Medical alert associated with the student.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="Severity" use="required">
          <xs:annotation>
            <xs:documentation>The level of severity of this medical alert.</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="Low" />
              <xs:enumeration value="Moderate" />
              <xs:enumeration value="High" />
              <xs:enumeration value="Severe" />
              <xs:enumeration value="Unknown" />
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>


  <!--OtherIdListType-->

  <xs:complexType name="OtherIdListType">
    <xs:annotation>
      <xs:documentation>Lists all "other" identifiers associated with the entity.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="OtherId" maxOccurs="unbounded" type="OtherIdType">
        <xs:annotation>
          <xs:documentation>Lists an "other" identifier associated with the entity.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--OtherIdType-->

  <xs:complexType name="OtherIdType">
    <xs:annotation>
      <xs:documentation>Lists an "other" identifier associated with the entity.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="xs:normalizedString">
        <xs:attribute name="Type" use="required" type="xs:normalizedString">
          <xs:annotation>
            <xs:documentation>Code that defines the type of this other ID.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>


  <!--BaseNameType-->

  <xs:complexType name="BaseNameType">
    <xs:annotation>
      <xs:documentation>
        Base type, without attributes, for Name elements, primarily to allow structure to be leveraged with different Type attribute values.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Title" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>A title or prefix associated with the name. If any of: Mr, Mrs, Ms, Miss, Rev, Fr, Dr, Prof, Hon, Sir, Lord, Lady - these must be as shown, otherwise free text. Note that title is not applicable to learners. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FamilyName" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Family name. That part of the person's name which is used to describe family, clan, tribal group, or marital association. Note that this element is required when known. However, it may not be possible to know the family name in which case you should add the available information to the FullName element. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="GivenName" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Given name of the person. Note that this element is required if known. However, it may not be possible to know the given name in which case you should add the available information to the FullName element. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MiddleName" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>All other given or middle names, each separated with a single space character. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FamilyNameFirst" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>An indicator used to identify the naming conventions used by some predominantly non-European, ethnic or language groups and related to the display nature of a name. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PreferredFamilyName" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The family name preferred most by the person (as written). </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PreferredFamilyNameFirst" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>An indicator used to identify the naming conventions used by some predominantly non-European, ethnic or language groups and related to the display nature of a name. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PreferredGivenName" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The given name preferred most by the person (as written). </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Suffix" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Textual suffix like PHD, JP, BSc. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FullName" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>A free text field for the complete name for display purposes. If this is associated with a StudentPersonal,StaffPersonal or StudentContactPersonal record and the FamilyName and GivenName are not both specified, then this becomes mandatory. </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--NameOfRecordType-->

  <xs:complexType name="NameOfRecordType">
    <xs:annotation>
      <xs:documentation>
        Extends BaseNameType to allow for one Type attribute value, indicating the name is the name of record;
        serves as the primary name in some SIF objects, including StudentPersonal.
      </xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="BaseNameType">
        <xs:attribute name="Type" use="required">
          <xs:annotation>
            <xs:documentation>
        Code that specifies what type of name this is. Note that type "LGL" must be used here.
      </xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="LGL">
                <xs:annotation>
                  <xs:documentation>Name of Record</xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>


  <!--OtherNameType-->

  <xs:complexType name="OtherNameType">
    <xs:annotation>
      <xs:documentation>
        Extends BaseNameType to allow for Type attribute values excluding "name of record."  Used for other names to
        be included in addition to the name of record in objects.
      </xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="BaseNameType">
        <xs:attribute name="Type" use="required" type="AUCodeSetsNameUsageTypeType">
          <xs:annotation>
            <xs:documentation>
        Code that specifies what type of name this is. Note that type "LGL" is NOT to be used here.
      </xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>


  <!--PartialDateType-->

  <xs:simpleType name="PartialDateType">
    <xs:annotation>
      <xs:documentation>A year, with an optional month/day, or an optional month by itself.</xs:documentation>
    </xs:annotation>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:date" />
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:gYearMonth" />
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:gYear" />
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>


  <!--LocalIdType-->

  <xs:simpleType name="LocalIdType">
    <xs:restriction base="xs:normalizedString">
      <xs:annotation>
        <xs:documentation>
        This is a common element used to define the locally assigned identifier associated with an entity. 
      </xs:documentation>
      </xs:annotation>
    </xs:restriction>
  </xs:simpleType>


  <!--LocationType-->

  <xs:complexType name="LocationType">
    <xs:sequence>
      <xs:element name="LocationName" minOccurs="0" nillable="true" type="xs:token">
        <xs:annotation>
          <xs:documentation>Name of the location.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocationRefId" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>
      RefId of the location object if the location is a SIF Object such as </xs:documentation>
          </xs:annotation>
          <xs:simpleContent>
            <xs:extension base="IdRefType">
              <xs:attribute name="SIF_RefObject" use="required">
                <xs:annotation>
                  <xs:documentation>
      Type of SIF Object </xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="SchoolInfo" />
                    <xs:enumeration value="LEAInfo" />
                    <xs:enumeration value="RoomInfo" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="Type" use="optional">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="Classroom" />
          <xs:enumeration value="School" />
          <xs:enumeration value="District" />
          <xs:enumeration value="Campus" />
          <xs:enumeration value="IntermediateUnit" />
          <xs:enumeration value="StateEducationAgency" />
          <xs:enumeration value="NonInstructionalSpace" />
          <xs:enumeration value="AthleticVenue" />
          <xs:enumeration value="Other" />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>


  <!--StateProvinceIdType-->

  <xs:simpleType name="StateProvinceIdType">
    <xs:restriction base="xs:normalizedString">
      <xs:annotation>
        <xs:documentation>The identifier for this entity as assigned by the state or province.</xs:documentation>
      </xs:annotation>
    </xs:restriction>
  </xs:simpleType>


  <!--AttendanceCodeType-->

  <xs:complexType name="AttendanceCodeType">
    <xs:annotation>
      <xs:documentation>Code that describes the absence/attendance.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsAttendanceCodeType">
        <xs:annotation>
          <xs:documentation>Code representing the absence/attendance.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--YearLevelType-->

  <xs:complexType name="YearLevelType">
    <xs:annotation>
      <xs:documentation>Year or academic level.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsYearLevelCodeType">
        <xs:annotation>
          <xs:documentation>Code representing the year level.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--PersonInfoType-->

  <xs:complexType name="PersonInfoType">
    <xs:annotation>
      <xs:documentation />
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Name" type="NameOfRecordType">
        <xs:annotation>
          <xs:documentation>The name of the person. Note: Type attribute value of LGL must be used here.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherNames" minOccurs="0" nillable="true" type="OtherNamesType">
        <xs:annotation>
          <xs:documentation>Previous, alternate or other names or aliases associated with the person.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Demographics" minOccurs="0" nillable="true" type="DemographicsType">
        <xs:annotation>
          <xs:documentation>Demographic information about the person.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AddressList" minOccurs="0" nillable="true" type="AddressListType">
        <xs:annotation>
          <xs:documentation>The person's address(es).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PhoneNumberList" minOccurs="0" nillable="true" type="PhoneNumberListType">
        <xs:annotation>
          <xs:documentation>The person's phone number(s).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EmailList" minOccurs="0" nillable="true" type="EmailListType">
        <xs:annotation>
          <xs:documentation>The person's e-mail address(es).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="HouseholdContactInfoList" minOccurs="0" nillable="true" type="HouseholdContactInfoListType">
        <xs:annotation>
          <xs:documentation>The person's household/s contact information.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--YearLevelsType-->

  <xs:complexType name="YearLevelsType">
    <xs:annotation>
      <xs:documentation>
        List of year levels.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="YearLevel" maxOccurs="unbounded" type="YearLevelType" />
    </xs:sequence>
  </xs:complexType>


  <!--SchoolURLType-->

  <xs:simpleType name="SchoolURLType">
    <xs:restriction base="xs:anyURI">
      <xs:annotation>
        <xs:documentation>URL for a school.</xs:documentation>
      </xs:annotation>
    </xs:restriction>
  </xs:simpleType>


  <!--PrincipalInfoType-->

  <xs:complexType name="PrincipalInfoType">
    <xs:annotation>
      <xs:documentation>Information about the campus or school principal.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="ContactName" type="NameOfRecordType">
        <xs:annotation>
          <xs:documentation>The name of the principal.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ContactTitle" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The principal's title.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PhoneNumberList" minOccurs="0" nillable="true" type="PhoneNumberListType">
        <xs:annotation>
          <xs:documentation>The principal's phone number(s).</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EmailList" minOccurs="0" nillable="true" type="EmailListType">
        <xs:annotation>
          <xs:documentation>The principal's e-mail address(es).</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--SchoolContactType-->

  <xs:complexType name="SchoolContactType">
    <xs:annotation>
      <xs:documentation>Information on contact persons for this school.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="PublishInDirectory" minOccurs="0" nillable="true" type="PublishInDirectoryType">
        <xs:annotation>
          <xs:documentation>Indicates whether or not this school contact's information should be published in a directory of school information.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ContactInfo" type="ContactInfoType" />
    </xs:sequence>
  </xs:complexType>


  <!--SchoolContactListType-->

  <xs:complexType name="SchoolContactListType">
    <xs:annotation>
      <xs:documentation>A list of contact persons associated with a school.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SchoolContact" maxOccurs="unbounded" type="SchoolContactType">
        <xs:annotation>
          <xs:documentation>Information on contact persons for this school.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--PublishInDirectoryType-->

  <xs:simpleType name="PublishInDirectoryType">
    <xs:restriction base="AUCodeSetsYesOrNoCategoryType">
      <xs:annotation>
        <xs:documentation>Indicates whether or not information should be published in a directory.</xs:documentation>
      </xs:annotation>
    </xs:restriction>
  </xs:simpleType>


  <!--ContactInfoType-->

  <xs:complexType name="ContactInfoType">
    <xs:annotation>
      <xs:documentation>Common element used to supply information for a contact person at a school, LEA, or other institution.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Name" type="NameType">
        <xs:annotation>
          <xs:documentation />
        </xs:annotation>
      </xs:element>
      <xs:element name="PositionTitle" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The contact person's position title.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Role" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Role played by this contact in this instance.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Address" minOccurs="0" nillable="true" type="AddressType">
        <xs:annotation>
          <xs:documentation>Address of the contact.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EmailList" minOccurs="0" nillable="true" type="EmailListType">
        <xs:annotation>
          <xs:documentation>List of Email elements.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PhoneNumberList" minOccurs="0" nillable="true" type="PhoneNumberListType">
        <xs:annotation>
          <xs:documentation>List of PhoneNumber elements.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--AddressStreetType-->

  <xs:complexType name="AddressStreetType">
    <xs:annotation>
      <xs:documentation>The street element is a complex element and breaks the street down into several parts. (Allow for PO Box here)</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Line1" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Address line 1.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Line2" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Address line 2.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Line3" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Address line 3.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Complex" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Name of the complex.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StreetNumber" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The address number assigned to the building.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StreetPrefix" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Street prefix like NE</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StreetName" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The name of the street.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StreetType" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The type of street. For example, Lane, Blvd., Ave., etc.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StreetSuffix" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Street suffix like SW.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ApartmentType" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Type of apartment, for example, Suite.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ApartmentNumberPrefix" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Apartment number prefix.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ApartmentNumber" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The number of the apartment.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ApartmentNumberSuffix" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Apartment number suffix.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--AddressType-->

  <xs:complexType name="AddressType">
    <xs:annotation>
      <xs:documentation>This element contains address data.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="EffectiveFromDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date the address became active.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EffectiveToDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date the address ceases to be active.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Street" type="AddressStreetType">
        <xs:annotation>
          <xs:documentation>The street element is a complex element and breaks the street down into several parts. (Allow for PO Box here)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="City" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The city part of the address.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StateProvince" minOccurs="0" nillable="true" type="StateProvinceType">
        <xs:annotation>
          <xs:documentation>The state or province code. StateTerritory Code only applicable if an Australian Address. Conditional- If Australian Address this is mandatory. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Country" minOccurs="0" nillable="true" type="CountryType">
        <xs:annotation>
          <xs:documentation>The country code.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PostalCode" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The ZIP/postal code.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="GridLocation" minOccurs="0" nillable="true" type="GridLocationType">
        <xs:annotation>
          <xs:documentation>The location of the address.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MapReference" minOccurs="0" nillable="true" type="MapReferenceType">
        <xs:annotation>
          <xs:documentation>A Map Reference in x-y co-ordinates.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="RadioContact" minOccurs="0" nillable="true" type="xs:string">
        <xs:annotation>
          <xs:documentation>UHF Radio frequency or channel used for contact eg: 477MHz or CH60</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Community" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>This element is used to describe a Community that is associated with the instance of the address.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LocalId" minOccurs="0" nillable="true" type="LocalIdType">
        <xs:annotation>
          <xs:documentation>This is the LocalId of the specific address if it can be provided.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AddressGlobalUID" minOccurs="0" nillable="true" type="GUIDType">
        <xs:annotation>
          <xs:documentation>
        This is the GUID generated by the Provider system.  Where it is available to be provided, the globally unique identifier links together separate instances of the Address Common Element which reference the same physical address.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StatisticalAreas" minOccurs="0" nillable="true" type="StatisticalAreasType">
        <xs:annotation>
          <xs:documentation>A list of Statistical Areas assoicated with an address that will be referenced back to ABS 1270.  Only applicable to a physical address, e.g. not relevant for a Post Office Box.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="Type" use="required" type="AUCodeSetsAddressTypeType">
      <xs:annotation>
        <xs:documentation>Code that defines the location of the address. Note: A subset of specific valid values for each instance in a data object may be listed in that object.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Role" use="required" type="AUCodeSetsAddressRoleType">
      <xs:annotation>
        <xs:documentation>A facet of Address</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>


  <!--MapReferenceType-->

  <xs:complexType name="MapReferenceType">
    <xs:annotation>
      <xs:documentation>A Map Reference in x-y co-ordinates.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="XCoordinate" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>X Co-ordinate of reference</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="YCoordinate" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Y Co-ordinate of reference</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="Type" use="required" type="xs:normalizedString">
      <xs:annotation>
        <xs:documentation>Type map reference</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>


  <!--StatisticalAreasType-->

  <xs:complexType name="StatisticalAreasType">
    <xs:annotation>
      <xs:documentation>A list of Statistical Areas assoicated with an address that will be referenced back to ABS 1270.  Only applicable to a physical address, e.g. not relevant for a Post Office Box.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="StatisticalArea" minOccurs="0" maxOccurs="unbounded" type="StatisticalAreaType">
        <xs:annotation>
          <xs:documentation>
        The Australian Standard Geographical Classification (ASGC) has now been replaced with the Australian Statistical Geography Standard (ASGS).
        The level and method that this is collected would need to be discussed as the lowest level is now a lot lower than the previous classification to allow for more accurate data analysis and reporting.
        There are different levels of spatial unit references by this code set and a MeshBlock refers to the lowest level of this classification.
		The spatial unit should be validated against the correct classification which is being elaborated upon. The referenced levels are coded in these volumes of ABS 1270 		
      </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--StatisticalAreaType-->

  <xs:complexType name="StatisticalAreaType">
    <xs:annotation>
      <xs:documentation>
        The Australian Standard Geographical Classification (ASGC) has now been replaced with the Australian Statistical Geography Standard (ASGS).
        The level and method that this is collected would need to be discussed as the lowest level is now a lot lower than the previous classification to allow for more accurate data analysis and reporting.
        There are different levels of spatial unit references by this code set and a MeshBlock refers to the lowest level of this classification.
		The spatial unit should be validated against the correct classification which is being elaborated upon. The referenced levels are coded in these volumes of ABS 1270 		
      </xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="xs:normalizedString">
        <xs:attribute name="SpatialUnitType" use="required">
          <xs:annotation>
            <xs:documentation>Type of Spatial Unit contained within the StatisticalArea Element</xs:documentation>
          </xs:annotation>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="MB" />
              <xs:enumeration value="SA1" />
              <xs:enumeration value="SA2" />
              <xs:enumeration value="SA3" />
              <xs:enumeration value="SA4" />
              <xs:enumeration value="GCCSA" />
              <xs:enumeration value="S/T" />
              <xs:enumeration value="LG" />
              <xs:enumeration value="TR" />
              <xs:enumeration value="ILOC" />
              <xs:enumeration value="IARE" />
              <xs:enumeration value="IREG" />
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>


  <!--AddressListType-->

  <xs:complexType name="AddressListType">
    <xs:annotation>
      <xs:documentation>A list of Address elements.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Address" maxOccurs="unbounded" type="AddressType" />
    </xs:sequence>
  </xs:complexType>


  <!--EmailListType-->

  <xs:complexType name="EmailListType">
    <xs:annotation>
      <xs:documentation>A list of e-mail addresses associated with an individual or organization.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Email" maxOccurs="unbounded" type="EmailType" />
    </xs:sequence>
  </xs:complexType>


  <!--EmailType-->

  <xs:complexType name="EmailType">
    <xs:annotation>
      <xs:documentation>
        This element represents an e-mail address of one of a number of types and occurs in objects such as
        StudentPersonal, StaffPersonal, StudentContactPersonal, etc.
      </xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="xs:normalizedString">
        <xs:attribute name="Type" use="required" type="AUCodeSetsEmailTypeType">
          <xs:annotation>
            <xs:documentation>This attribute specifies the type of e-mail address.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>


  <!--PhoneNumberListType-->

  <xs:complexType name="PhoneNumberListType">
    <xs:annotation>
      <xs:documentation>Lists phone numbers associated with an entity.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="PhoneNumber" maxOccurs="unbounded" type="PhoneNumberType" />
    </xs:sequence>
  </xs:complexType>


  <!--PhoneNumberType-->

  <xs:complexType name="PhoneNumberType">
    <xs:annotation>
      <xs:documentation>This element represents a phone number and occurs within objects such as StudentPersonal, StaffPersonal, etc.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Number" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Phone number.  Free-form, but typical Australian formats include:</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Extension" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Phone number extension.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ListedStatus" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Indicates whether or not the phone number is available to the public.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Preference" minOccurs="0" nillable="true" type="xs:unsignedInt">
        <xs:annotation>
          <xs:documentation>Preference number indicating an order in which phone numbers should be used when contacting person.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="Type" use="required" type="AUCodeSetsTelephoneNumberTypeType">
      <xs:annotation>
        <xs:documentation>Code that specifies what type of phone number this is.  Note: A subset of valid values may be specified in data objects.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>


  <!--CountryType-->

  <xs:simpleType name="CountryType">
    <xs:restriction base="AUCodeSetsStandardAustralianClassificationOfCountriesSACCType">
      <xs:annotation>
        <xs:documentation>A country code.</xs:documentation>
      </xs:annotation>
    </xs:restriction>
  </xs:simpleType>


  <!--GridLocationType-->

  <xs:complexType name="GridLocationType">
    <xs:annotation>
      <xs:documentation>
        This element contains a map location. The GridLocation element is utilized within the Address element.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Latitude">
        <xs:simpleType>
          <xs:restriction base="xs:decimal">
            <xs:annotation>
              <xs:documentation>Latitude in decimal degrees.</xs:documentation>
            </xs:annotation>
            <xs:minInclusive value="-90" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            <xs:maxInclusive value="90" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Longitude">
        <xs:simpleType>
          <xs:restriction base="xs:decimal">
            <xs:annotation>
              <xs:documentation>Longitude in decimal degrees.</xs:documentation>
            </xs:annotation>
            <xs:minInclusive value="-180" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            <xs:maxInclusive value="180" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--OperationalStatusType-->

  <xs:simpleType name="OperationalStatusType">
    <xs:restriction base="AUCodeSetsOperationalStatusType">
      <xs:annotation>
        <xs:documentation>Operational condition of an institution.</xs:documentation>
      </xs:annotation>
    </xs:restriction>
  </xs:simpleType>


  <!--StateProvinceType-->

  <xs:simpleType name="StateProvinceType">
    <xs:annotation>
      <xs:documentation>A state or province code. Note: When dealing with countries other than Australia, state/province codes/values other than those referenced here can be used.</xs:documentation>
    </xs:annotation>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="AUCodeSetsStateTerritoryCodeType" />
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token" />
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>


  <!--SchoolYearType-->

  <xs:simpleType name="SchoolYearType">
    <xs:restriction base="xs:gYear">
      <xs:annotation>
        <xs:documentation>School year for which the information is applicable, expressed as the four-digit year in which the school year ends (e.g., "2009").</xs:documentation>
      </xs:annotation>
    </xs:restriction>
  </xs:simpleType>


  <!--ElectronicIdListType-->

  <xs:complexType name="ElectronicIdListType">
    <xs:annotation>
      <xs:documentation>A list of electronic identifiers associated with an entity.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="ElectronicId" maxOccurs="unbounded" type="ElectronicIdType" />
    </xs:sequence>
  </xs:complexType>


  <!--ElectronicIdType-->

  <xs:complexType name="ElectronicIdType">
    <xs:annotation>
      <xs:documentation>
        Common element used to specify entity identifiers that are read by electronic equipment. 
      </xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="xs:normalizedString">
        <xs:attribute name="Type" use="required" type="AUCodeSetsElectronicIdTypeType">
          <xs:annotation>
            <xs:documentation>Electronic ID type.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>


  <!--OtherNamesType-->

  <xs:complexType name="OtherNamesType">
    <xs:annotation>
      <xs:documentation>Previous, alternate or other names or aliases associated with a person.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Name" maxOccurs="unbounded" type="OtherNameType">
        <xs:annotation>
          <xs:documentation>
        Name of the person.  Note: Type value of LGL may not occur here.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--DemographicsType-->

  <xs:complexType name="DemographicsType">
    <xs:annotation>
      <xs:documentation>
        Demographics information about the student, contact, staff member, etc. 
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="IndigenousStatus" minOccurs="0" nillable="true" type="AUCodeSetsIndigenousStatusType">
        <xs:annotation>
          <xs:documentation>Whether or not the person identifies themselves as being of Aboriginal and/or Torres Strait Islander descent.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Sex" minOccurs="0" nillable="true" type="AUCodeSetsSexCodeType">
        <xs:annotation>
          <xs:documentation>'Sex' is the distinction 'male'/'female'/'intersex', as reported by the person</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="BirthDate" minOccurs="0" nillable="true" type="BirthDateType">
        <xs:annotation>
          <xs:documentation>The person's date of birth.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DateOfDeath" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>The person's date of death.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="BirthDateVerification" minOccurs="0" nillable="true" type="AUCodeSetsBirthdateVerificationType">
        <xs:annotation>
          <xs:documentation>Means by which the person's birth date was validated.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PlaceOfBirth" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The person's place of birth - like village, town, city etc.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StateOfBirth" minOccurs="0" nillable="true" type="StateProvinceType">
        <xs:annotation>
          <xs:documentation>The person's state of birth.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CountryOfBirth" minOccurs="0" nillable="true" type="CountryType">
        <xs:annotation>
          <xs:documentation>The person's country of birth.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CountriesOfCitizenship" minOccurs="0" nillable="true" type="CountryListType" />
      <xs:element name="CountriesOfResidency" minOccurs="0" nillable="true" type="CountryList2Type" />
      <xs:element name="CountryArrivalDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Date the person first arrived in the country.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="AustralianCitizenshipStatus" minOccurs="0" nillable="true" type="AUCodeSetsAustralianCitizenshipStatusType">
        <xs:annotation>
          <xs:documentation>The person's citizenship status.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="EnglishProficiency" minOccurs="0" nillable="true" type="EnglishProficiencyType">
        <xs:annotation>
          <xs:documentation>Person's proficiency in English.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LanguageList" minOccurs="0" nillable="true" type="LanguageListType">
        <xs:annotation>
          <xs:documentation>List of languages an individual uses to communicate.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="DwellingArrangement" minOccurs="0" nillable="true" type="DwellingArrangementType">
        <xs:annotation>
          <xs:documentation>Setting/environment in which the person resides.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Religion" minOccurs="0" nillable="true" type="ReligionType">
        <xs:annotation>
          <xs:documentation>Type of Religion if any</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ReligiousEventList" minOccurs="0" nillable="true" type="ReligiousEventListType">
        <xs:annotation>
          <xs:documentation>List of Religious events</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ReligiousRegion" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Belong to Religious Region - Currently Free Text.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="PermanentResident" minOccurs="0" nillable="true" type="AUCodeSetsPermanentResidentStatusType">
        <xs:annotation>
          <xs:documentation>Australian Residency Status (Mandatory for Student)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="VisaSubClass" minOccurs="0" nillable="true" type="VisaSubClassCodeType">
        <xs:annotation>
          <xs:documentation>Visa Sub-Class - Can be free text - not necessary to validate</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="VisaStatisticalCode" minOccurs="0" nillable="true" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Visa Statistical Code - Can be free text - not necessary to validate</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="VisaExpiryDate" minOccurs="0" nillable="true" type="xs:date">
        <xs:annotation>
          <xs:documentation>Expiry Date of Visa if one exists</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="VisaSubClassList" minOccurs="0" nillable="true" type="VisaSubClassListType">
        <xs:annotation>
          <xs:documentation>List of Visa details if more than one exists.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="LBOTE" minOccurs="0" nillable="true" type="AUCodeSetsYesOrNoCategoryType">
        <xs:annotation>
          <xs:documentation>Language Background is Other Than English. (http://www.acara.edu.au/verve/_resources/DSM_1.pdf), the LBOTE metric is under review. Currently it can be derived from Student and Parents Language Background.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ImmunisationCertificateStatus" minOccurs="0" nillable="true" type="AUCodeSetsImmunisationCertificateStatusType">
        <xs:annotation>
          <xs:documentation>Status of Immunisation Certificate</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="CulturalBackground" minOccurs="0" nillable="true" type="AUCodeSetsAustralianStandardClassificationOfCulturalAndEthnicGroupsASCCEGType">
        <xs:annotation>
          <xs:documentation>Used to indicate cultural background. </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="MaritalStatus" minOccurs="0" nillable="true" type="AUCodeSetsMaritalStatusAIHWType">
        <xs:annotation>
          <xs:documentation>The person's marital status.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--EnglishProficiencyType-->

  <xs:complexType name="EnglishProficiencyType">
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsEnglishProficiencyType">
        <xs:annotation>
          <xs:documentation>Person's proficiency in English.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--LanguageListType-->

  <xs:complexType name="LanguageListType">
    <xs:sequence>
      <xs:element name="Language" maxOccurs="unbounded" type="LanguageBaseType" />
    </xs:sequence>
  </xs:complexType>


  <!--BirthDateType-->

  <xs:simpleType name="BirthDateType">
    <xs:restriction base="xs:date">
      <xs:annotation>
        <xs:documentation>A person's date of birth.</xs:documentation>
      </xs:annotation>
    </xs:restriction>
  </xs:simpleType>


  <!--ProjectedGraduationYearType-->

  <xs:simpleType name="ProjectedGraduationYearType">
    <xs:restriction base="xs:gYear">
      <xs:annotation>
        <xs:documentation>Currently projected graduation year (CCYY).</xs:documentation>
      </xs:annotation>
    </xs:restriction>
  </xs:simpleType>


  <!--OnTimeGraduationYearType-->

  <xs:simpleType name="OnTimeGraduationYearType">
    <xs:restriction base="xs:gYear">
      <xs:annotation>
        <xs:documentation>First projected graduation year, usually determined when student is accepted into 9th grade (CCYY).</xs:documentation>
      </xs:annotation>
    </xs:restriction>
  </xs:simpleType>


  <!--RelationshipType-->

  <xs:complexType name="RelationshipType">
    <xs:annotation>
      <xs:documentation>Code that defines the relationship of one person to another.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="AUCodeSetsRelationshipToStudentType">
        <xs:annotation>
          <xs:documentation>Code representing the relationship.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--EducationalLevelType-->

  <xs:simpleType name="EducationalLevelType">
    <xs:restriction base="AUCodeSetsSchoolEducationLevelTypeType">
      <xs:annotation>
        <xs:documentation>A code representing the highest level of education completed by a person.</xs:documentation>
      </xs:annotation>
    </xs:restriction>
  </xs:simpleType>


  <!--GraduationDateType-->

  <xs:simpleType name="GraduationDateType">
    <xs:restriction base="PartialDateType">
      <xs:annotation>
        <xs:documentation>Date student officially graduated from secondary education.</xs:documentation>
      </xs:annotation>
    </xs:restriction>
  </xs:simpleType>


  <!--NameType-->

  <xs:complexType name="NameType">
    <xs:annotation>
      <xs:documentation>
      The Name element, which could belong to a student, staff member, contact, etc. This element or a form of this element with a
      subset of Type values occurs within objects
      such as StudentPersonal, StudentContactPersonal, StaffPersonal, etc.
    </xs:documentation>
    </xs:annotation>
    <xs:complexContent>
      <xs:extension base="BaseNameType">
        <xs:attribute name="Type" use="required" type="AUCodeSetsNameUsageTypeType">
          <xs:annotation>
            <xs:documentation>
        Code that specifies what type of name this is.  If unsure, use LGL.
      </xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>


  <!--HomeroomNumberType-->

  <xs:simpleType name="HomeroomNumberType">
    <xs:restriction base="xs:normalizedString">
      <xs:annotation>
        <xs:documentation>
        Common element used to specify the locally-defined number or identifier for a homeroom. It is used in objects such
        as RoomInfo and StudentSnapshot.
      </xs:documentation>
      </xs:annotation>
    </xs:restriction>
  </xs:simpleType>


  <!--TimeElementType-->

  <xs:complexType name="TimeElementType">
    <xs:annotation>
      <xs:documentation>A common metadata element designed to contain time data, both self-defined and by type.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Type" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>
        This element is designed to contain the time period attached to an object.
        Very long periods (school year, quarter, etc.) and very small periods (second, millisecond, etc.) can be defined.
        This element provides a scoping description of the time metadata enclosed.
      </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Code" type="xs:token">
        <xs:annotation>
          <xs:documentation>
      This element provides a place for the application to send structured data (code values, unique identifier, timestamps).
      This code value can, depending upon the use case agreement between agents, be used to qualify the data in the </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Name" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>
      Contains a human-readable description of the value in </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="Value" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>Contains the human-readable value.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="StartDateTime" minOccurs="0" nillable="true" type="xs:dateTime" />
      <xs:element name="EndDateTime" minOccurs="0" nillable="true" type="xs:dateTime" />
      <xs:element name="SpanGaps" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="SpanGap" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Type" type="xs:normalizedString" />
                  <xs:element name="Code" type="xs:token" />
                  <xs:element name="Name" type="xs:normalizedString" />
                  <xs:element name="Value" type="xs:normalizedString" />
                  <xs:element name="StartDateTime" minOccurs="0" nillable="true" type="xs:dateTime" />
                  <xs:element name="EndDateTime" minOccurs="0" nillable="true" type="xs:dateTime" />
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="IsCurrent" type="xs:boolean">
        <xs:annotation>
          <xs:documentation>
      This element allows for the system to tag an object as being explicitly current.
      Although the baseline assumption in SIF is that objects are always current (default value is typically </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--LifeCycleType-->

  <xs:complexType name="LifeCycleType">
    <xs:annotation>
      <xs:documentation>
        This common metadata element describes the life cycle of the object it represents, based on the IEEE LOM LifeCycle element [LOM].
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Created" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="DateTime" type="xs:dateTime" />
            <xs:element name="Creators" minOccurs="0" nillable="true">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="Creator" maxOccurs="unbounded">
                    <xs:complexType>
                      <xs:sequence>
                        <xs:element name="Name" type="xs:normalizedString">
                          <xs:annotation>
                            <xs:documentation>
      Human-readable name of the data's creator. If the object contains system-generated data,
      the name should identify the creating service or application.
    </xs:documentation>
                          </xs:annotation>
                        </xs:element>
                        <xs:element name="ID" type="xs:normalizedString">
                          <xs:annotation>
                            <xs:documentation>Unique identifier of the creator.  An email address or URI could be used here.</xs:documentation>
                          </xs:annotation>
                        </xs:element>
                      </xs:sequence>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="ModificationHistory" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="Modified" minOccurs="0" maxOccurs="unbounded">
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="By" type="xs:normalizedString">
                    <xs:annotation>
                      <xs:documentation>Identifier of the system or person that modified the data.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="DateTime" type="xs:dateTime">
                    <xs:annotation>
                      <xs:documentation>The date/time the modification occurred.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="Description" minOccurs="0" nillable="true" type="xs:string">
                    <xs:annotation>
                      <xs:documentation>Human readable description of the data modifications.</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="TimeElements" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="TimeElement" minOccurs="0" maxOccurs="unbounded" type="TimeElementType" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--OtherCodeListType-->

  <xs:complexType name="OtherCodeListType">
    <xs:annotation>
      <xs:documentation>
        List of other codes or strings that crosswalk to or serve as translations of the Code element paired with this common element.  If Code changes
        and OtherCodes are supported, both Code and all associated OtherCode elements must be present.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="OtherCode" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>
        A state/province code, local code, other code or a text string that crosswalks to or serves as a translation of an associated Code element.
      </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:token">
              <xs:attribute name="Codeset" use="required">
                <xs:annotation>
                  <xs:documentation>
        Describes the OtherCode element content as either a state/province code, a local code, other code, or text string.
      </xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="StateProvince" />
                    <xs:enumeration value="Local" />
                    <xs:enumeration value="Other" />
                    <xs:enumeration value="Text" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ProgramStatusType-->

  <xs:complexType name="ProgramStatusType">
    <xs:sequence>
      <xs:element name="Code">
        <xs:annotation>
          <xs:documentation>The current status of the student's program participation.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
          <xs:restriction base="xs:token">
            <xs:enumeration value="S001">
              <xs:annotation>
                <xs:documentation>Referred</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="S002">
              <xs:annotation>
                <xs:documentation>Eligible</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="S003">
              <xs:annotation>
                <xs:documentation>Not Eligible</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="S004">
              <xs:annotation>
                <xs:documentation>Active</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="S005">
              <xs:annotation>
                <xs:documentation>Exited</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="S006">
              <xs:annotation>
                <xs:documentation>Withdrew/refused</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="9999">
              <xs:annotation>
                <xs:documentation>Other</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--SubjectAreaListType-->

  <xs:complexType name="SubjectAreaListType">
    <xs:annotation>
      <xs:documentation>A list of subject areas.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SubjectArea" maxOccurs="unbounded" type="SubjectAreaType">
        <xs:annotation>
          <xs:documentation>Subject matter of a student's study.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--ACStrandAreaListType-->

  <xs:complexType name="ACStrandAreaListType">
    <xs:annotation>
      <xs:documentation>A list of subject areas.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="ACStrandSubjectArea" maxOccurs="unbounded" type="ACStrandSubjectAreaType" />
    </xs:sequence>
  </xs:complexType>


  <!--SubjectAreaType-->

  <xs:complexType name="SubjectAreaType">
    <xs:annotation>
      <xs:documentation>Subject matter.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="Code" type="xs:normalizedString">
        <xs:annotation>
          <xs:documentation>The subject area details</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="OtherCodeList" minOccurs="0" nillable="true" type="OtherCodeListType" />
    </xs:sequence>
  </xs:complexType>


  <!--ACStrandSubjectAreaType-->

  <xs:complexType name="ACStrandSubjectAreaType">
    <xs:annotation>
      <xs:documentation>Subject matter of a student's study as codified under the Australian Curriculum.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="ACStrand" type="AUCodeSetsACStrandType">
        <xs:annotation>
          <xs:documentation>Subject matter.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SubjectArea" minOccurs="0" nillable="true" type="SubjectAreaType">
        <xs:annotation>
          <xs:documentation>Subject matter.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--EducationFilterType-->

  <xs:complexType name="EducationFilterType">
    <xs:sequence>
      <xs:element name="LearningStandardItems" minOccurs="0" nillable="true" type="LearningStandardsType">
        <xs:annotation>
          <xs:documentation>Allows any SIF object to be correlated to learning standards.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--SIF_ExtendedElementsType-->

  <xs:complexType name="SIF_ExtendedElementsType">
    <xs:annotation>
      <xs:documentation>Allows an agent to include data not yet defined within a SIF data object as name/value pairs.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="SIF_ExtendedElement" minOccurs="0" maxOccurs="unbounded">
        <xs:complexType>
          <xs:annotation>
            <xs:documentation>A name/value pair, the name being contained in the Name attribute, the value being the element content.</xs:documentation>
          </xs:annotation>
          <xs:complexContent>
            <xs:extension base="ExtendedContentType">
              <xs:attribute name="Name" use="required" type="xs:normalizedString">
                <xs:annotation>
                  <xs:documentation>The name of the extended element. As it is possible that names for extended elements may collide from agent to agent, it is recommended that the names of extended elements be configurable in an agent, or that agents use URIs for the names of extended elements.</xs:documentation>
                </xs:annotation>
              </xs:attribute>
              <!--<xs:attribute ref="xsi:type" use="optional" />-->
              <xs:attribute name="SIF_Action" use="optional">
                <xs:annotation>
                  <xs:documentation>
        In a Change event, this flag can be used to indicate an element has been deleted from the parent list container.  At a minimum the key for the list must also be present.
      </xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                  <xs:restriction base="xs:token">
                    <xs:enumeration value="Delete" />
                  </xs:restriction>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:complexContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>


  <!--SIF_MetadataType-->

  <xs:complexType name="SIF_MetadataType">
    <xs:annotation>
      <xs:documentation>A commonly defined container for metadata elements defined within SIF.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="TimeElements" minOccurs="0" nillable="true">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="TimeElement" minOccurs="0" maxOccurs="unbounded" type="TimeElementType" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="LifeCycle" minOccurs="0" nillable="true" type="LifeCycleType" />
      <xs:element name="EducationFilter" minOccurs="0" nillable="true" type="EducationFilterType" />
    </xs:sequence>
  </xs:complexType>


  <!--ReportPackageType-->

  <xs:complexType name="ReportPackageType">
    <xs:complexContent>
      <xs:extension base="AbstractContentPackageType">
        <xs:annotation>
          <xs:documentation>
      This package has exactly the same structure as </xs:documentation>
        </xs:annotation>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>


  <!--AbstractContentPackageType-->

  <xs:complexType name="AbstractContentPackageType">
    <xs:annotation>
      <xs:documentation>
        An abstract type for derived content package types, elements and objects.  This structure may be used verbatim, optionally extending
        with additional attributes, or may be redefined to include only a subset of child elements and/or to add validation to XML
        contained in XMLData.  Only one instance of XMLData, TextData, BinaryData or
        Reference can occur in a single instance.
      </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:choice>
        <xs:element name="XMLData">
          <xs:complexType>
            <xs:sequence>
              <xs:any processContents="lax" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            </xs:sequence>
            <xs:attribute name="Description" use="optional" type="xs:token">
              <xs:annotation>
                <xs:documentation>
          Contains an optional description of the content or a processing hint with regard to its structure (e.g. named standard, file layout or XSD).
          Contents may be mandated in instances of this type, or types that follow the AbstractContentPackageType pattern.
        </xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:complexType>
        </xs:element>
        <xs:element name="TextData">
          <xs:annotation>
            <xs:documentation>Contains arbitrary text, encoded in UTF-8.</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:simpleContent>
              <xs:extension base="xs:string">
                <xs:attribute name="MIMEType" use="optional" type="xs:token">
                  <xs:annotation>
                    <xs:documentation>
          Optional MIME type to specifically indicate the text type.  Otherwise text/plain can be assumed.
        </xs:documentation>
                  </xs:annotation>
                </xs:attribute>
                <xs:attribute name="FileName" use="optional" type="xs:token">
                  <xs:annotation>
                    <xs:documentation>
          Optional file name to indicate the file from which the content originated, or to suggest a name to use when saving the content.
        </xs:documentation>
                  </xs:annotation>
                </xs:attribute>
                <xs:attribute name="Description" use="optional" type="xs:token">
                  <xs:annotation>
                    <xs:documentation>
          Contains an optional description of the content or a processing hint with regard to its structure (e.g. named standard, file layout or XSD).
          Contents may be mandated in instances of this type, or types that follow the AbstractContentPackageType pattern.
        </xs:documentation>
                  </xs:annotation>
                </xs:attribute>
              </xs:extension>
            </xs:simpleContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="BinaryData">
          <xs:annotation>
            <xs:documentation>Contains the base64Binary encoding of binary or text data not encoded in UTF-8.</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:simpleContent>
              <xs:extension base="xs:base64Binary">
                <xs:attribute name="MIMEType" use="required" type="xs:token">
                  <xs:annotation>
                    <xs:documentation>
          MIME type to indicate the content type.
        </xs:documentation>
                  </xs:annotation>
                </xs:attribute>
                <xs:attribute name="FileName" use="optional" type="xs:token">
                  <xs:annotation>
                    <xs:documentation>
          Optional file name to indicate the file from which the content originated, or to suggest a name to use when saving the content.
        </xs:documentation>
                  </xs:annotation>
                </xs:attribute>
                <xs:attribute name="Description" use="optional" type="xs:token">
                  <xs:annotation>
                    <xs:documentation>
          Contains an optional description of the content or a processing hint with regard to its structure (e.g. named standard, file layout or XSD).
          Contents may be mandated in instances of this type, or types that follow the AbstractContentPackageType pattern.
        </xs:documentation>
                  </xs:annotation>
                </xs:attribute>
              </xs:extension>
            </xs:simpleContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="Reference">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="URL" type="xs:anyURI">
                <xs:annotation>
                  <xs:documentation>Location of external content.</xs:documentation>
                </xs:annotation>
              </xs:element>
            </xs:sequence>
            <xs:attribute name="MIMEType" use="required" type="xs:token">
              <xs:annotation>
                <xs:documentation>
          MIME type to indicate the content type to be expected when retrieving the external content.
        </xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="Description" use="optional" type="xs:token">
              <xs:annotation>
                <xs:documentation>
          Contains an optional description of the content or a processing hint with regard to its structure (e.g. named standard, file layout or XSD).
          Contents may be mandated in instances of this type, or types that follow the AbstractContentPackageType pattern.
        </xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="RefId" use="required" type="RefIdType">
      <xs:annotation>
        <xs:documentation>The GUID that uniquely identifies an instance of the package.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>


  <!--AbstractContentElementType-->

  <xs:complexType name="AbstractContentElementType">
    <xs:annotation>
      <xs:documentation>AbstractContentPackageType used as an element rather than an object, omitting RefId, SIF_Metadata and SIF_ExtendedElements.
			  </xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:choice>
        <xs:element name="XMLData">
          <xs:complexType>
            <xs:sequence>
              <xs:any processContents="lax" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
            </xs:sequence>
            <xs:attribute name="Description" use="optional" type="xs:token">
              <xs:annotation>
                <xs:documentation>
				  Contains an optional description of the content or a processing hint with regard to its structure (e.g. named standard, file layout or XSD).
				  Contents may be mandated in instances of this type, or types that follow the AbstractContentPackageType pattern.
				</xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:complexType>
        </xs:element>
        <xs:element name="TextData">
          <xs:annotation>
            <xs:documentation>Contains arbitrary text, encoded in UTF-8.</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:simpleContent>
              <xs:extension base="xs:string">
                <xs:attribute name="MIMEType" use="optional" type="xs:token">
                  <xs:annotation>
                    <xs:documentation>
				  Optional MIME type to specifically indicate the text type.  Otherwise text/plain can be assumed.
				</xs:documentation>
                  </xs:annotation>
                </xs:attribute>
                <xs:attribute name="FileName" use="optional" type="xs:token">
                  <xs:annotation>
                    <xs:documentation>
				  Optional file name to indicate the file from which the content originated, or to suggest a name to use when saving the content.
				</xs:documentation>
                  </xs:annotation>
                </xs:attribute>
                <xs:attribute name="Description" use="optional" type="xs:token">
                  <xs:annotation>
                    <xs:documentation>
				  Contains an optional description of the content or a processing hint with regard to its structure (e.g. named standard, file layout or XSD).
				  Contents may be mandated in instances of this type, or types that follow the AbstractContentPackageType pattern.
				</xs:documentation>
                  </xs:annotation>
                </xs:attribute>
              </xs:extension>
            </xs:simpleContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="BinaryData">
          <xs:annotation>
            <xs:documentation>Contains the base64Binary encoding of binary or text data not encoded in UTF-8.</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:simpleContent>
              <xs:extension base="xs:base64Binary">
                <xs:attribute name="MIMEType" use="required" type="xs:token">
                  <xs:annotation>
                    <xs:documentation>
				  MIME type to indicate the content type.
				</xs:documentation>
                  </xs:annotation>
                </xs:attribute>
                <xs:attribute name="FileName" use="optional" type="xs:token">
                  <xs:annotation>
                    <xs:documentation>
				  Optional file name to indicate the file from which the content originated, or to suggest a name to use when saving the content.
				</xs:documentation>
                  </xs:annotation>
                </xs:attribute>
                <xs:attribute name="Description" use="optional" type="xs:token">
                  <xs:annotation>
                    <xs:documentation>
				  Contains an optional description of the content or a processing hint with regard to its structure (e.g. named standard, file layout or XSD).
				  Contents may be mandated in instances of this type, or types that follow the AbstractContentPackageType pattern.
				</xs:documentation>
                  </xs:annotation>
                </xs:attribute>
              </xs:extension>
            </xs:simpleContent>
          </xs:complexType>
        </xs:element>
        <xs:element name="Reference">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="URL" type="xs:anyURI">
                <xs:annotation>
                  <xs:documentation>Location of external content.</xs:documentation>
                </xs:annotation>
              </xs:element>
            </xs:sequence>
            <xs:attribute name="MIMEType" use="required" type="xs:token">
              <xs:annotation>
                <xs:documentation>
				  MIME type to indicate the content type to be expected when retrieving the external content.
				</xs:documentation>
              </xs:annotation>
            </xs:attribute>
            <xs:attribute name="Description" use="optional" type="xs:token">
              <xs:annotation>
                <xs:documentation>
				  Contains an optional description of the content or a processing hint with regard to its structure (e.g. named standard, file layout or XSD).
				  Contents may be mandated in instances of this type, or types that follow the AbstractContentPackageType pattern.
				</xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>


  <!--MonetaryAmountType-->

  <xs:complexType name="MonetaryAmountType">
    <xs:annotation>
      <xs:documentation>A monetary amount.</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
      <xs:extension base="xs:decimal">
        <xs:attribute name="Currency" use="optional" type="ISO4217CurrencyNamesAndCodeElementsType">
          <xs:annotation>
            <xs:documentation>Currency code.  Where omitted, defaults to implementation-defined local currency, typically </xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>


  <!--ObjectNameType-->

  <xs:simpleType name="ObjectNameType">
    <xs:restriction>
      <xs:simpleType>
        <xs:restriction base="xs:NCName">
          <xs:annotation>
            <xs:documentation>An unenumerated SIF object name.</xs:documentation>
          </xs:annotation>
          <xs:maxLength value="64" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
        </xs:restriction>
      </xs:simpleType>
    </xs:restriction>
  </xs:simpleType>


  <!--ServiceNameType-->

  <xs:simpleType name="ServiceNameType">
    <xs:restriction base="xs:NCName">
      <xs:annotation>
        <xs:documentation>An unenumerated SIF object name.</xs:documentation>
      </xs:annotation>
    </xs:restriction>
  </xs:simpleType>


  <!--ObjectType-->

  <xs:complexType name="ObjectType">
    <xs:sequence xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded" namespace="##any" />
    </xs:sequence>
  </xs:complexType>


  <!--ReportDataObjectType-->

  <xs:complexType name="ReportDataObjectType">
    <xs:sequence xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:complexType>


  <!--URIOrBinaryType-->

  <xs:simpleType name="URIOrBinaryType">
    <xs:annotation>
      <xs:documentation>Allows for a URL or a Base-64 encoding.</xs:documentation>
    </xs:annotation>
    <xs:union>
      <xs:simpleType>
        <xs:restriction base="xs:anyURI" />
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:base64Binary" />
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>


  <!--GUIDType-->

  <xs:simpleType name="GUIDType">
    <xs:restriction>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:annotation>
            <xs:documentation>SIF format for a GUID. This is different for 2.x Infrastructure  and 3.x Infrastructure - 2.x xs:pattern value='[0-9A-F]{32}'  3.x - xs:pattern value="[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}" &gt;</xs:documentation>
          </xs:annotation>
          <xs:pattern value="[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
        </xs:restriction>
      </xs:simpleType>
    </xs:restriction>
  </xs:simpleType>


  <!--MsgIdType-->

  <xs:simpleType name="MsgIdType">
    <xs:restriction base="GUIDType">
      <xs:annotation>
        <xs:documentation>A message identifier.</xs:documentation>
      </xs:annotation>
    </xs:restriction>
  </xs:simpleType>


  <!--RefIdType-->

  <xs:simpleType name="RefIdType">
    <xs:restriction base="GUIDType">
      <xs:annotation>
        <xs:documentation>An object or element identifier.</xs:documentation>
      </xs:annotation>
    </xs:restriction>
  </xs:simpleType>


  <!--IdRefType-->

  <xs:simpleType name="IdRefType">
    <xs:restriction base="RefIdType">
      <xs:annotation>
        <xs:documentation>A reference to a RefId.</xs:documentation>
      </xs:annotation>
    </xs:restriction>
  </xs:simpleType>


  <!--VersionType-->

  <xs:simpleType name="VersionType">
    <xs:restriction>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:annotation>
            <xs:documentation>A SIF version number.</xs:documentation>
          </xs:annotation>
          <xs:maxLength value="12" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
          <xs:pattern value="[0-9]+[.][0-9]+(r[0-9]+)?" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
        </xs:restriction>
      </xs:simpleType>
    </xs:restriction>
  </xs:simpleType>


  <!--VersionWithWildcardsType-->

  <xs:simpleType name="VersionWithWildcardsType">
    <xs:restriction>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:annotation>
            <xs:documentation>A SIF version number, with wildcards for matching multiple versions.</xs:documentation>
          </xs:annotation>
          <xs:maxLength value="12" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
          <xs:pattern value="\*|([0-9]+[.]\*)|([0-9]+[.][0-9]+r\*)|([0-9]+[.][0-9]+(r[0-9]+)?)" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
        </xs:restriction>
      </xs:simpleType>
    </xs:restriction>
  </xs:simpleType>


  <!--DefinedProtocolsType-->

  <xs:simpleType name="DefinedProtocolsType">
    <xs:restriction base="xs:token">
      <xs:annotation>
        <xs:documentation>The transport protocols defined in SIF.</xs:documentation>
      </xs:annotation>
      <xs:enumeration value="HTTPS" />
      <xs:enumeration value="HTTP" />
    </xs:restriction>
  </xs:simpleType>


  <!--ExtendedContentType-->

  <xs:complexType name="ExtendedContentType">
    <xs:complexContent mixed="true" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:restriction base="xs:anyType">
        <xs:sequence>
          <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
      </xs:restriction>
    </xs:complexContent>
  </xs:complexType>


  <!--SelectedContentType-->

  <xs:complexType name="SelectedContentType">
    <xs:complexContent mixed="true" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:restriction base="xs:anyType">
        <xs:sequence>
          <xs:any processContents="skip" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
      </xs:restriction>
    </xs:complexContent>
  </xs:complexType>

</xs:schema>