OASIS LegalXML Electronic Court Filing TC

 View Only
  • 1.  Tyler Feedback: Working Draft 22

    Posted 08-16-2017 20:04
    Greetings TC members,   We at Tyler are drilling a bit deeper into ECF 5 by asking ourselves “what would a Tyler implementation of ECF 5 look like”.  We hope to continue this with a few other key ECF messages, but our first effort is a sample ReviewFiling for filing a new civil case.  This sample is attached, as well as our feedback.  We would like to entertain discussions around this during one of our upcoming weekly sessions.     Philip Baughman Senior Software Engineering Manager, eSolutions Tyler Technologies, Inc.  P: 972.713.3770 ext: 113406 www.tylertech.com   Attachment: Tyler Technologies - ECF 5 Specification WD22 Feedback.docx Description: Tyler Technologies - ECF 5 Specification WD22 Feedback.docx <?xml version="1.0" encoding="UTF-8"?> <!--Sample XML file generated by XMLSpy v2017 sp2 (x64) ( http://www.altova.com )--> <filing:FilingMessage xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" ; xmlns:structures=" http://release.niem.gov/niem/structures/3.0/" ; xmlns:nc=" http://release.niem.gov/niem/niem-core/3.0/" ; xmlns:j=" http://release.niem.gov/niem/domains/jxdm/5.2/" ; xmlns:cbrn=" http://release.niem.gov/niem/domains/cbrn/3.2/" ; xmlns:biom=" http://release.niem.gov/niem/domains/biometrics/3.2/" ; xmlns:ecf=" https://docs.oasis-open.org/legalxml-courtfiling/ns/v5.0/ecf" ; xmlns:filing=" https://docs.oasis-open.org/legalxml-courtfiling/ns/v5.0/filing" ; xsi:schemaLocation=" https://docs.oasis-open.org/legalxml-courtfiling/ns/v5.0/filing ../../../ECF-v5-WD22/schema/filing.xsd"> <nc:DocumentIdentification/> <ecf:DocumentFiler/> <!-- This is a required element --> <ecf:SendingMDELocationID> <nc:IdentificationID> http://example.com/efsp1 </nc:IdentificationID> </ecf:SendingMDELocationID> <ecf:ServiceInteractionProfileCode>urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:WebServicesMessaging-5.0</ecf:ServiceInteractionProfileCode> <j:CaseCourt> <nc:OrganizationIdentification> <nc:IdentificationID>gregg:dc</nc:IdentificationID> <!-- This is the court identifer --> </nc:OrganizationIdentification> </j:CaseCourt> <nc:DocumentPostDate> <nc:DateTime>2008-07-07T13:47:42.0Z</nc:DateTime> <!-- This is a required element, could be the submitted timestamp --> </nc:DocumentPostDate> <filing:FilingLeadDocument structures:id="Document1" structures:metadata="Document1Metadata"> <nc:DocumentDescriptionText>Appearance</nc:DocumentDescriptionText> <!-- This is the Filing Description --> <nc:DocumentIdentification/> <nc:DocumentSequenceID>0</nc:DocumentSequenceID> <!-- This is the sequence number for the document --> <ecf:DocumentAugmentation> <ecf:DocumentRendition> <nc:DocumentIdentification/> <nc:Attachment> <nc:Base64BinaryObject/> <!-- Embedded base 64 document --> <nc:BinaryDescriptionText>Appearance Document</nc:BinaryDescriptionText> <!-- This is the document description --> <nc:BinaryFormatText>332</nc:BinaryFormatText> <!-- This is Filing Component Code ID --> </nc:Attachment> </ecf:DocumentRendition> <ecf:RegisterActionDescriptionCode>661</ecf:RegisterActionDescriptionCode> <!-- This is the Filing Code ID --> <nc:Metadata structures:id="Document1Metadata"> <nc:SensitivityText>3200</nc:SensitivityText> <!-- This is the Document Security Code ID --> </nc:Metadata> </ecf:DocumentAugmentation> </filing:FilingLeadDocument> <nc:Case xmlns:civil=" https://docs.oasis-open.org/legalxml-courtfiling/ns/v5.0/civil" ; xsi:schemaLocation=" https://docs.oasis-open.org/legalxml-courtfiling/ns/v5.0/civil ../../../ECF-v5-WD22/schema/civil.xsd"> <j:CaseAugmentation> <j:CaseInitiatingParty> <nc:EntityPerson structures:id="Party1"> <nc:PersonBirthDate> <nc:Date>1980-01-01</nc:Date> </nc:PersonBirthDate> <nc:PersonName> <nc:PersonGivenName>John</nc:PersonGivenName> <nc:PersonMiddleName/> <nc:PersonSurName>Smith</nc:PersonSurName> </nc:PersonName> <nc:PersonOtherIdentification> <nc:IdentificationID>000-00-0000</nc:IdentificationID> <ecf:PersonIdentificationCategoryCode>SSN</ecf:PersonIdentificationCategoryCode> </nc:PersonOtherIdentification> <ecf:PersonAugmentation> <ecf:CaseParticipantRoleCode>300</ecf:CaseParticipantRoleCode> <!-- This is the Party Type Code ID --> <ecf:ParticipantID/> <nc:ContactInformation> <nc:ContactTelephoneNumber> <nc:FullTelephoneNumber> <nc:TelephoneNumberFullID>9727133770</nc:TelephoneNumberFullID> </nc:FullTelephoneNumber> </nc:ContactTelephoneNumber> <nc:ContactEmailID>john.doe@someemail.com</nc:ContactEmailID> <nc:ContactMailingAddress> <nc:LocationStreet> <nc:StreetFullText>100 Circle Road</nc:StreetFullText> <nc:StreetExtensionText>Apt 2</nc:StreetExtensionText> </nc:LocationStreet> <nc:LocationCityName>San Juan</nc:LocationCityName> <nc:LocationStateName>SJ</nc:LocationStateName> <nc:LocationCountryFIPS10-4Code>RQ</nc:LocationCountryFIPS10-4Code> <nc:LocationPostalCode>75093</nc:LocationPostalCode> </nc:ContactMailingAddress> </nc:ContactInformation> </ecf:PersonAugmentation> </nc:EntityPerson> </j:CaseInitiatingParty> <j:CaseInitiatingAttorney> <nc:RoleOfPerson> <nc:PersonOtherIdentification> <nc:IdentificationID>037BAEC1-F6E8-43ED-A102-B8C5E76748EB</nc:IdentificationID> </nc:PersonOtherIdentification> </nc:RoleOfPerson> <ecf:CaseOfficialAugmentation> <ecf:CaseRepresentedParty structures:ref="Party1"/> </ecf:CaseOfficialAugmentation> </j:CaseInitiatingAttorney> </j:CaseAugmentation> <ecf:CaseAugmentation> <ecf:CaseCategoryCode>7</ecf:CaseCategoryCode> <!-- This is the Case Category Code ID --> <ecf:CaseTypeCode>546</ecf:CaseTypeCode> <!-- This is the Case Type Code ID --> </ecf:CaseAugmentation> <civil:CaseAugmentation> <civil:CivilClassActionIndicator>false</civil:CivilClassActionIndicator> <civil:JuryDemandIndicator>false</civil:JuryDemandIndicator> <civil:ReliefTypeCode/> <ecf:CauseOfActionCode/> </civil:CaseAugmentation> </nc:Case> </filing:FilingMessage>


  • 2.  RE: Tyler Feedback: Working Draft 22

    Posted 08-17-2017 18:19
    Philip,   Here are my responses to your feedback.  There are a couple items we should discuss on the next call.   __ Jim Cabral 502 509-4532   From: Baughman, Philip Sent: Wednesday, August 16, 2017 4:03 PM To: legalxml-courtfiling (legalxml-courtfiling@lists.oasis-open.org) Subject: [legalxml-courtfiling] Tyler Feedback: Working Draft 22   Greetings TC members,   We at Tyler are drilling a bit deeper into ECF 5 by asking ourselves “what would a Tyler implementation of ECF 5 look like”.  We hope to continue this with a few other key ECF messages, but our first effort is a sample ReviewFiling for filing a new civil case.  This sample is attached, as well as our feedback.  We would like to entertain discussions around this during one of our upcoming weekly sessions.     Philip Baughman Senior Software Engineering Manager, eSolutions Tyler Technologies, Inc.  P: 972.713.3770 ext: 113406 www.tylertech.com