OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

provision message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Data files in the SPML File Bindings...


At the last meeting we discussed adding a data element to the SPML core to support import and export of SPML data in the File Binding. Attached is an example of what such a file would look like.

 

Note that this change would only require one additionally element definition to the core schema. It would also be strictly added functionality and would not change the current SPML protocol. Also, it would only affect the File Binding and would not affect the SOAP/HTTP Binding.

 

Jeff Bohren

Product Architect

OpenNetwork Technologies, Inc

 

 

<?xml version="1.0" encoding="utf-8"?>
    <data xmlns="urn:oasis:names:tc:SPML:1:0:core">
      <entry>
        <identifier type="urn:oasis:names:tc:SPML:1.0:core#GUID">
          <id>584D268K</id>
        </identifier>
        <attributes>
          <attr name="firstname" xmlns="urn:oasis:names:tc:DSML:2:0:core">
            <value>Milly</value>
          </attr>
          <attr name="lastname" xmlns="urn:oasis:names:tc:DSML:2:0:core">
            <value>Ledbetter</value>
          </attr>
          <attr name="nickname" xmlns="urn:oasis:names:tc:DSML:2:0:core">
            <value>Mom</value>
          </attr>
        </attributes>
      </entry>
      <entry xmlns="urn:oasis:names:tc:SPML:1:0:core">
        <identifier type="urn:oasis:names:tc:SPML:1.0:core#GUID">
          <id>345H789S</id>
        </identifier>
        <attributes>
          <attr name="firstname" xmlns="urn:oasis:names:tc:DSML:2:0:core">
            <value>Silly</value>
          </attr>
          <attr name="lastname" xmlns="urn:oasis:names:tc:DSML:2:0:core">
            <value>Ledbetter</value>
          </attr>
          <attr name="nickname" xmlns="urn:oasis:names:tc:DSML:2:0:core">
            <value>Bro</value>
          </attr>
        </attributes>
      </entry>
      <entry xmlns="urn:oasis:names:tc:SPML:1:0:core">
        <identifier type="urn:oasis:names:tc:SPML:1.0:core#GUID">
          <id>578Y341M</id>
        </identifier>
        <attributes>
          <attr name="firstname" xmlns="urn:oasis:names:tc:DSML:2:0:core">
            <value>Tilly</value>
          </attr>
          <attr name="lastname" xmlns="urn:oasis:names:tc:DSML:2:0:core">
            <value>Ledbetter</value>
          </attr>
          <attr name="nickname" xmlns="urn:oasis:names:tc:DSML:2:0:core">
            <value>Cousin</value>
          </attr>
        </attributes>
      </entry>
    </data>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]