SIF Implementation Specification (UK)

SIF Implementation Specification (UK)

table of contents Schools Interoperability Framework™ Implementation Specification (United Kingdom) 1.1 June 19, 2008 This version: http://specification.sifinfo.org/Implementation/UK/1.1/ Previous version: http://specification.sifinfo.org/Implementation/UK/1.0/ Latest version: http://specification.sifinfo.org/Implementation/UK/ 1 of 1189 Schemas SIF_Message (single file, non-annotated) (ZIP archive) SIF_Message (single file, annotated) (ZIP archive) SIF_Message (includes, non-annotated) (ZIP archive) SIF_Message (includes, annotated) (ZIP archive) DataModel (single file, non-annotated) (ZIP archive) DataModel (single file, annotated) (ZIP archive) DataModel (includes, non-annotated) (ZIP archive) DataModel (includes, annotated) (ZIP archive) Note: SIF_Message schemas define every data object element as optional per SIF's Publish/Subscribe and SIF Request/Response Models; DataModel schemas maintain the cardinality of all data object elements. Please refer to the errata for this document, which may include some normative corrections. This document is also available in these non-normative formats: ZIP archive, PDF (for printing as a single file), Excel spreadsheet. Copyright ©2008 Schools Interoperability Framework (SIF™) Association. All Rights Reserved. 2 of 1189 3 of 1189 1 Preamble 1.1 Abstract 1.1.1 What is SIF? The Schools Interoperability Framework (SIF) is not a product, but a technical blueprint for enabling diverse applications to interact and share data related to entities in the pK-12 instructional and administrative environment. SIF is designed to: Facilitate data sharing and reporting between applications without incurring expensive customer development costs; Enhance product functionality efficiently; and Provide best-of-breed solutions to customers easily and seamlessly. The SIF Implementation Specification defines: an XML-based messaging framework that allows diverse software applications to interoperate and share and report data related to entities in the pK-12 instructional and administrative environment; an HTTP(S)-based transport for conveying these SIF messages; an abstract, platform-independent definition of a message queue for reliable delivery of asynchronous SIF messages and related synchronous administrative functions—the Zone Integration Server (ZIS); and an abstract, platform-independent definition of the interface between a software application and the ZIS—the SIF Agent. These are known collectively as the SIF Infrastructure. The SIF Implementation Specification also defines the SIF Data Model: an XML-based data model that models entities in the pK-12 environment as SIF Data Objects to be shared between applications. A SIF Zone is a distributed system that consists of a ZIS and one or more software applications with a SIF Agent (a SIF-enabled application) sharing/reporting one or more SIF data objects over a network. A SIF Implementation consists of one or more SIF Zones deployed and configured to meet customer data sharing and reporting needs. The SIF Implementation Specification defines architecture requirements and communication protocols for software components and the interfaces between them; it makes no assumption of specific hardware or sofware products needed to develop SIF-enabled applications and Zone Integration Server implementations, other than their ability to support technologies leveraged as the foundation for SIF, most prominently XML and HTTP(S). 1.1.1.1 What is SIF (UK)? SIF Implementation Specification (United Kingdom) defines a set of data objects supporting the United Kingdom's interoperability requirements for the education sector and combines this data model with established infrastructure protocols from the SIF Implementation Specification [SIF]. SIF Implementation Specification (United Kingdom) 1.0 leverages the SIF architecture and redefines the SIF infrastructure from SIF Implementation Specification 2.0r1 [SIF 2.0r1] to support its data objects, with a United Kingdom-specific namespace and the data objects defined in this specification. Until such time as the SIF infrastructure is defined separately from its data objects, technical readers should note that the version number internal to SIF XML messages may differ from the version number of the corresponding specification. This is the case for SIF Implementation Specification (United Kingdom) 1.0, which uses version 2.0r1 from SIF Implementation Specification 2.0r1, upon which it is based. 1.1.2 Schools Interoperability Framework Association 4 of 1189 The Schools Interoperability Framework Association (SIFA) is an industry initiative to enable interoperability and data sharing between software applications in the pK-12 instructional and administrative environment, and the forum for companies and educators to participate in the development of SIF specifications in SIFA's working groups and task forces. SIFA is designed to: Join industry leaders in creating the next-generation framework for education technology; and Leverage co-marketing opportunities with partners and distributors. 1.2 Disclaimer The information, software, products, and services included in the SIF Implementation Specification may include inaccuracies or typographical errors. Changes are periodically added to the information herein. SIFA may make improvements and/or changes in this document at any time without notification. Information contained in this document should not be relied upon for personal, medical, legal, or financial decisions. Appropriate professionals should be consulted for advice tailored to specific situations. SIFA, ITS PARTICIPANT(S), AND THIRD PARTY CONTENT PROVIDERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY, RELIABILITY, TIMELINESS, AND ACCURACY OF THE INFORMATION, SOFTWARE, PRODUCTS, SERVICES, AND RELATED GRAPHICS CONTAINED IN THIS DOCUMENT FOR ANY PURPOSE. ALL SUCH INFORMATION, SOFTWARE, PRODUCTS, SERVICES, AND RELATED GRAPHICS ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. SIFA AND/OR ITS PARTICIPANT(S) HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH REGARD TO THIS INFORMATION, SOFTWARE, PRODUCTS, SERVICES, AND RELATED GRAPHICS, INCLUDING ALL IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT. IN NO EVENT SHALL SIFA, ITS PARTICIPANT(S), OR THIRD PARTY CONTENT PROVIDERS BE LIABLE FOR ANY DIRECT, INDIRECT, PUNITIVE, INCIDENTAL, SPECIAL, CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF USE, DATA, OR PROFITS, ARISING OUT OF OR IN ANY WAY CONNECTED WITH THE USE OR PERFORMANCE OF THIS DOCUMENT, WITH THE DELAY OR INABILITY TO USE THE DOCUMENT, THE PROVISION OF OR FAILURE TO PROVIDE SERVICES, OR FOR ANY INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS OBTAINED THROUGH THIS DOCUMENT OR OTHERWISE ARISING OUT OF THE USE OF THIS DOCUMENT, WHETHER BASED ON CONTRACT, TORT, STRICT LIABILITY, OR OTHERWISE, EVEN IF SIFA, ITS PARTICIPANT(S), OR THIRD PARTY CONTENT PROVIDERS HAVE BEEN ADVISED OF THE POSSIBILITY OF DAMAGES. BECAUSE SOME STATES/JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU. IF YOU ARE DISSATISFIED WITH ANY PORTION OF THIS DOCUMENT OR WITH ANY OF THESE TERMS OF USE, YOUR SOLE AND EXCLUSIVE REMEDY IS TO DISCONTINUE USING THIS DOCUMENT. This specification is released with the following provisos to developers and educators. 1.3 Certification and Compliance Claims Though a product may be demonstrated to comply with this specification, no product may be designated as SIF Certified™ by an organization or individual until the product has been tested against and passed established compliance criteria, published separately [SIFCertification]. Organizations and individuals that are currently paying annual membership dues to SIFA and dedicating resources to the initiative may also use the designation SIF Participant to describe their involvement with SIFA and SIF in marketing, public relations and other materials. 5 of 1189 Quick Table of Contents 1 Preamble 2 Introduction 3 Architecture 4 Messaging 5 Infrastructure 6 Data Model A Common Types B Code Sets C External Code Sets D Notes on Related Technologies E Wildcard Version Support Implementation Notes F Selective Message Blocking (SMB) Example G Background/Supplementary Documentation (non-normative) H Index of Tables I Index of Examples J Index of Figures K Index of Objects L Index of Common Elements M Index of Common Types N Index of Elements O Index of Attributes P References 6 of 1189 Full Table of Contents 1 Preamble 1.1 Abstract 1.1.1 What is SIF? 1.1.1.1 What is SIF (UK)? 1.1.2 Schools Interoperability Framework Association 1.2 Disclaimer 1.3 Certification and Compliance Claims 2 Introduction 2.1 Specification Organization 2.2 Document Conventions 2.2.1 Definitions 2.2.2 Structure and Values 2.2.3 Examples 2.2.4 References 2.2.5 Terminology 2.2.6 XML Diagrams 2.3 Version Numbers 3 Architecture 3.1 Assumptions 3.1.1 Notes on Related Technologies 3.2 Concepts 3.2.1 Data Model 3.2.2 Zone Architecture 3.2.2.1 Contexts 3.2.3 Infrastructure and Messaging 3.2.4 Data Provision: A Request/Response Model 3.2.5 Event Reporting: A Publish/Subscribe Model 3.2.6 Communication: An Asynchronous Model 3.2.7 Security Model 3.2.7.1 Encryption 3.2.7.2 Authentication and Validation 3.2.7.3 Access Control 3.3 SIF Architecture 7 of 1189 3.3.1 Architectural Components 3.3.2 Naming Conventions for Agents and Zone Integration Servers 3.3.3 Object Identifiers 3.3.3.1

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    1189 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us