<?xml version="1.0" encoding="UTF-8" ?>
<IRData xmlns="urn:igf:client:0.3:carml"
        xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
        xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance">
  <NamedInteraction Name="UserProfileUS" xmlns="">
    <PropagateTo>
      <Partner>*.oracle.com</Partner>
    </PropagateTo>
    <LegalUseRef>http://www.myorg.com/PartnerIdentityUseAgreement.htm</LegalUseRef>
    <DataQualityRef>http://www.myorg.com/PartnerIdentityQualityAgreement.htm</DataQualityRef>
    <CacheTTL>12:00:00.00</CacheTTL>
    <SubjectIndexes>
      <IndexNameIdentifier>urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress</IndexNameIdentifier>
      <IndexAttribute Name="Country"
                    NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
                    xsi:type="countrycode">
        <saml:AttributeValue xsi:type="xs:string">US</saml:AttributeValue>
      </IndexAttribute>
    </SubjectIndexes>
    <Attributes>
      <CarmlAttribute Name="Language"
                      NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
                      Modifiable="true" Optional="true"/>
      <CarmlAttribute Name="FirstName"
                      NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"/>
      <CarmlAttribute Name="LastName"
                      NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"/>
      <CarmlAttribute Name="EmployeeId"
                      NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified"
                      xsi:type="string"/>
    </Attributes>
    <Properties>
      <CarmlProperty Name="AboveEighteen"
                     NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified"
                     Description="Is the subject over the age of eighteen as of the first day of the current year."/>
      <CarmlProperty Name="EmploymentLevel">
        <saml:AttributeValue xsi:type="xs:string"></saml:AttributeValue>
      </CarmlProperty>
      <CarmlProperty Name="Department">
        <saml:AttributeValue xsi:type="xs:string">Information Technoloy</saml:AttributeValue>
      </CarmlProperty>
      <CarmlProperty Name="City">
        <saml:AttributeValue xsi:type="xs:string">Redwood Shores</saml:AttributeValue>
        <saml:AttributeValue xsi:type="xs:string">Chicago</saml:AttributeValue>
        <saml:AttributeValue xsi:type="xs:string">New York</saml:AttributeValue>
      </CarmlProperty>
    </Properties>
  </NamedInteraction>
</IRData>
