Hi,
Can someone help me in understanding the NIEM schemas. I have got the overall idea about the NIEM model (Also I *can* understand simple schemas ). What I specifically need to know is few of the schema design "patterns" throughout the NIEM model like
<ns2riverLicenseIdentification ns1:id="1" ns1:metadata="metadata" ns1:linkMetadata="linkMetadata">
<ns2:IdentificationID ns1:id="id0" ns1:metadata="metadata_ID1" ns1:linkMetadata="link_ID1">IdentificationID_0</ns2:IdentificationID>
<ns2:IdentificationCategoryDescriptionText ns1:id="id0" ns1:metadata="metadata_ID1" ns1:linkMetadata="link_ID1"/>
<ns2:IdentificationSourceText ns1:id="id0" ns1:metadata="metadata_ID1" ns1:linkMetadata="link_ID1" />
</ns3riverLicenseIdentification>
If you see DriverLicenseIdentification has child nodes like IdentificationID, IdentificationCategoryDescriptionText, IdentificationSourceText.
What I want to know is why such a pattern is used and what that pattern is called as?
NIEM documentation provided in the NIEM site seems to be too much detailed. any links with simple tutorial would be helpful
Thanks
Can someone help me in understanding the NIEM schemas. I have got the overall idea about the NIEM model (Also I *can* understand simple schemas ). What I specifically need to know is few of the schema design "patterns" throughout the NIEM model like
<ns2riverLicenseIdentification ns1:id="1" ns1:metadata="metadata" ns1:linkMetadata="linkMetadata">
<ns2:IdentificationID ns1:id="id0" ns1:metadata="metadata_ID1" ns1:linkMetadata="link_ID1">IdentificationID_0</ns2:IdentificationID>
<ns2:IdentificationCategoryDescriptionText ns1:id="id0" ns1:metadata="metadata_ID1" ns1:linkMetadata="link_ID1"/>
<ns2:IdentificationSourceText ns1:id="id0" ns1:metadata="metadata_ID1" ns1:linkMetadata="link_ID1" />
</ns3riverLicenseIdentification>
If you see DriverLicenseIdentification has child nodes like IdentificationID, IdentificationCategoryDescriptionText, IdentificationSourceText.
What I want to know is why such a pattern is used and what that pattern is called as?
NIEM documentation provided in the NIEM site seems to be too much detailed. any links with simple tutorial would be helpful
Thanks