OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

legalxml-courtfiling message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Revisions to ECF 4.0


At the E-courts conference, we received the following feedback/requests from implementers:

 

-          Documentation still refers to Common, Court Specific and Casetype Specific

-          XML samples are not as comprehensive as needed (e.g. need a sample instance of the Payment message)

-          Need to describe subset of UBL that we use

-          Need an issue tracking and reporting process

 

In response, I have drafted several revisions to the ECF 4.0 core spec, developed a sample Payment instance and requested that OASIS configure an instance of the Atlassian JIRA Issues Tracking system for the TC at http://tools.oasis-open.org.

 

I attach the revisions and sample instance for consideration by the TC.

 

  Thanks,

Jim Cabral

James E. Cabral Jr.
MTG Management Consultants, L.L.C.
(206) 442-5010
www.mtgmc.com

Helping our clients make a difference in the lives of the people they serve.

 

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. If you received this in error, please contact the sender and delete the material from any computer.

 

ecf-v4_0-spec-cd01 rev1.doc

<?xml version="1.0" encoding="UTF-8"?>
<!--Sample XML file generated by XMLSpy v2008 rel. 2 sp1 (http://www.altova.com)-->
<PaymentMessage xsi:schemaLocation="urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:PaymentMessage-4.0 ../xsd/message/ECF-4.0-PaymentMessage.xsd" xmlns="urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:PaymentMessage-4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2">
	<FeeExceptionReasonCode>Inpauperis</FeeExceptionReasonCode>
	<FeeExceptionSupportingText>Filer in pauperis</FeeExceptionSupportingText>
	<PayerName>Mr. John Smith</PayerName>
	<cac:AllowanceCharge>
		<cbc:ID>1</cbc:ID>
		<cbc:ChargeIndicator>true</cbc:ChargeIndicator>
		<cbc:AllowanceChargeReasonCode>1</cbc:AllowanceChargeReasonCode>
		<cbc:PrepaidIndicator>true</cbc:PrepaidIndicator>
		<cbc:Amount currencyID="USD">100.00</cbc:Amount>
		<cac:PaymentMeans>
			<cbc:PaymentMeansCode>2</cbc:PaymentMeansCode>
			<cbc:PaymentDueDate>2008-08-13</cbc:PaymentDueDate>
			<cac:CardAccount>
				<cbc:PrimaryAccountNumberID>999999999999999</cbc:PrimaryAccountNumberID>
				<cbc:NetworkID>AMEX</cbc:NetworkID>
				<cbc:ExpiryDate>2010-08-13</cbc:ExpiryDate>
				<cbc:CV2ID>normalizedString</cbc:CV2ID>
				<cbc:CardChipCode>Chip</cbc:CardChipCode>
				<cbc:HolderName>Mr. John Smith</cbc:HolderName>
			</cac:CardAccount>
		</cac:PaymentMeans>
	</cac:AllowanceCharge>
	<cac:Address>
		<cbc:ID>500</cbc:ID>
		<cbc:StreetName>Main St.</cbc:StreetName>
		<cbc:CityName>Smallville</cbc:CityName>
		<cbc:PostalZone>9999</cbc:PostalZone>
		<cbc:CountrySubentityCode>WA</cbc:CountrySubentityCode>
		<cac:AddressLine>
			<cbc:Line>500 Main St.</cbc:Line>
		</cac:AddressLine>
		<cac:Country>
			<cbc:IdentificationCode>US</cbc:IdentificationCode>
			<cbc:Name>United States</cbc:Name>
		</cac:Country>
	</cac:Address>
	<cac:Payment>
				<cbc:ID>PAYMENTTRANSACTIONID</cbc:ID>
				<cbc:PaidAmount currencyID="USD">100.00</cbc:PaidAmount>
				<cbc:ReceivedDate>2008-08-13</cbc:ReceivedDate>	
	</cac:Payment>
</PaymentMessage>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]