Second Generation Electronic Filing Specifications
 

Staff and Consultants
Winchel "Todd" Vincent III, Author
WTVIII, Inc. and <xmlLegal>
Todd.Vincent@xmllegal.org
Christopher Smith,
Senior Business Systems Analyst
California Administrative Office of the Courts
christopher.smith@jud.ca.gov
 
HoursOfOperation Schema
Last Updated: 2008-11-13
 

Schema Namespace and Documentation
http://www.xmllegal.org/Schema/Court/US/California/2GEFS/Policy/02/HoursOfOperation/01/
Schema Prefix
HoursOfOperation
Schema Repository Location
http://www.xmllegal.org/Schema/Court/US/California/2GEFS/Policy/02/HoursOfOperation/01/HoursOfOperation.xsd
 
Table of Contents
1. Elements
 Internal
  1.1. HoursOfOperation
  1.2. Days
  1.3. Day
  1.4. Holidays
  1.5. Holiday
  1.6. Title
  1.7. DayName
  1.8. Open
  1.9. Close
  1.10. HolidayName
  1.11. Note
  1.12. Date
 External
2. Simple Types
  2.1. DayNames
  2.2. Memo
3. Imported Schemas
  3.1. Attributes
4. Change History
  4.1. 2003-07-01
  4.2. 2003-07-02
  4.3. 2003-07-23
  4.4. 2003-07-26
  4.5. 2003-07-27
  4.6. 2004-02-29
  4.7. 2004-04-20
  4.8. 2004-04-29
  4.9. 2004-05-10
  4.10. 2004-05-18
  4.11. 2004-08-02
  4.12. 2004-08-05
  4.13. 2004-09-14
  4.14. 2005-06-05
  4.15. 2005-06-25
  4.16. 2005-10-06
  4.17. 2008-10-01
  4.18. 2008-10-01
  4.19. 2008-11-13
5. Legal Notices
6. Authors and Contributors

1. Elements

1.1. HoursOfOperation:HoursOfOperation
Content Model: sequence
go to top
Child Element(s)minOccursmaxOccurs
Days11
Holidays01

[1]  HoursOfOperation is the intended root element of the schema. The HoursOfOperation element contains elements necessary to state the regular business hours of a court as well as holiday hours as they apply to both paper and electronic filing. The latter phrase is emphasized because the California Rules of Court mandate that the hours for accepting electronic filings be the same as the hours that the court's clerk's window is open for paper filings.

[2]   The HoursOfOperation element can also be used to state the working hours of a group or a person. For example, if a group, such as the MIS Department, or a person, such as a filing clerk, maintain special hours that differ from the court's hours, a different HoursOfOperation element can be used to specify these special hours.

1.2. HoursOfOperation:Days
Content Model: sequence
go to top
Child Element(s)minOccursmaxOccurs
Day1unbounded

[3]   The HoursOfOperation:Days element is a container element for up to seven HoursOfOperation:Day elements. This element is used to state the court's regular business hours for each day of the week. Information about specific days (e.g., December 31st, 2003) is stated in the HoursOfOperation:Holidays element.

1.3. HoursOfOperation:Day
Content Model: sequence
go to top
Child Element(s)minOccursmaxOccurs
Title01
DayName11
Open11
Close11
Note01

[4]   The HoursOfOperation:Day element is a container element for HoursOfOperation:DayName, HoursOfOperation:Open, and HoursOfOperation:Close elements. These elements are used to state the court's regular business hours for each day of the week. If a day, such as Sunday, is not included, it means the court is closed on that day. Information about specific days (e.g., December 31st, 2003) is stated in the HoursOfOperation:Holidays element.

1.4. HoursOfOperation:Holidays
Content Model: sequence
go to top
Child Element(s)minOccursmaxOccurs
Holiday1unbounded

[5]   The HoursOfOperation:Holidays element is a container element for elements used to state a court's holiday hours of operation. Specifying a holiday requires including the entire, exact date, such as 2004-01-01, or 2005-01-01. As a result, it is possible to input these dates for a number of years in advance.

1.5. HoursOfOperation:Holiday
Content Model: sequence
go to top
Child Element(s)minOccursmaxOccurs
HolidayName11
Date11
Open01
Close01
Note11

[6]   The HoursOfOperation:Holiday element is a container element for HoursOfOperation:HolidayName, HoursOfOperation:Date, HoursOfOperation:Open, HoursOfOperation:Close, and HoursOfOperation:Note elements used to state a court's holiday hours of operation. Specifying a holiday requires including the entire, exact date, such as 2004-01-01, or 2005-01-01. As a result, it is possible to input these dates for a number of years in advance.

1.6. HoursOfOperation:Title
Data Type: xsd:string
go to top

[7]  The HoursOfOperation:Title element provides the ability to provide a title for a given day or a given calendar.

1.7. HoursOfOperation:DayName
Data Type: DayNames
go to top

[8]   The HoursOfOperation:DayName element contains one of seven days of the week, e.g., Monday, Tuesday, etc.

1.8. HoursOfOperation:Open
Data Type: xsd:time
go to top

[9]   The HoursOfOperation:Open element contains the time at which the court opens on a particular day.

1.9. HoursOfOperation:Close
Data Type: xsd:time
go to top

[10]   The HoursOfOperation:Close element contains the time at which the court closes on a particular day.

1.10. HoursOfOperation:HolidayName
Data Type: xsd:string
go to top

[11]   The HoursOfOperation:HolidayName element contains a human-readable name or description of the name of the holiday, e.g., Thanksgiving.

1.11. HoursOfOperation:Note
Data Type: Memo
go to top

[12]   The HoursOfOperation:Note element contains a special note added to holiday hours of operation or a given day or a given calendar.

1.12. HoursOfOperation:Date
Data Type: xsd:date
go to top

[13]   The HoursOfOperation:Date element contains the specific day and date on which a holiday falls.

2. Simple Types

2.1. DayNames
Data Type: xsd:string
go to top
Enumeration(s)

Value
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday
2.2. Memo
Data Type: xsd:string
go to top

3. Imported Schemas

3.1. Attributes
go to top
Namespace
  http://www.xmllegal.org/Schema/Court/US/California/2GEFS/BuildingBlocks/Attributes/03/
  

4. Change History

4.1. 2003-07-01
Editor: Winchel Vincent
go to top

Created.

4.2. 2003-07-02
Editor: Winchel Vincent
go to top

Normalized using xmlLegal Normalizer 0.0.9.

4.3. 2003-07-23
Editor: Winchel Vincent
Copied From: http://www.xmllegal.org/Schema/Court/US/California/2GEFS/Policy/Test01/HoursOfOperation/01/
go to top

Copied

4.4. 2003-07-26
Editor: Winchel Vincent
go to top

Changed Date.xsd to xsd:date.

4.5. 2003-07-27
Editor: Winchel Vincent
go to top

Normalized using xmlLegal Normalizer 0.0.9.

4.6. 2004-02-29
Editor: Winchel Vincent
go to top

Updated documentation. Clarified that HoursOfOperation element applies to hours the court is open to electronic filings and paper filings. Added clarification about holiday hours.

4.7. 2004-04-20
Editor: Winchel Vincent
Copied From: http://www.xmllegal.org/Schema/Court/US/California/2GEFS/Policy/Test02/HoursOfOperation/01/
go to top

Copied.

4.8. 2004-04-29
Editor: Winchel Vincent
go to top

Made minor changes to documentation to explain that HoursOfOperation can also apply to a group or person.

4.9. 2004-05-10
Editor: Winchel Vincent
go to top

Made minor changes to documentation.

4.10. 2004-05-18
Editor: Winchel Vincent
go to top

Added HoursOfOperation:Day element and documentation. Added HoursOfOperation:HolidayDay element and documentation. Made HoursOfOperation:Open and HoursOfOperation:Close optional for holidays. Made HoursOfOperation:Holidays optional.

4.11. 2004-08-02
Editor: Winchel Vincent
Copied From: http://www.xmllegal.org/Schema/Court/US/California/2GEFS/Policy/Test03/HoursOfOperation/01/
go to top

Copied.

4.12. 2004-08-05
Editor: Winchel Vincent
go to top

Normalized using xmlLegal Normalizer 0.1.0.

4.13. 2004-09-14
Editor: Winchel Vincent
Copied From: http://www.xmllegal.org/Schema/Court/US/California/2GEFS/Policy/Test04/HoursOfOperation/01/
go to top

Copied.

4.14. 2005-06-05
Editor: Winchel Vincent
Copied From: http://www.xmllegal.org/Schema/Court/US/California/2GEFS/Policy/01/HoursOfOperation/01/
go to top

Copied.

4.15. 2005-06-25
Editor: Winchel Vincent
go to top

Changed Attributes to 03 version.

4.16. 2005-10-06
Editor: Winchel Vincent
go to top

Minor documentation edits.

4.17. 2008-10-01
Editor: Schema Generator
Copied From: http://www.xmllegal.org/Schema/Court/US/California/2GEFS/Policy/Test05/HoursOfOperation/01/
go to top

Copied.

4.18. 2008-10-01
Editor: Schema Generator
go to top

Normalized using xmlSchemaGenerator Normalizer 0.1.5.

4.19. 2008-11-13
Editor: Winchel Vincent
Copied From: http://www.xmllegal.org/Schema/Court/US/California/2GEFS/Policy/Test06/HoursOfOperation/01/
go to top

Copied. Added HoursOfOperation:Title element. HoursOfOperation:Title element and existing HoursOfOperation:Note element added as children elements of HoursOfOperation:Day element. Changed cardinality of HoursOfOperation:Day element so that a single day can have more than one opening and closing hours.

5. Legal Notices

Unless otherwise agreed, All Rights Reserved except those granted by xmlLegal General Public License at:

LICENSED WORKS ARE PROVIDED "AS IS," AND HOLDERS OF INTELLECTUAL PROPERTY RIGHTS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE LICENSED WORKS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.

HOLDERS OF INTELLECTUAL PROPERTY WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE LICENSED WORKS.

Contact Winchel "Todd" Vincent III (Todd.Vincent@xmllegal.org) or xmlLegal Help (help@xmllegal.org) for more information.

6. Authors and Contributors


Staff and Consultants
Winchel "Todd" Vincent, III, Author
WTVIII, Inc. and <xmlLegal>
Todd.Vincent@xmllegal.org
Kevin Stannard, Original Editor
Swiftnet Solutions, Ltd.
kevin.stannard@swiftnet-solutions.com
Charlene Hammitt, Project Director
California Administrative Office of the Courts
charlene.hammitt@jud.ca.gov
Christopher Smith, Senior Business Systems Analyst
California Administrative Office of the Courts
christopher.smith@jud.ca.gov
Tom Smith, Consultant
AVI/IT Decision
tjsmith@itdecision.com
Courts
Contra Costa Superior Court (http://cc-courts.org/)
Kathy Ridgeway, KRIDG@sc.co.contra-costa.ca.us
Karen Ortega, KORTE@sc.co.contra-costa.ca.us
Orange Superior Court (http://www.occourts.org/)
Allen Jensen, ajensen@occourts.org
SacramentoSuperior Court (http://www.saccourt.com/)
Doug Kauffroath, KauffrD@saccourt.com
Ryan Hurlock, HurlocR@saccourt.com
Judith Kerrin, KerrinJ@saccourt.com
Marcia Barclay, BarclaM@saccourt.com
Huldeni "Zito" Souza, SouzaH@saccourt.com
Michael Alexander, AlexanM@saccourt.com
Gary Nishi, NishiG@saccourt.com
San Mateo Superior Court (http://www.sanmateocourt.org/)
Tim Benton, tbenton@co.sanmateo.ca.us
Rick Walery, rwalery@sanmateocourt.org
Bill Harven, wharven@sanmateocourt.org
Carrie Warren, cwarren@sanmateocourt.org
Santa Clara Superior Court (http://www.sccsuperiorcourt.org/)
Barry Lynch, blynch@scscourt.org
Deborah Barker, dbarker@scscourt.org
Francine Collier, fcollier@scscourt.org
 
Contributors
counterclaim, inc. (http://www.counterclaim.com)
Shogan Naidoo, shogan@counterclaim.com
Michelle Naidoo, mnaidoo@counterclaim.com
Jim Beard, beard@counterclaim.com
Jason Van Cleve, jason@vancleve.com
Deloitte Consulting (http://www.deloitte.com/)
Bruce Scheffle, bscheffel@deloitte.com
E-Filing.com (http://www.e-filing.com)
Mohammed Shaikh, mohammed@e-filing.com
Amrit Singh Nandrey, amrit@imagexx.com
Prabhath Pallati, prabhath@imagexx.com
Essential Publishers (http://www.essentialpublishers.com)
Martin Dean, dean@epubs.org
George Rothbart, george@softsci.com
Glotrans (http://www.glotrans.com)
Andy Jamieson, ajam@glotrans.com
Conor Dixon, conordixon@comcast.net
Intresys (http://www.intresys.com)
Yegor Borovikov, yegorb@intresys.com
Tania Wasser, taniaw@intresys.com
ISD Corporation (http://www.essentialpublishers.com)
Rob Beach, Ron.Beach@isd-corp.com
Holly Ramirez, Holly.Ramirez@isd-corp.com
John Coughlin, john.coughlin@isd-corp.com
Bob Gehringer, bob.gehringer@isd-corp.com
Robert Entrican, robert@entrican.com
Lexis-Nexis (http://www.lexisnexis.com)
Jonathan Gill, jonathan.gill@lexisnexis.com
Shane Durham, shane.durham@lexisnexis.com
One Legal, Inc. (http://www.onelegal.com)
Robert DeFilippis, rtd@onelegal.com
Matt Marshall, matt@mattmarshall.com
Bryan Barringer, bbarringer@onelegal.com
Bill Porterfield, billp@servicehub.com
Patrick Zanone, patrick.zanone@macroburst.com
U.S. Court Forms/American LegalNet (http://www.uscourtforms.com)
Erez Bustan, erez@uscourtforms.com
Kin Lee, kin@uscourtforms.com
Harry Thakkar, Hthakkar@uscourtforms.com