What Are We Building?

Size: px
Start display at page:

Download "What Are We Building?"

Transcription

1 Presentation Agenda Introduction Overview of the Transport Layer Respective Responsibilities Overview of Extensible Markup Language (XML) SDS Data Exchange Specification Schedule 1

2 What Are We Building? A new secure Student Data System that includes... A database that will support the integration of the K- 12 common components and the sharing of data Expansion of Student Tracking function to identify children and youth who are not registered in an approved education program A flexible and timely student record keeping system Enhanced functions to streamline business processes 2

3 Schools / School Divisions will exchange information by Paper forms (with a sunset strategy to yield cost savings) Online data entry via web pages Electronic file transfer of XML data files (batch) Electronic XML data exchange (real-time) 3

4 Standard Reports for Schools Online Screens for Schools Online Screens For the Department School Department Standard Reports for the Department New Student Data System Real-time / Electronic File Transfer (Demo, Enrolment, Registration, Final Marks) Paper-based Student Information (Enrolment/Withdrawal, Registration and Marks) Student Data System School Software Nightly Update Real-time / Electronic Data Exchange (Demographics and Final Marks) MIS (Outside Scope) Ad hoc Reports for the Department Report Generator Student Data System Ad hoc Reporting 4

5 Schools / school divisions will have these self-serve functions... Web XML Generate and retrieve Saskatchewan Learning IDs Enroll, register and withdraw students Mass re-enroll their students Enter & review final marks for students Query graduation requirements (counseling) Enter and review PAA module tracking information Simplified distance learning course registration Ability to establish base school for students Submit electronic data and receive feedback (real-time and batch) Educator Profile 5

6 Data Communication Client Options Real Time Exchange 1. Direct creation and transmission of XML documents Batch Exchange 1. Using SDS application, browse client network for batch XML file for upload 2. Retrieve results from SDS application 6

7 Data Communication Standards 1. Transport : HTTPS 2. Method: POST 3. Container:.XML 4. Security: System Authentication and XML-Embedded User Credentials 7

8 Real-Time Data Communication Model School Software Request Oracle DB View Results ACK Security XML Response ACK School Database Internet / Firewall HTTPS Internet / Firewall Web Server SDS Learning Database XML Request System Credentials Process Results School System Saskatchewan Learning 8

9 Batch Exchange Data Communication Model School Software Select Data File Oracle DB Security XML User Workstation ACK Internet / Firewall HTTPS Internet / Firewall Web Server SDS Learning Database XML User Batch File Credentials Process Results School System Saskatchewan Learning 9

10 School / School Division Responsibilities 1. Provide Network and Security configuration information 2. Develop the ability to generate and parse XML documents 3. Develop the ability to initiate a HTTPS connection, send, and receive Authentication Credentials and XML documents 10

11 Department Responsibilities 1. Review and approve client network and security configurations 2. Authenticate HTTPS connection 3. Accept, validate, and respond to authorized XML requests 4. Ensure Data Security 11

12 Overview of XML What is XML? Extensible Markup Language Used to facilitate data exchange between partners, using common terminology Looks like HTML, but provides a semantic description of information 12

13 Example 1 - XML Fragment <name> <first>edward</first> <last>teller</last> </name> 13

14 Well Formed XML There is only one root element Every starting tag must have a corresponding closing tag XML tags can be nested but must not overlap Element names must obey XML naming conventions 14

15 Valid XML For a document to be valid, it must be well formed conform to a specification We will use XML Schema (.xsd files) to define the specification 15

16 Example 2 <endangered_species> <animal> <name language= english >Tiger</name> <name language= latin >panthera tigris</name> </animal> </endangered_species> 16

17 SDS Data Exchange Specification Message Types Types of Dialogues Examples 17

18 Message Types Events (new or changed data) Requests for Data Responses to Requests and Events Each message has one or more objects Each object is one business transaction 18

19 Types of Dialogues Sending student demographic, enrollment and/or class registration data Event - new and/or changed data School Department Response - status of data received; errors; Learning ID Number and birth date for records without Learning ID Number in the original Event 19

20 Types of Dialogues Sending student marks Event - student marks School Department Response - status of data received; errors 20

21 Types of Dialogues Quick enrollment Event - quick enrollment Response - status of data received; errors; Learning ID Number and birth date School Department Request - demographic data and/or course history Response - demographic data and/or course history 21

22 Types of Dialogues Requesting course history for students (e.g. at the end of a term) Request - course history School Department Response - course history 22

23 School Mark Example <StudentClassMark RefId="1"> <StudentIdentification> <DeptAssignedPersonId> </DeptAssignedPersonId> <BirthDate> </BirthDate> </StudentIdentification> <ClassIdentification> <SchoolId> </SchoolId> <ClassId>MathA30 A</ClassId> <StartDate> </StartDate> <EndDate> </EndDate> </ClassIdentification> <SchoolMarkInfo> <SchoolMark>82</SchoolMark> </SchoolMarkInfo> </StudentClassMark> 23

24 Summary / Wrap Web resources available: Test / validation environment will be available for vendors Business and Technical contact ( ): student.records@sasked.gov.sk.ca 24

25 Vendor Data Exchange Schedule Vendor Questions Sept Oct. 31, 2003 Development Nov. 1 - Jan. 15, 2004 Technical Testing Jan Mar. 1, 2004 System Testing Mar. 1 - May 1, 2004 Client Validation May 1 - Jun. 30, 2004 Implementation August

Student Data System. XML Business Transactions

Student Data System. XML Business Transactions Student Data System XML Business Transactions Saskatchewan Learning Trent Reifferscheid Bonnie Stecyk 1 General XML Notes Avoiding validation errors Pass application specific Id s as the transaction RefId

More information

B2B:Student & B2B:Student Open - Schema explanation and process

B2B:Student & B2B:Student Open - Schema explanation and process B2B:Student & B2B:Student Open - Schema explanation and process last updated for the Autumn 2017 release Categories Document Revision History Version Published on Autumn 2017 (3.64) - 1.0 2/16/2018 Doc

More information

Reference Manual for the Student and Exchange Visitor Information System Batch Interface

Reference Manual for the Student and Exchange Visitor Information System Batch Interface U.S. Immigration & Naturalization Service Reference Manual for the Student and Exchange Visitor Information System Batch Interface September 20, 2002 DRAFT TABLE OF CONTENTS 1. INTRODUCTION... 1 1.1 Purpose...1

More information

Parent User Guide.

Parent User Guide. Parent User Guide www.intellimedia.ca Table of Contents INTRODUCTION 3 PARENT USER INSTRUCTIONS 4 PARENT ACCESS TO SCHOOLENGAGE 5 NEW PARENT SIGN UP 5 EXISTING PARENT SIGN IN PARENT PORTAL 7 EXISTING PARENT

More information

Panel Discussion: Electronic Exchange of Student Transcripts

Panel Discussion: Electronic Exchange of Student Transcripts Panel Discussion: Electronic Exchange of Student Transcripts Tuesday, April 3, 2012 1:00pm 2:00pm Session ID 359 SPEEDE A Professional Development Committee of AACRAO American Association of Collegiate

More information

Considerations and Best Practices in the Electronic Exchange of Student Transcripts: EDI, XML, PDF

Considerations and Best Practices in the Electronic Exchange of Student Transcripts: EDI, XML, PDF Considerations and Best Practices in the Electronic Exchange of Student Transcripts: EDI, XML, PDF Presented by: W. Matt Bemis, Associate Registrar, University of Southern California Sue Reyes, M.S., Enrollment

More information

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 14 Database Connectivity and Web Technologies

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 14 Database Connectivity and Web Technologies Database Systems: Design, Implementation, and Management Tenth Edition Chapter 14 Database Connectivity and Web Technologies Database Connectivity Mechanisms by which application programs connect and communicate

More information

Web Services and SOA. The OWASP Foundation Laurent PETROQUE. System Engineer, F5 Networks

Web Services and SOA. The OWASP Foundation  Laurent PETROQUE. System Engineer, F5 Networks Web Services and SOA Laurent PETROQUE System Engineer, F5 Networks OWASP-Day II Università La Sapienza, Roma 31st, March 2008 Copyright 2008 - The OWASP Foundation Permission is granted to copy, distribute

More information

SRX Student Records Exchange System

SRX Student Records Exchange System SRX Student Records Exchange System Institution Accounts - User Guide Department of Education of Puerto Rico April 2018 Version 1.2 Prepared By Nagnoi, LLC. Puerto Rico Department of Education Student

More information

ESDA-Operation Manual Version 1.0. E-platform for School Development & Accountability (ESDA) Operation Manual. Nov [Version 1.

ESDA-Operation Manual Version 1.0. E-platform for School Development & Accountability (ESDA) Operation Manual. Nov [Version 1. E-platform for School Development & Accountability (ESDA) Operation Manual Nov 2005 [Version 1.0] Copyright 2005 Education and Manpower Bureau Page 1 Table of Contents About this Operation Manual... 6

More information

GED Manager How To Guide For Corrections & Youth Challenge Programs

GED Manager How To Guide For Corrections & Youth Challenge Programs GED Manager How To Guide For Corrections & Youth Challenge Programs Version 3.0 January 2015 GED is a registered trademark of the American Council on Education. Used under license. Table of Contents GED

More information

Information Technology Services. Informational Report for the Board of Trustees October 11, 2017 Prepared effective August 31, 2017

Information Technology Services. Informational Report for the Board of Trustees October 11, 2017 Prepared effective August 31, 2017 Information Technology Services Informational Report for the Board of Trustees October 11, 2017 Prepared effective August 31, 2017 Information Technology Services TABLE OF CONTENTS UPDATE ON PROJECTS &

More information

Industry Training Register. Guide to integration for ITOs

Industry Training Register. Guide to integration for ITOs Industry Training Register Guide to integration for ITOs Version 5.0 Objective id A823307 Published 15 January 2013 Page 2 of 29 ITR guide to integration for ITOs Contents 1 INTRODUCTION... 4 1.1 About

More information

2015 Ed-Fi Alliance Summit Austin Texas, October 12-14, It all adds up Ed-Fi Alliance

2015 Ed-Fi Alliance Summit Austin Texas, October 12-14, It all adds up Ed-Fi Alliance 2015 Ed-Fi Alliance Summit Austin Texas, October 12-14, 2015 It all adds up. Ed-Fi ODS / API Overview Chris Moffatt Director of Technology, Ed-Fi Alliance chris.moffatt@ed-fi.org 2 Ed-Fi Data Standard

More information

M359 Block5 - Lecture12 Eng/ Waleed Omar

M359 Block5 - Lecture12 Eng/ Waleed Omar Documents and markup languages The term XML stands for extensible Markup Language. Used to label the different parts of documents. Labeling helps in: Displaying the documents in a formatted way Querying

More information

Student Online Registration Version 2.0. Getting Started

Student Online Registration Version 2.0. Getting Started 1 Getting Started Before you begin the Student Online Registration you must have an e-mail address and immediate access to read email messages from it. To use the Student Online Registration, you must

More information

Introduction to MySQL. Database Systems

Introduction to MySQL. Database Systems Introduction to MySQL Database Systems 1 Agenda Bureaucracy Database architecture overview SSH Tunneling Intro to MySQL Comments on homework 2 Homework #1 Submission date is on the website.. (No late arrivals

More information

Early Education Program Registration (A New MDE Data Collection)

Early Education Program Registration (A New MDE Data Collection) Early Education Program Registration (A New MDE Data Collection) Avisia Whiteman Craig Rhombs education.state.mn.us Topics Collection objectives Timeline What programs? What people & when? Process flows

More information

W408 Supply Chain Interface XML

W408 Supply Chain Interface XML W408 Supply Chain Interface XML Pre-requisites: none The world of e-commerce connectivity is changing rapidly. Once upon a time, realtime supply chain information came at the touch of a button -- actually,

More information

TREX 101 TEXAS RECORDS EXCHANGE SYSTEM

TREX 101 TEXAS RECORDS EXCHANGE SYSTEM TREX 101 TEXAS RECORDS EXCHANGE SYSTEM August 16, 2017 REGION ONE EDUCATION SERVICE CENTER INFORMATION TECHNOLOGY - PEIMS DEPARTMENT 2 Agenda What is TREx? Registrar responsibility How to request access

More information

Administrator Manual

Administrator Manual . Self-evaluation Platform (SEP) on Information Technology in Education (ITEd) for School Administrator Manual 28 Oct 2005 [Version 2.0] Copyright 2005 Education and Manpower Bureau Page 1 Amendment History

More information

Gradintelligence student support FAQs

Gradintelligence student support FAQs Gradintelligence student support FAQs Account activation issues... 2 I have not received my activation link / I cannot find it / it has expired. Please can you send me a new one?... 2 My account is showing

More information

PAXSTORE FAQ V4.0. August 17, 2017

PAXSTORE FAQ V4.0. August 17, 2017 PAXSTORE FAQ V4.0 August 17, 2017 CONTENTS 1 Introduction... 3 1.1 SCOPE... 3 2 Basic Configurations... 4 2.1 How to setup configure manufacturer?... 4 2.2 How to configure model for other function using?...

More information

Technology Requirements

Technology Requirements Technology Requirements Screen Headphones / Earphones Keyboard Pointing Device Network Security Universal Requirements Display must measure a minimum 9.5 inches diagonal (sometimes described as 10-inch

More information

Teiid Designer User Guide 7.5.0

Teiid Designer User Guide 7.5.0 Teiid Designer User Guide 1 7.5.0 1. Introduction... 1 1.1. What is Teiid Designer?... 1 1.2. Why Use Teiid Designer?... 2 1.3. Metadata Overview... 2 1.3.1. What is Metadata... 2 1.3.2. Editing Metadata

More information

A Breakthrough In the Science of Proposal Development: P-XML. APMP TM Southern California Fall Seminar. October 22, 2004.

A Breakthrough In the Science of Proposal Development: P-XML. APMP TM Southern California Fall Seminar. October 22, 2004. A Breakthrough In the Science of Proposal Development: P-XML APMP TM Southern California Fall Seminar October 22, 2004 Holly Andrews Director APMP Task Forces 1 Agenda What is XML? What does XML look like?

More information

Glossary of Exchange Network Related Groups

Glossary of Exchange Network Related Groups Glossary of Exchange Network Related Groups CDX Central Data Exchange EPA's Central Data Exchange (CDX) is the point of entry on the National Environmental Information Exchange Network (Exchange Network)

More information

DIESEL ENGINE MECHANIC

DIESEL ENGINE MECHANIC DIESEL ENGINE MECHANIC Occupation Description Diesel Engine Mechanic means a person who installs, repairs, and maintains all internal combustion diesel engines and components used in transport, construction

More information

All about SAML End-to-end Tableau and OKTA integration

All about SAML End-to-end Tableau and OKTA integration Welcome # T C 1 8 All about SAML End-to-end Tableau and OKTA integration Abhishek Singh Senior Manager, Regional Delivery Tableau Abhishek Singh Senior Manager Regional Delivery asingh@tableau.com Agenda

More information

Student Forms Table of Contents

Student Forms Table of Contents Student Forms Updated Summer 2012 Student Forms Table of Contents Student Forms Form Categories... 1 Creating a Form... 2 Publishing a Form and making it Active... 2 General Tab... 2 Form Editor Tab...

More information

Oracle Eloqua Legacy Authenticated Microsites and Contact Users. Configuration Guide

Oracle Eloqua Legacy Authenticated Microsites and Contact Users. Configuration Guide Oracle Eloqua Legacy Authenticated Microsites and Contact Users Configuration Guide 2019 Oracle Corporation. All rights reserved 04-Jan-2019 Contents 1 Authenticated microsites 3 2 Creating authenticated

More information

WSDL versioning. Facts Basic scenario. WSDL -Web Services Description Language SAWSDL -Semantic Annotations for WSDL and XML Schema

WSDL versioning. Facts Basic scenario. WSDL -Web Services Description Language SAWSDL -Semantic Annotations for WSDL and XML Schema Internet Engineering Tomasz Babaczyński ski, Zofia Kruczkiewicz Tomasz Kubik Information systems modelling UML and description languages WSDL -Web Services Description Language SAWSDL -Semantic Annotations

More information

Account & Resource Management in the Enterprise - Needs and Solutions.

Account & Resource Management in the Enterprise - Needs and Solutions. Account & Resource Management in the Enterprise - Needs and Solutions rene.altorfer@algacom.ch raphael.carruzzo@algacom.ch Agenda User Management Group Management Helpdesk Solution Framework aaps - an

More information

PNB KIOSK BANKING SOLUTION KBS MANUAL FOR BCAs

PNB KIOSK BANKING SOLUTION KBS MANUAL FOR BCAs PNB KBS MANUAL FOR BCAs 1 About This Document Purpose This document KIOSK- Agent Manual serves as a guide for the Kiosk Agent to use the services available in the KIOSK Banking Application. Intended Users

More information

SECTION 10 EXCHANGE PROTOCOL

SECTION 10 EXCHANGE PROTOCOL SECTION 10 EXCHANGE PROTOCOL The ADMS specification will facilitate the creation of a federation of disparate semantic asset repositories at the EU level. This federation will consist of Joinup setting

More information

New Student Online Enrollment through txconnect

New Student Online Enrollment through txconnect New Student Online Enrollment through txconnect Parents with students new to the district will be able to complete basic enrollment information through the New Student Enrollment section available in txconnect

More information

A Framework for Processing Complex Document-centric XML with Overlapping Structures Ionut E. Iacob and Alex Dekhtyar

A Framework for Processing Complex Document-centric XML with Overlapping Structures Ionut E. Iacob and Alex Dekhtyar A Framework for Processing Complex Document-centric XML with Overlapping Structures Ionut E. Iacob and Alex Dekhtyar ABSTRACT Management of multihierarchical XML encodings has attracted attention of a

More information

PRACTICUM APPLICATION GUIDE MSN FAMILY NURSE PRACTITIONER (FNP) SPECIALTY TRACK FULL APPLICATION

PRACTICUM APPLICATION GUIDE MSN FAMILY NURSE PRACTITIONER (FNP) SPECIALTY TRACK FULL APPLICATION This information sheet will guide you through the steps for submitting your practicum application. If you have any questions, please contact your practicum coordinator. Please note: Submitting your practicum

More information

Networked Access to Library Resources

Networked Access to Library Resources Institute of Museum and Library Services National Leadership Grant Realizing the Vision of Networked Access to Library Resources An Applied Research and Demonstration Project to Establish and Operate a

More information

July EDGAR Filer Manual (Volume I)

July EDGAR Filer Manual (Volume I) 6. INTRODUCTION TO FILING ON EDGAR 6.1 Preparation and Submission After you have completed your application to submit filings on EDGAR, you will be ready for the filing process. The SEC provides a number

More information

Creating a Parent Portal Account

Creating a Parent Portal Account Creating a Parent Portal Account Step 1: Go to https://focus.bayschools.net/focus/auth Step 2: Click on I DO NOT have an Account Registered on the Parent Portal but my child is Actively Enrolled Welcome

More information

Beginning To Define ebxml Initial Draft

Beginning To Define ebxml Initial Draft Beginning To Define ebxml Initial Draft File Name Version BeginningToDefineebXML 1 Abstract This document provides a visual representation of how the ebxml Architecture could work. As ebxml evolves, this

More information

Shadow Health as an LTI Provider

Shadow Health as an LTI Provider Shadow Health as an LTI Provider Table of Contents 1. Getting Started 2. Getting Integrated 3. Need Help? Troubleshooting Guide (includes potential error messages) Tutorial: Blackboard Learn Registering

More information

Campus. Online Registration Processing. Student Information Systems

Campus. Online Registration Processing. Student Information Systems CLARK COUNTY SCHOOL DISTRICT TECHNOLOGY & INFORMATION SYSTEMS SERVICES DIVISION EMPLOYEE BUSINESS TRAINING DEPARTMENT Student Information Systems Campus Online Registration Processing Revised: March 2017

More information

Reemployment Services (RES) Instructions

Reemployment Services (RES) Instructions Reemployment Services (RES) Instructions A registration is required for participants of the Reemployment Services program. You will: create a User Name and Password, register, complete the RES Survey,

More information

According to information received, the Interpol database consists of a set of applications built with different technologies and languages (PL / SQL,

According to information received, the Interpol database consists of a set of applications built with different technologies and languages (PL / SQL, 1 According to information received, the Interpol database consists of a set of applications built with different technologies and languages (PL / SQL, Pro * C, Visual Basic, etc...) that currently rely

More information

Next Steps for WHOIS Accuracy Global Domains Division. ICANN June 2015

Next Steps for WHOIS Accuracy Global Domains Division. ICANN June 2015 Next Steps for WHOIS Accuracy Global Domains Division ICANN 53 24 June 2015 Agenda: Next Steps for WHOIS Accuracy Reporting System 1 2 3 Introduction and Implementation Approach Pilot Project and Lessons

More information

Member Impacting Project Overview Data Push

Member Impacting Project Overview Data Push Member Impacting Project Overview Data Push Page 1 Table of Contents Table of Contents... 2 Executive Summary... 4 Business Impact... 4 Technical Impact... 5 Technical Implementation... 6 Cutover/Back-out

More information

SDMS TRAINING MANUAL FOR TRAINING PARTNERS

SDMS TRAINING MANUAL FOR TRAINING PARTNERS SDMS TRAINING MANUAL FOR TRAINING PARTNERS Table of Contents Table of Contents Document History... Error! Bookmark not defined. Logging in to SDMS Portal (Partner Login)... 3 Creating Trainers... 6 Creating

More information

Chapter 13 XML: Extensible Markup Language

Chapter 13 XML: Extensible Markup Language Chapter 13 XML: Extensible Markup Language - Internet applications provide Web interfaces to databases (data sources) - Three-tier architecture Client V Application Programs Webserver V Database Server

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z1-349 Title : Oracle Eloqua Marketing Cloud Service 2017 Implementation Essentials Vendor : Oracle

More information

APPLICATION OF A METASYSTEM IN UNIVERSITY INFORMATION SYSTEM DEVELOPMENT

APPLICATION OF A METASYSTEM IN UNIVERSITY INFORMATION SYSTEM DEVELOPMENT APPLICATION OF A METASYSTEM IN UNIVERSITY INFORMATION SYSTEM DEVELOPMENT Petr Smolík, Tomáš Hruška Department of Computer Science and Engineering, Faculty of Computer Science and Engineering, Brno University

More information

Coleman Leviter Arrow Electronics IT Software Systems Engineer

Coleman Leviter Arrow Electronics IT Software Systems Engineer XML Presentation Techniques for Sending/Receiving XML Packets Using SQL Developer 11g Release 2 Thursday, September 22, 2011 10:45AM 11:45AM Developer Room 118 1 Techniques for Sending/Receiving XML Packets

More information

NATIONAL STUDENT INDEX

NATIONAL STUDENT INDEX NATIONAL STUDENT INDEX The Guide To Integrating With the National Student Index Specifications document for ECE Student Management System and the ELI Service Portal integrating with the National Student

More information

WHOIS Accuracy Reporting System (ARS): Phase 2 Cycle 1 Results Webinar 12 January ICANN GDD Operations NORC at the University of Chicago

WHOIS Accuracy Reporting System (ARS): Phase 2 Cycle 1 Results Webinar 12 January ICANN GDD Operations NORC at the University of Chicago WHOIS Accuracy Reporting System (ARS): Phase 2 Cycle 1 Results Webinar 12 January 2016 ICANN GDD Operations NORC at the University of Chicago Webinar Agenda 1 2 3 WHOIS ARS Background Phase 2 Cycle 1:

More information

Purpose: Use this document to Update a Letter Template and Add Merge Fields to a letter template.

Purpose: Use this document to Update a Letter Template and Add Merge Fields to a letter template. Updating a Letter Template and Using Merge Fields Purpose: Use this document to Update a Letter Template and Add Merge Fields to a letter template. Audience: PeopleSoft Communication Builders 1. Create

More information

Manuscriptorium for Candidates (M-Can) Help.

Manuscriptorium for Candidates (M-Can) Help. Manuscriptorium for Candidates (M-Can) Help http:://candidates.manuscriptorium.com For Users (Authors) Questions and Answers What types of documents can be submitted to Manuscriptorium using the M-Can

More information

Modernized E-File Progress and What You Need To Know: What is A2A

Modernized E-File Progress and What You Need To Know: What is A2A Modernized E-File Progress and What You Need To Know: Life Under EMS vs. Life Under MeF Carol McLaughlin IRS 512-460-8351 Carol.M.McLaughlin@irs.gov And Donna Muccilli Arizona Department of Revenue 602-716-6513

More information

Using SchoolTube. How do I get started? You start by creating a Teacher account that is associated with your school.

Using SchoolTube. How do I get started? You start by creating a Teacher account that is associated with your school. What is SchoolTube? SchoolTube is a free steaming video service that is made specifically for school district use. SchoolTube creates a secure platform from which you can share videos with your students,

More information

IVA Entity Audit Results Submission ICD, XSD, & XML Guidance. August 16, Health Insurance Marketplace Program Training Series

IVA Entity Audit Results Submission ICD, XSD, & XML Guidance. August 16, Health Insurance Marketplace Program Training Series IVA Entity Audit Results Submission ICD, XSD, & XML Guidance August 16, 2017 Health Insurance Marketplace Program Training Series 1 Session Agenda Session Guidelines Intended Audience Session Purpose HHS

More information

TRUST IDENTITY. Trusted Relationships for Access Management: AND. The InCommon Model

TRUST IDENTITY. Trusted Relationships for Access Management: AND. The InCommon Model TRUST. assured reliance on the character, ability, strength, or truth of someone or something - Merriam-Webster TRUST AND IDENTITY July 2017 Trusted Relationships for Access Management: The InCommon Model

More information

XML. XML Syntax. An example of XML:

XML. XML Syntax. An example of XML: XML Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. Defined in the XML 1.0 Specification

More information

SECURITY SYSTEMS TECHNICIAN

SECURITY SYSTEMS TECHNICIAN SECURITY SYSTEMS TECHNICIAN Occupation Description System means a person who designs, installs, repairs, maintains, replaces, tests, services the operation of all electronic security systems in accordance

More information

Introduction. Parent User Instructions

Introduction. Parent User Instructions Parent User Guide May 2018 Introduction SchoolEngage is a comprehensive communication tool that facilitates interaction between students, parents and the school. Key functionality includes on-line forms

More information

Database Programming with SQL

Database Programming with SQL Database Programming with SQL 4-3 Objectives This lesson covers the following objectives: Demonstrate the use of SYSDATE and date functions State the implications for world businesses to be able to easily

More information

MiFID II Transaction Reporting. 29 September 2017

MiFID II Transaction Reporting. 29 September 2017 MiFID II Transaction Reporting 29 September 2017 1 Welcome! Summary Overview Transaction Reporting Process Registration Interface Validation Response Routing Testing Questions Overview MiFID II introduces

More information

XML: Introduction. !important Declaration... 9:11 #FIXED... 7:5 #IMPLIED... 7:5 #REQUIRED... Directive... 9:11

XML: Introduction. !important Declaration... 9:11 #FIXED... 7:5 #IMPLIED... 7:5 #REQUIRED... Directive... 9:11 !important Declaration... 9:11 #FIXED... 7:5 #IMPLIED... 7:5 #REQUIRED... 7:4 @import Directive... 9:11 A Absolute Units of Length... 9:14 Addressing the First Line... 9:6 Assigning Meaning to XML Tags...

More information

This presentation was created by CPSI, Ltd. 1

This presentation was created by CPSI, Ltd.   1 1 Who is CPSI About Us and What We Do Service Experience Commitment CPSI has been servicing education organizations exclusively since 1989 and writing software for the market since 1992. We have extensive

More information

Full Stack Web Developer Nanodegree Syllabus

Full Stack Web Developer Nanodegree Syllabus Full Stack Web Developer Nanodegree Syllabus Build Complex Web Applications Before You Start Thank you for your interest in the Full Stack Web Developer Nanodegree! In order to succeed in this program,

More information

.. Cal Poly CPE/CSC 366: Database Modeling, Design and Implementation Alexander Dekhtyar..

.. Cal Poly CPE/CSC 366: Database Modeling, Design and Implementation Alexander Dekhtyar.. .. Cal Poly CPE/CSC 366: Database Modeling, Design and Implementation Alexander Dekhtyar.. XML in a Nutshell XML, extended Markup Language is a collection of rules for universal markup of data. Brief History

More information

Honeywell WEBS/NIAGARA N4 Tridium Certification Training

Honeywell WEBS/NIAGARA N4 Tridium Certification Training Honeywell WEBS/NIAGARA N4 Tridium Certification Training 5 Day Training June 18 th -22 nd 8:00 AM to 5:00 PM Charles D. Jones North Denver Branch 4900 Osage Street Denver, CO 80221 The goal is to educate

More information

The College of William & Mary. Digital Measures ActivityInsight. W&M Administrator User s Guide

The College of William & Mary. Digital Measures ActivityInsight. W&M Administrator User s Guide The College of William & Mary Digital Measures ActivityInsight W&M Administrator User s Guide The information contained in this guide is meant to supplement the DMS online Resource Center. DM implementation

More information

The EDW: An Overview For Foothill-De Anza Community College District

The EDW: An Overview For Foothill-De Anza Community College District The EDW: An Overview For Foothill-De Anza Community College District R. Joanne Keys, SunGard Higher Education October, 2009 1 The Agenda Objective: Set the stage for a successful implementation of the

More information

Expected Learning Objective Activities/FAs Planned

Expected Learning Objective Activities/FAs Planned The Orchid School Baner Syllabus Overview 2015-2016 Std X Subject : Foundation Of Information Technology Month Lesson / Content / Name of the Book Expected Learning Objective Activities/FAs Planned Students

More information

Step for Step Directions for Completing the Online Registration Process For Returning Students

Step for Step Directions for Completing the Online Registration Process For Returning Students Step for Step Directions for Completing the Online Registration Process For Returning Students 2018-2019 1. From the school website for your child s school, access the Online Registration link from the

More information

Water Treatment Chemicals. Sourcing 3.0 Overview October 26, 2011

Water Treatment Chemicals. Sourcing 3.0 Overview October 26, 2011 Water Treatment Chemicals Sourcing 3.0 Overview October 26, 2011 Agenda Accessing Sourcing 3.0 Sourcing 3.0 Overview Accessing Events Responding to an Event Where can I learn more? 2 Accessing Sourcing

More information

If you have any questions or concerns about this Privacy Policy, please Contact Us.

If you have any questions or concerns about this Privacy Policy, please Contact Us. Illuminate Education Your Privacy Rights Are Important To Us The privacy of students and their parents and guardians is important to Illuminate Education, Inc. ( Illuminate ) and the teachers, administrators,

More information

GTID Administrator. August, Dr. John D. Barge State School Superintendent

GTID Administrator. August, Dr. John D. Barge State School Superintendent GTID Training for New Users Kathy Aspy GTID Administrator August, 2012 Dr. John D. Barge State School Superintendent 1 Documentation location Brief history How the GTID application works Near Match Resolutions

More information

DON XML Achieving Enterprise Interoperability

DON XML Achieving Enterprise Interoperability DON XML Achieving Enterprise Interoperability Overview of Policy, Governance, and Procedures for XML Development Michael Jacobs Office of the DON CIO Vision The Department of the Navy will fully exploit

More information

eschoolplus Alief Independent School Distirct ONLINE STUDENT ENROLLMENT

eschoolplus Alief Independent School Distirct ONLINE STUDENT ENROLLMENT ONLINE STUDENT ENROLLMENT How to Register with Enrollment Online 1. Go to https://aliefhac1.aliefisd.net/eo_parent/user/login.aspx 2. Click on Register New Account. 3. Complete the registration screen

More information

2017 Delaware County 4-H Enrollment Help Guide

2017 Delaware County 4-H Enrollment Help Guide 4-H Online Enrollment Guide - Delaware County pg. 1 2017 Delaware County 4-H Enrollment Help Guide All 4-H enrollment for members and volunteers will be done on-line. This help sheet will guide you through

More information

User Manual. For. Online Registration Form To generate Web registration Number. Chhatrapati Shahu Ji Maharaj University, Kanpur

User Manual. For. Online Registration Form To generate Web registration Number. Chhatrapati Shahu Ji Maharaj University, Kanpur User Manual For Online Registration Form To generate Web registration Number Chhatrapati Shahu Ji Maharaj University, Kanpur Table of Contents 1. Home Page...3 2. Registration Page...4 3. Personal Details...5

More information

TSDS UNIQUE ID SYSTEM. Overview

TSDS UNIQUE ID SYSTEM. Overview TSDS UNIQUE ID SYSTEM Overview ID Assignment Process Data Submission File Validation Pass Data Validation Fail Fail Pass Resolve Near Matches Near Matches Assign ID No Near Matches Download IDs TSDS UNIQUE

More information

Data Warehouse Student Data User Group Meeting. October 4, 2018

Data Warehouse Student Data User Group Meeting. October 4, 2018 Data Warehouse Student Data User Group Meeting Agenda Business Objects Upgrade to BI4.2 New features demonstration Preview of the new Curriculum Management data collection NGSS Project Updates Student

More information

Applying On-Line. Go to You will be presented with the log-in page Click on Apply Online

Applying On-Line. Go to  You will be presented with the log-in page Click on Apply Online Applying to: Applying On-Line Go to www.blueskymss.com/ehealth You will be presented with the log-in page Click on Apply Online Selecting Region You will be prompted to select a region or division from

More information

Data Compliance Guidelines Version 1.2

Data Compliance Guidelines Version 1.2 Version 1.2 January 2007 (This page is intentionally blank) Published By: STAR Organization 2007 i Table of Contents 1. Introduction... 1 2. General Data Compliance Criteria... 2 2.1 Implementation Versions...

More information

TSDS. **You must have TEAL access before you can request TSDS access.

TSDS. **You must have TEAL access before you can request TSDS access. 1 Table of Contents: TSDS UID o Roles o Search o View Tabs Upload Batches o Assigning UID # Near Matches o Assigning Enrollment Events Cancelled/Not uploaded Files Manually Enter Individual TIMS 2 TSDS

More information

Presented by Kit Na Goh

Presented by Kit Na Goh Developing A Geo-Spatial Search Tool Using A Relational Database Implementation of the FGDC CSDGM Model Presented by Kit Na Goh Introduction Executive Order 12906 was issued on April 13, 1994 with the

More information

Activating your Home Access Center Account

Activating your Home Access Center Account Returning Ysleta students can register online. To register online you will need to activate your Home Access Center account. During the activation process, the district will use the email you provided

More information

NEASC ACCREDITATION PORTAL Quick Reference for Completing Two-Year Progress Reports. accportal.org/cpss

NEASC ACCREDITATION PORTAL Quick Reference for Completing Two-Year Progress Reports. accportal.org/cpss NEASC ACCREDITATION PORTAL Quick Reference for Completing Two-Year Progress Reports accportal.org/cpss August 2017 Portal Instruction for Head of School Two-Year Progress Report To begin working on the

More information

I-9 AND E-VERIFY VENDOR DUE DILIGENCE

I-9 AND E-VERIFY VENDOR DUE DILIGENCE I-9 AND E-VERIFY VENDOR DUE DILIGENCE WHITE PAPER I-9 and E-Verify Vendor Due Diligence Key questions to ask electronic I-9 vendors to ensure you are making the best choice for your business. 1. Vendor

More information

IBM Database Conversion Workbench 3.5

IBM Database Conversion Workbench 3.5 3.5 Oracle to IBM dashdb Conversion Guide Version: 3.5 Last Updated: June 12th, 2015 Table of Contents 1. Introduction... 4 2. Prerequisites... 5 3. Overview of the Conversion Process... 6 4. Set Up Your

More information

A DTD-Syntax-Tree Based XML file Modularization Browsing Technique

A DTD-Syntax-Tree Based XML file Modularization Browsing Technique IJCSNS International Journal of Computer Science and Network Security, VOL.6 No.2A, February 2006 127 A DTD-Syntax-Tree Based XML file Modularization Browsing Technique Zhu Zhengyu 1, Changzhi Li, Yuan

More information

7. METHODOLOGY FGDC metadata

7. METHODOLOGY FGDC metadata 7. METHODOLOGY To enable an Internet browsing client to search and discover information through a federated metadatabase, four elements must be in place. 1. The client must be able to communicate with

More information

How to Set Up Registration Events

How to Set Up Registration Events How to Set Up Registration Events The following instructions are for setting up State or County events with registrations. Screen shots and exact instructions may vary by state. 1) Click on the Events

More information

DIRECT LENDING SIGN IN INSTRUCTIONS

DIRECT LENDING SIGN IN INSTRUCTIONS DIRECT LENDING SIGN IN INSTRUCTIONS STEP 1: Go to https://studentloans.gov Click on the green Sign In box STEP 2: Type in your Social Security Number First two letters of last name Date of birth with slashes

More information

TEXAS STUDENT DATA SYSTEM TEAL Update for ESC Champions Sept 2013

TEXAS STUDENT DATA SYSTEM TEAL Update for ESC Champions Sept 2013 Simple Solution. Brighter Futures. TEXAS STUDENT DATA SYSTEM TEAL Update for ESC Champions Sept 2013 September 11, 2013 Texas Education Agency Key Points for ESCs 2 Monthly updates on the 2 nd Wednesday

More information

Authentication, Authorization and Accounting Requirements for the Session Initiation Protocol

Authentication, Authorization and Accounting Requirements for the Session Initiation Protocol Internet Engineering Task Force INTERNET-DRAFT draft-ietf-sipping-aaa-req-02.ps SIP WG J. Loughney, G. Camarillo Nokia, Ericsson February 5, 2003 Expires: August, 2003 Authentication, Authorization and

More information

Week 11: MIS 3537: Internet and Supply Chains

Week 11: MIS 3537: Internet and Supply Chains Week 11: and Case MIS 3537: Internet and Supply Chains and 2003: Video and and 7 C s of Strategic Collaboration 1. Connection with Purpose and People 2. Clarity of Purpose 3. Congruence of Mission, Strategy

More information

Supervisor Guide. WARNING: This guide changes regularly. To ensure accurate data, please do not download or print. June 2017.

Supervisor Guide. WARNING: This guide changes regularly. To ensure accurate data, please do not download or print. June 2017. Supervisor Guide June 2017 WARNING: This guide changes regularly. To ensure accurate data, please do not download or print. 1 P a g e Contents HOW MEMBERS UPDATE SUPERVISOR S INFORMATION... 3 SUPERVISOR

More information