Master Object Tree


This is the Master Object Tree for the Court.  All Object Trees for the various functions necessary will be a subset of this object tree.  They will contain the parts of this tree that are appropriate for their function.

Anything on a line beginning with a # followed by a space as the first two characters on the line is a comment.

At the end of each line is a designation of the format for that item for programmers to use--it's "C" printf format.  Ignore what's in the brackets [ ].  It starts with % and is followed by a number that indicates the length of the item.  That is then followed by the type designator: 's' is for character string which will accept any combination of letters or numbers as appropriate; 'd' or 'f' is for digits only.  Following that is either an R meaning the item is Required, or an O meaning it is Optional.

All communications involving an object tree, whether sent to the Court or sent from the Court, will always contain the "branches" objecttree, message, caseidentity, and jurisdiction.

#
# this is a comment and will be ignored
#
objecttree. R
|     name        %-50.50s R
|     version     %-8.8s R
|     type        %-20.20s R
message.  R
|     sender. R
|     |     name        %-50.50s R
|     |     email       %-50.50s R
|     |     countrycode %6.6d O
|     |     areacode    %3.3d O
|     |     phonenum    %-20.20s R
|     |     extension   %-6.6s O
|     billto     %-20.20s R
|     date       %-20.20s R
|     dateformat %-14.14s R
|     time       %-12.12d R
|     timeformat %-12.12s R
|     zone       %-3.3s O
|     addressee. R
|     |     name  %-50.50s R
|     |     email %-50.50s R
|     purpose             %-60.60s R
|     standardformname    %-50.50s O
|     standardformversion %8.8d O
caseidentity. R
|     clientaccount    %-20.20s R
|     casenumber       %-12.12s R
filestamp. O
|     date       %-20.20s R
|     dateformat %-14.14s R
|     time       %-12.12s R
|     timeformat %-12.12s R
|     zone       %-3.3s O
jurisdiction. R
|     state  %-20.20s R
|     county %-20.20s R
|     level  %-20.20s R
filing(). [filing] R
|     statute     %-40.40s R
|     reason      %-50.50s R
|     servicetype %-50.50s R
entity(). [entity] R
|     role         %-20.20s R
|     rolecount    %4.4d  R
|     subrole      %-20.20s O
|     subrolecount %4.4d  O
|     name(). [name] R
|     |     type       %-20.20s R
|     |     nameformat %-30.30s R
|     |     last       %-50.50s R
|     |     first      %-20.20s O
|     |     middle     %-20.20s O
|     |     suffix     %-4.4s O
|     |     race       %-10.10s O
|     |     ssn        %-11.11s O
|     |     dob        %-20.20s O
|     |     dateformat %-14.14s R
|     |     gender     %-1.1s O
|     description(). [descript] O added 06/04/03
|     |     height. O
|     |     |     feet   %-2.2s R
|     |     |     inches %-2.2s R
|     |     weight       %-4.4s O
|     |     haircolor    %-20.20s O
|     |     eyecolor     %-20.20s O
|     |     citizenship  %-50.50s O
|     address(). [address] O
|     |     type    %-20.20s R
|     |     addr1   %-50.50s R
|     |     addr2   %-50.50s O
|     |     city    %-20.20s R
|     |     state   %-20.20s R
|     |     county  %-20.20s R
|     |     zip     %-10.10s R
|     |     country %-20.20s O
|     phone(). [phone] O
|     |     type        %-20.20s R
|     |     location    %-20.20s R
|     |     countrycode %6.6d O
|     |     areacode    %3.3d O
|     |     phonenum    %-20.20s R
|     |     extension   %-6.6s O
|     extended(). [namextnd] O
|     |     type    %-20.20s R
|     |     subtype %-10.10s O
|     |     value   %-60.60s R
prayer(). [prayer] O
|     amount     %14.2f O
|     interest.
|     |     prejudgment. O
|     |     |    percent    %6.3f R
|     |     |    fromdate   %-20.20s R
|     |     |    dateformat %-14.14s R
|     |     postjudgment. O
|     |     |    statutory %-1.1s R
|     |     |    percent   %6.3f O
|     damage.  O
|     |     exist      %-1.1s R
|     |     amount     %14.2f O
|     |     setting    %-1.1s O
|     |     date       %-20.20s O
|     |     dateformat %-14.14s R
|     other(). [other] O
|     |     type  %-20.20s R
|     |     value %-60.60s R
|     fees().  [fees] R
|     |     type   %-20.20s R
|     |     amount %14.2f R
complaint(). [complant] O added 10/11/2000
|     statute        %-10.10s R
|     subsection     %-10.10s O
|     sevlevreducer  %-20.20s O
|     type           %-20.20s O
|     level          %-2.2 O
|     weapon         %-20.20s O
|     victim         %-50.50s O
|     offensedate    %-20.20s R
|     dateformat     %-14.14s R
|     allegedspeed   %-4.4s O
|     legalspeed     %-4.4s O
|     constzone      %-2.2s O
license. [license] O added 11/07/2000
|     number         %-30.30s R
|     state          %-2.2s R
|     height         %-4.4s R
|     weight         %-4.4s R
tag(). [tag] O added 10/12/2000
|     year         %-4.4s R
|     state        %-2.2s O
|     license      %-10.10s O
|     description  %-40.40s O
attachment(). [attchmnt] O
|     type        %-20.20s R
|     name        %-50.50s R
|     description %-60.60s O
setting(). [setting] O
|     name       %-50.50s R
|     date       %-20.20s R
|     dateformat %-14.14s R
|     time       %-12.12s R
|     timeformat %-12.12s R
|     zone       %-3.3s O
courtcosts(). [courtcst] O
|     type   %-20.20s R
|     amount %14.2f R
extended(). [msgextnd] O updated 06/12/1998
|     type    %-20.20s R
|     subtype %-10.10s O
|     value   %-60.60s R
claim. [claim] R
|     amount       %14.2f R
|     account      %-16.16s O
|     commissioner %-2.2s O
withholding(). [withhold] O added 01/31/2000
|     amount %14.2f R
|     type   %-20.20s R
incomeorder. [incomord] O added 01/31/2000
|     period        %-20.20s O
|     answer        %-20.20s O
|     insurance     %-1.1s O
|     certificate   %-1.1s O
warrant(). [warrant] O added 03/04/2003
|     description      %-60.60s R
|     amount           %14.2f R
|     originator       %-10.10s R
|     filingperiod(). [period] R
|     |     type       %-20.20s R
|     |     value      %-60.60s R
|     issue.  R
|     |     date       %-20.20s R
|     |     dateformat %-14.14s R
|     responddays      %4.4d R
|     paid. O
|     |     date       %-20.20s R
|     |     dateformat %-14.14s R
|     |     amount     %14.2f R
judgment(). [judgment] O     added 03/04/2003
|     date       %-20.20s R
|     dateformat %-14.14s R
|     amount     %14.2f O
|     issue.  R
|     |     date       %-20.20s R
|     |     dateformat %-14.14s R
bond. [bond] O     added 06/04/03
|     type       %-20.20s R
|     amount     %14.2f O
benchwarrant [benchw] O     added 06/04/03
|     date       %-20.20s R
|     dateformat %-14.14s R
|     time       %-12.12d O
|     timeformat %-12.12s O
|     exempt     %-2.2s O
|     division   %-2.2s R
comvehicle. [commveh] O     added 06/24/03
|     accident  %-2.2s O
|     hazmat    %-2.2s O
documentdate(). [docdate] O     added 01/23/2004
|     type    %-20.20s R
|     subtype %-10.10s O
|     date %-20.20s R
|     dateformat %-14.14s R
document. [document] R     added 06/30/2004
|     number     %-20.20s R
|     signature  %-20.20s O
|     title1     %-60.60s R
|     title2     %-60.60s O
|     issue. O
|     |     date       %-20.20s R
|     |     dateformat %-14.14s R
|     transmit. O
|     |     date       %-20.20s R
|     |     dateformat %-14.14s R
|     tobeservedby. O
|     |     date       %-20.20s R
|     |     dateformat %-14.14s R
service. [service] R     added 06/30/2004
|     type            %-20.20s R
|     subtype         %-10.10s O
|     date            %-20.20s R
|     dateformat      %-14.14s R
|     description     %-60.60s O
|     certifiednumber %-20.20s O
|     server. O
|     |     name          %-50.50s R
|     |     registration  %-50.50s R
|     explanation(). [explain] O
|     |     text %-60.60s R

Send mail to webmaster with questions or comments about this website. Copyright ©1999-2003 by Shawnee County District Court. All rights reserved.