Skip to content

Instantly share code, notes, and snippets.

@wing5wong
Created June 15, 2016 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wing5wong/d11092729ec7425c4e9969fdc0dccb03 to your computer and use it in GitHub Desktop.
Save wing5wong/d11092729ec7425c4e9969fdc0dccb03 to your computer and use it in GitHub Desktop.
EthnicityCode - multiple, not nested within an <EthnicityCodes> element.
EnrollingProvider - multiple, not nested within an <EnrollingProviders> element.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns3:SecondaryLearnerData>
<ns3:DataExtractionDateTime>2016-06-14T08:57:26.758</ns3:DataExtractionDateTime>
<ns3:Learners>
<ns3:Learner>
<ns3:LearnerDetails>
<ns4:NationalStudentNumber>123456789</ns4:NationalStudentNumber>
<ns2:LearnerName>
<ns2:FirstName>John</ns2:FirstName>
<ns2:MiddleName>X</ns2:MiddleName>
<ns2:LastName>Doe</ns2:LastName>
</ns2:LearnerName>
<ns2:GenderCode>M</ns2:GenderCode>
<ns4:BirthDate>1994-06-02</ns4:BirthDate>
<ns2:LocalIdentifier>1234</ns2:LocalIdentifier>
<ns4:EthnicityCode>21111</ns4:EthnicityCode>
<ns4:EthnicityCode>11111</ns4:EthnicityCode>
<ns4:EthnicityCode>999</ns4:EthnicityCode>
</ns3:LearnerDetails>
<ns3:EnrollingProvider>
<ns4:ProviderNumber>123</ns4:ProviderNumber>
<ProviderLocationNumber>1</ProviderLocationNumber>
<ns3:NCEAEntries>
<ns3:Entry>
<AcademicYear>2010</AcademicYear>
<ns3:Standard>
<ns2:StandardNumber>90144</ns2:StandardNumber>
<ns2:StandardVersionNumber>3</ns2:StandardVersionNumber>
</ns3:Standard>
<ns3:LevelCode>01</ns3:LevelCode>
<ns3:SecondaryResult>
<ns3:SecondaryResultCode>A</ns3:SecondaryResultCode>
<ns3:CompletedDate>2010-04-26</ns3:CompletedDate>
</ns3:SecondaryResult>
<ns3:CreditValue>5</ns3:CreditValue>
<ns3:FundingYearLevelCode>11</ns3:FundingYearLevelCode>
<ns3:AssessingProvider>
<ns4:ProviderNumber>189</ns4:ProviderNumber>
<ProviderLocationNumber>1</ProviderLocationNumber>
</ns3:AssessingProvider>
</ns3:Entry>
<ns3:Entry>
<AcademicYear>2010</AcademicYear>
<ns3:Standard>
<ns2:StandardNumber>90191</ns2:StandardNumber>
<ns2:StandardVersionNumber>2</ns2:StandardVersionNumber>
</ns3:Standard>
<ns3:LevelCode>01</ns3:LevelCode>
<ns3:SecondaryResult>
<ns3:SecondaryResultCode>A</ns3:SecondaryResultCode>
<ns3:CompletedDate>2010-12-24</ns3:CompletedDate>
</ns3:SecondaryResult>
<ns3:CreditValue>5</ns3:CreditValue>
<ns3:FundingYearLevelCode>11</ns3:FundingYearLevelCode>
<ns3:AssessingProvider>
<ns4:ProviderNumber>189</ns4:ProviderNumber>
<ProviderLocationNumber>1</ProviderLocationNumber>
</ns3:AssessingProvider>
</ns3:Entry>
</ns3:NCEAEntries>
</ns3:EnrollingProvider>
<ns3:EnrollingProvider>
<ns4:ProviderNumber>234</ns4:ProviderNumber>
<ProviderLocationNumber>1</ProviderLocationNumber>
<ns3:NCEAEntries>
<ns3:Entry>
<AcademicYear>2010</AcademicYear>
<ns3:Standard>
<ns2:StandardNumber>90144</ns2:StandardNumber>
<ns2:StandardVersionNumber>3</ns2:StandardVersionNumber>
</ns3:Standard>
<ns3:LevelCode>01</ns3:LevelCode>
<ns3:SecondaryResult>
<ns3:SecondaryResultCode>A</ns3:SecondaryResultCode>
<ns3:CompletedDate>2010-04-26</ns3:CompletedDate>
</ns3:SecondaryResult>
<ns3:CreditValue>5</ns3:CreditValue>
<ns3:FundingYearLevelCode>11</ns3:FundingYearLevelCode>
<ns3:AssessingProvider>
<ns4:ProviderNumber>189</ns4:ProviderNumber>
<ProviderLocationNumber>1</ProviderLocationNumber>
</ns3:AssessingProvider>
</ns3:Entry>
<ns3:Entry>
<AcademicYear>2010</AcademicYear>
<ns3:Standard>
<ns2:StandardNumber>90191</ns2:StandardNumber>
<ns2:StandardVersionNumber>2</ns2:StandardVersionNumber>
</ns3:Standard>
<ns3:LevelCode>01</ns3:LevelCode>
<ns3:SecondaryResult>
<ns3:SecondaryResultCode>A</ns3:SecondaryResultCode>
<ns3:CompletedDate>2010-12-24</ns3:CompletedDate>
</ns3:SecondaryResult>
<ns3:CreditValue>5</ns3:CreditValue>
<ns3:FundingYearLevelCode>11</ns3:FundingYearLevelCode>
<ns3:AssessingProvider>
<ns4:ProviderNumber>189</ns4:ProviderNumber>
<ProviderLocationNumber>1</ProviderLocationNumber>
</ns3:AssessingProvider>
</ns3:Entry>
</ns3:NCEAEntries>
</ns3:EnrollingProvider>
</ns3:Learner>
</ns3:Learners>
</ns3:SecondaryLearnerData>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment