guides:xml_common_guide
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
guides:xml_common_guide [2017/11/06 15:06] – [REQUEST_GROUP Structure] administrator | guides:xml_common_guide [2018/11/21 01:09] (current) – brett.zamora | ||
---|---|---|---|
Line 55: | Line 55: | ||
+ | ===== RESPONSE_GROUP Structure ===== | ||
+ | |||
+ | {{tablelayout? | ||
+ | ^ Node ^ Parent/ | ||
+ | | <color # | ||
+ | | - | PRIAVersionIdentifier | O | The PRIA schema version that CeRTNA XML structures are currently based on. (Currently 2.4.2) | | ||
+ | | <color # | ||
+ | | - | _Name | R | Submitter name. | | ||
+ | | - | _StreetAddress | R | Address line 1. | | ||
+ | | - | _StreetAddress2 | O | Address line 2. | | ||
+ | | - | _City | R | City. | | ||
+ | | - | _State | R | State. | | ||
+ | | - | _PostalCode | R | Zip code. | | ||
+ | | - | _Identifier | R | This is the most important property of the REQUESTING_PARTY node. This attribute contains the id of the requesting party as assigned by the CeRTNA application when the Submitter account is established. The list of CeRTNA submitters is constantly changing. Contact the CeRTNA organization for a current list of Submitter _Identifier values. | | ||
+ | | <color # | ||
+ | | - | _Name | R | The name of the organization that does the actual electronic submission of the transaction. For Direct ERDS or Direct G2G submitters, this value will typically be the same as the _Name attribute of the REQUESTING_PARTY. Transactions submitted by Agent submitters will have the name of the Agent submitting agency here, for example AGENT - SIMPLIFILE. If this is a G2G SecureFTP transaction the name will be G2G Submitting Agent. | | ||
+ | | - | LoginAccountIdentifier | R | For Agents this will be the login userid of one of their authorized users. For G2G SecureFTP transactions, | ||
+ | | <color # | ||
+ | | - | ResponseDateTime | O | This optional property may or may not be present and if used, it is populated by the recording software vendor. | | ||
+ | | <color # | ||
+ | | - | _Name | P | Name of the data element. The only item in use at this time is Comment (Required if the KEY element is used.). | | ||
+ | | - | _Value | P | The value of the named data item. (Required if the KEY element is used.) | | ||
+ | | <color # | ||
+ | | <color # | ||
+ | | - | _RelatedDocuments Indicator | R | This is used to convey Dependent versus Independent documents in a transaction. If this value should is set to True it indicates that all the documents in the transaction must be recorded as a whole, otherwise they must all be rejected as a whole. If the value is False, then each document in the transaction can be recorded or rejected independent of each other. | | ||
+ | | <color # | ||
+ | | - | CountyFIPSCode | R | County 3-digit FIPS code. Represent as a 3 character string. Example: Kern County FIPS = “029”. | | ||
+ | | - | StateFIPSCode | R | State 2-digit FIPS code. Represent as a 2 character string. Example: California FIPS = “06”. | | ||
+ | | - | SecurityType | R | Security type for the payload. Due to changes in DOJ regulations, | ||
+ | | - | Priority | R | Supports a counties ability to offer special recording priority such as 8:00 AM recordings or 1:00 PM recordings. The values will be one of the following: “Standard” = Real-time recording. (When received). “1” = (Configured in the portal, typically means 8:00 AM). “2” = (Configured in the portal, Not used so far.) | | ||
+ | | <color # | ||
+ | | - | _Value | R | The is the primary unique number. The CeRTNA database stores this in the PRIMARY_REFERENCE field | | ||
+ | |||
+ | |||
+ | |||
+ | ===== PRIA_DOCUMENT Structure ===== | ||
+ | |||
+ | |||
+ | {{tablelayout? | ||
+ | ^ Node ^ Parent/ | ||
+ | | <color # | ||
+ | | - | _Code | R | This field contains the text for one of the CeRTNA ERDS or G2G Standard Document Types. Example: “DeedOfTrust”. A list of the current CeRTNA ERDS or G2G Document Types is available by clicking on of these links: [[guides: | ||
+ | | - | DocumentSequence Identifier | R | The sequence of this document within the payload. Documents in an XML payload must appear in sequence. A payload that has documents out of sequence will not pass XML validation. | | ||
+ | | - | _UniqueIdentifier | O | This attribute has been designated for use by CeRTNA Agents and/or Government Agencies. The CeRTNA ERDS and G2G Direct Entry UI does not use this value. This attribute can be used to store a submitters internal document identifier. If this field is included in the Request transaction, | ||
+ | | <color # | ||
+ | | - | _Identifier | P | This attribute is for use by the county and may contain a value that is relevant to their internal application. | | ||
+ | | - | _OfficersName | P | Name of the examiner that recorded the document. | | ||
+ | | - | _InstrumentNumber Identifier | P | The recorded document or certificate number. | | ||
+ | | - | _RecordedDateTime | P | The date/time the document was recorded. | | ||
+ | | - | _RecordedDateTime | P | The date/time the document was recorded. | | ||
+ | | <color # | ||
+ | | <color # | ||
+ | | - | RecordingEndorsement FeeDescription | P | The type of fee. Currently there are 4 values supported by CeRTNA for this attribute. “RecordingFee”, | ||
+ | | - | RecordingEndorsement FeeAmount | P | The fee amount expressed with a 2 decimal position format. Example: “35.00” Do not use currency format. | | ||
+ | | <color # | ||
+ | | - | _PagesCount | R | The number of pages in the TIFF document. This count is validated against the unencoded TIFF image. | | ||
+ | | <color # | ||
+ | | <color # | ||
+ | | - | _Code | P | If the STATUS element is included this attribute is required and it will contain either “Recorded” or “Rejected” | | ||
+ | | <color # | ||
+ | | - | _Code | P | This will be a 5 digit number represented as a string that is one of the [[guides: | ||
+ | | - | _OfficersName | O | Examiners name or id. | | ||
+ | | - | _Description | O | This is a text description of the reject reason. CeRTNA has standard text for all the codes other than _Code =“99999” which is ‘Free-Form’ reject code. If a county uses the _Code=”99999” reject code, they should provide a maximum 256 character description. The CeRTNA ERDS portal will append any value provided in the _Description field to the default description for the _Code that is supplied. Example, _Code=”00025” _Description=”Beautiful day out today” will result in the CeRTNA displaying a reject reason of “Signature missing. (Beautiful day out today)” Another example, _Code=”99999” _Description=”We are unable to verify your signature.” will result in the CeRTNA displaying a reject reason of “We are unable to verify your signature.” | ||
+ | | | ||
+ | |||
+ | |||
+ | ===== Summary ===== | ||
+ | |||
+ | |||
+ | In summary, this page is not intended to imply that the only XML elements that an integrator should plan for are ‘the most common’ but rather, to help integrators understand what elements we are seeing supplied by various submitters today. | ||
+ | |||
+ | Any element that is part of the CeRTNA Standardized XML structure is valid for supplying data. What submitters and integrators need to keep in mind is that every county is different and the communication that has been supplied to date is that counties prefer to index the documents within their backend applications. This said, the CeRTNA ERDS Portal, passes in a very limited amount of information that a county might use for indexing, such as the Document Type and the Number Of Pages. On the other hand, agent submitters or government agencies might pass in GRANTOR/ | ||
+ | |||
+ | Just because GRANTOR/ | ||
+ | |||
+ | This document is not intended to dictate policy. A Polices & Procedures Committee is in place for that very function. What this document is intended to do is to provide the best guidance it can with regard to what the individual data elements mean, which ones are required, and which ones we are seeing being used at the time of this writing. | ||
guides/xml_common_guide.1509980789.txt.gz · Last modified: by administrator