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: RE: One more item of feedback for working draft 22


Philip.

 

The stampinformationcallback message and current example includes nc:Case.  What are we missing?

 

__
Jim Cabral
502 509-4532

 

From: Baughman, Philip
Sent: Tuesday, August 29, 2017 4:26 PM
To: legalxml-courtfiling (legalxml-courtfiling@lists.oasis-open.org)
Subject: [legalxml-courtfiling] One more item of feedback for working draft 22

 

All, good call today – thanks for your efforts in reviewing our feedback.  At this time, we just have one more topic:

 

The stampinformationcallback.xsd does not seem to provide information it was intended to provide.  Namely, case assignment information whereby a stamp could be produced.  We propose that it include an nc:case.

 

 

 

 

Philip Baughman
Senior Software Engineering Manager, eSolutions
Tyler Technologies, Inc. 

P: 972.713.3770 ext: 113406

www.tylertech.com

 

Tyler Technologies

 

<?xml version="1.0" encoding="UTF-8"?>
<stampinformationcallback:NotifyDocumentStampInformationMessage 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:ecf="https://docs.oasis-open.org/legalxml-courtfiling/ns/v5.0/ecf"; xmlns:stampinformationcallback="https://docs.oasis-open.org/legalxml-courtfiling/ns/v5.0/stampinformationcallback"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="https://docs.oasis-open.org/legalxml-courtfiling/ns/v5.0/stampinformationcallback ../schema/stampinformationcallback.xsd">
	<nc:DocumentIdentification>
		<nc:IdentificationID>10</nc:IdentificationID>
	</nc:DocumentIdentification>
	<ecf:DocumentFiler>
		<nc:EntityPerson>
			<ecf:PersonAugmentation>
				<ecf:ParticipantID>
					<nc:IdentificationID>10</nc:IdentificationID>
				</ecf:ParticipantID>
			</ecf:PersonAugmentation>
		</nc:EntityPerson>
	</ecf:DocumentFiler>
	<ecf:SendingMDELocationID>
		<nc:IdentificationID>https://efilingmanager.com:8000</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>01</nc:IdentificationID>
		</nc:OrganizationIdentification>
		<j:CourtName>King County Superior Court</j:CourtName>
	</j:CaseCourt>
	<nc:DocumentPostDate>
		<nc:DateTime>2007-06-06T14:20:47.0Z</nc:DateTime>
	</nc:DocumentPostDate>
	<ecf:FilingStatus>
		<ecf:FilingStatusCode>submitted</ecf:FilingStatusCode>
	</ecf:FilingStatus>
	<ecf:ReviewedLeadDocument>
		<nc:DocumentIdentification/>
	</ecf:ReviewedLeadDocument>
	<nc:Case xmlns:criminal="https://docs.oasis-open.org/legalxml-courtfiling/ns/v5.0/criminal"; xsi:schemaLocation="https://docs.oasis-open.org/legalxml-courtfiling/ns/v5.0/criminal ../schema/criminal.xsd">
		<nc:CaseTitleText>Jane Doe vs. John Doe </nc:CaseTitleText>
		<nc:CaseTrackingID>123456ABC</nc:CaseTrackingID>
		<j:CaseAugmentation>
			<j:CaseCourt>
				<nc:OrganizationIdentification>
					<nc:IdentificationID>1</nc:IdentificationID>
				</nc:OrganizationIdentification>
				<j:CourtName>King County Circuit Court</j:CourtName>
			</j:CaseCourt>
			<j:CaseJudge>
				<nc:RoleOfPerson>
					<nc:PersonName>
						<nc:PersonGivenName>John</nc:PersonGivenName>
						<nc:PersonMiddleName>Q</nc:PersonMiddleName>
						<nc:PersonFullName>Doe</nc:PersonFullName>
					</nc:PersonName>
				</nc:RoleOfPerson>
			</j:CaseJudge>
		</j:CaseAugmentation>
		<ecf:CaseAugmentation>
			<ecf:CaseCategoryCode>Estate</ecf:CaseCategoryCode>
			<nc:Metadata structures:id="Metadata1">
				<nc:SensitivityText>public</nc:SensitivityText>
				<nc:LanguageCode>eng</nc:LanguageCode>
			</nc:Metadata>
		</ecf:CaseAugmentation>
		<civil:CaseAugmentation 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 ../schema/civil.xsd">
			<civil:AmountInControversy>
				<nc:Amount>100</nc:Amount>
			</civil:AmountInControversy>
			<civil:CivilClassActionIndicator>false</civil:CivilClassActionIndicator>
			<civil:DecedentEstateCase>
				<civil:Decedent>
					<nc:PersonBirthDate>
						<nc:Date>1900-01-01</nc:Date>
					</nc:PersonBirthDate>
					<nc:PersonName>
						<nc:PersonGivenName>Janice</nc:PersonGivenName>
						<nc:PersonMiddleName>H</nc:PersonMiddleName>
						<nc:PersonFullName>Doe</nc:PersonFullName>
					</nc:PersonName>
				</civil:Decedent>
				<nc:PersonDeathDate>
					<nc:Date>2017-01-01</nc:Date>
				</nc:PersonDeathDate>
			</civil:DecedentEstateCase>
			<civil:JurisdictionalGroundsCode>Statewide</civil:JurisdictionalGroundsCode>
			<civil:JuryDemandIndicator>false</civil:JuryDemandIndicator>
			<civil:ReliefTypeCode>Monetary</civil:ReliefTypeCode>
			<ecf:CauseOfActionCode>100</ecf:CauseOfActionCode>
		</civil:CaseAugmentation>
	</nc:Case>
</stampinformationcallback:NotifyDocumentStampInformationMessage>


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