<!DOCTYPE USS[
	<!ELEMENT USS (Entity*)> 
	<!ELEMENT Entity (Reference*, Attribute*)> 
	<!ELEMENT Reference EMPTY>
	<!ELEMENT Attribute (#PCDATA)>
	<!ATTLIST Entity 
		Type CDATA #REQUIRED
		Id ID #REQUIRED
		>
	<!ATTLIST Reference 
		Role CDATA #REQUIRED
		RefId IDREF #REQUIRED
	>
	<!ATTLIST Attribute 
		Name CDATA #REQUIRED
	>
]>
<USS>
  <Entity Type="SKMRData:SKMRMember" Id="SKMRData:SKMRMember:fcbc76fa-a45a-4b19-b409-a52754314303">
    <Attribute Name="F_no">123121211</Attribute>
    <Attribute Name="B_Date">633470976000000000</Attribute>
    <Attribute Name="F_name">asdfa</Attribute>
    <Attribute Name="M_name">asdf</Attribute>
    <Attribute Name="S_Name">asdfasdf</Attribute>
    <Attribute Name="Address">abc</Attribute>
    <Attribute Name="Zip">
    </Attribute>
    <Attribute Name="City">
    </Attribute>
    <Attribute Name="Sex">0</Attribute>
    <Attribute Name="Status">0</Attribute>
    <Attribute Name="Flr_Id">
    </Attribute>
    <Attribute Name="Parish">
    </Attribute>
    <Attribute Name="Bap_date">0</Attribute>
  </Entity>
</USS>
