1Modify AmountType
IssueAmountType has no simple content. Needs a place to store a decimal value.
ResolutionChange AmountType to base xsd:decimal.
Feedback ID56
2Add IncidentFactorSubtypeText to IncidentFactorType
IssueNeed to be able to specify a general type and a specific subtype when classifying an incident factor. Currently no way to distinguish the two.
ResolutionAdd IncidentFactorSubtypeText of type xsd:string to IncidentFactorType.
Feedback ID
4Modify code from cap:AlertUrgencyCodeType
IssueExternal code is misspelled.
ResolutionChange code for cap:AlertUrgencyCodeType from "Forecase" to "Forecast".
Feedback ID
5Add LanguageText attribute to SuperType
IssueLanguage currently can only be set on a document or a low-level basis. Allow language to be set on an object basis.
ResolutionAdd LanguageText attribute to SuperType.
Feedback ID
6Add SourceIDText to SuperType
IssueSome data providers may be asked for additional information on data they have previously sent. Without unique and meaningful IDs, it may be otherwise impossible for the data provider to uniquely identify the reference to the original data in the request.
ResolutionAdd SourceIDText to SuperType. This will be a locally unique ID to be set and possibly later accessed by a data provider.
Feedback ID
7Derive ProgramType from SupervisionType
IssueProgram is a form of supervision but is not derived from SupervisionType.
ResolutionDerive ProgramType from SupervisionType instead of SuperType.
Feedback ID
8Modify CaveatType
IssueCaveatType currently has three elements - a text field, reference date, and issuing authority. The reference date and issuing authority should be metadata on the caveat instead of subelements. However, SuperType already has this metadata.
ResolutionChange CaveatType to base xsd:string and have it inherit from SuperType.
Feedback ID
9Change PersonBirthPlace to PersonBirthLocation.
IssuePersonBirthPlace is inconsistent with the naming convention. Should also be of LocationType rather that AddressType so that a name, e.g., hospital name, can be stored with along with the address.
ResolutionRename PersonBirthPlace to PersonBirthLocation. Change the type to LocationType.
Feedback ID
10Add PhysicalFeatureImage to PhysicalFeatureType
IssuePhysicalFeatureType does not currently have the ability to store an image of the feature.
ResolutionAdd PhysicalFeatureImage of type ImageType to PhysicalFeatureType.
Feedback ID
11Modify name and definition of PersonPhotographImage
IssueThere may be room for confusion by not specifying that this is a digital image of a person.
ResolutionRenamed PersonPhotographImage as PersonDigitalImage and changed the definition to "A photograph or image of a person in digital format."
Feedback ID44
12Modify TelephoneNumberID
IssueNaming is inconsistent with other elements. The type should be xsd:string rather than IDType.
ResolutionRename TelephoneNumberID to TelephoneNumberFullText. Change the type from IDType to xsd:string.
Feedback ID28
13Modify ContactPersonName
IssueNaming inconsistent with JXDD. Should not have ContactPersonName of type xsd:string when PersonNameType exists. Change to ContactPerson of type PersonType so that any necessary information can be included and so that the id/ref mechanism can be used.
ResolutionChange ContactPersonName of type xsd:string to ContactPerson of type PersonType.
Feedback ID26
15Rename PersonDentalCharactersticText/Code
IssueMisspelled property names.
ResolutionRename PersonDentalCharactersticText/Code to PersonDentalCharacteristicText/Code.
Feedback ID21
16Add JewelryCutText to JewelryStoneType
IssueCurrently no place to store information about the cut of a jewelry stone, e.g., marquise, square, round, trillium.
ResolutionAdd JewelryCutText of type xsd:string to JewelryStoneType.
Feedback ID20
17Add CriminalInformationIndicator to SuperType
IssueNeed to be able to classify any object as criminal/non-criminal information. Necessary to meet guidelines of 28 CFR.
ResolutionAdd CriminalInformationIndicator of type xsd:boolean to SuperType. Value is true if object is directly involved in criminal activity; false otherwise.
Feedback ID
18Add IntelligenceInformationIndicator to SuperType
IssueNeed to be able to classify any object as intelligence/non-intelligence data. Necessary to meet guidelines of 28 cfr.
ResolutionAdd IntelligenceInformationIndicator, type of type boolean to SuperType. Value is true if object has been derived from an intelligence data source; false otherwise.
Feedback ID
20Derive CaseOfficialType from PersonType
IssueCaseOfficialType should inherit from PersonType instead of SuperType.
ResolutionDerive CaseOfficialType from PersonType.
Feedback ID18
21Derive JewelryStoneType from PropertyType
IssueJewelryStoneType should inherit from PropertyType instead of SuperType.
ResolutionDerive JewelryStoneType from PropertyType.
Feedback ID18
22Derive VehiclePartType from PropertyType
IssueVehiclePartType should inherit from PropertyType instead of SuperType.
ResolutionDerive VehiclePartType from PropertyType.
Feedback ID18
23Derive MissingPersonType from PersonType
IssueMissingPersonType should inherit from PersonType.
ResolutionDerive MissingPersonType from PersonType.
Feedback ID18
24Derive SpeedRateType from RateType
IssueSpeedRateType should inherit from RateType.
ResolutionDerive SpeedRateType from RateType.
Feedback ID18
25Modify definition of DrivingIncidentHazMatCode
IssueDefinition correction.
ResolutionReplace the word "accident" in the definition of DrivingIncidentHazMatCode with the word "incident".
Feedback ID11
26Rename VehicleInspectionEmissionResultCode, VehicleInspectionSafetyInspectionResultCode; change type to boolean.
IssueCurrently using a pass or fail code. Can change these to boolean.
ResolutionChange names to VehicleInspectionEmissionPassIndicator, VehicleInspectionSafetyPassIndicator. Change their types to xsd:boolean.
Feedback ID10
27Derive VehicleBrandType from SuperType
IssueVehicleBrandType is currently derived from ActivityType but does not need to inherit any of its properties.
ResolutionDerive VehicleBrandType from SuperType.
Feedback ID9
28Add PersonAccentText to PersonSocialDetailsType
IssueMissing requirement. Need to be able to record information about a person's accent.
ResolutionAdd PersonAccentText of type xsd:string to PersonSocialDetailsType, with definition "The description of an accent that a person speaks with."
Feedback ID
29Rename BinaryObjectType and its subcomponents.
IssueBinaryObject is the actual representation term used in ISO 11179 and should not be used as the class term.
ResolutionThe object class term "BinaryObject" will be replaced simply by "Binary" in BinaryObjectType and its components. This also affects ImageType, which currently inherits from BinaryObjectType.
Feedback ID15
31Rename ContactMobilePhoneNumber to ContactMobileTelephoneNumber
IssueNaming of ContactMobilePhoneNumber inconsistent with ContactTelephoneNumber. Should use the same property term ("Telephone") for both.
ResolutionRename ContactMobilePhoneNumber as ContactMobileTelephoneNumber.
Feedback ID27
32Merge the components of JusticeImageType into ImageType.
IssueThis data dictionary is for the justice community so the components of image type should match the needs of the community without having to derive it in a different type that is less apparent to find and use.
ResolutionMove the components from JusticeImageType into ImageType and then delete JusticeImageType.
Feedback ID42
33Modify definition of ImageLocation
IssueThe definition of ImageLocation may not be clear whether the location refers to a physical or virtual location.
ResolutionChange the definition of ImageLocation to "A physical location..."
Feedback ID
34Modify definition of glossary term "ACD"
IssueImproved definition
ResolutionChange the definition of glossary term ACD to "AAMVA (Driving Offense) Code Dictionary".
Feedback ID3
35Add RISS to the glossary
IssueNew entry
ResolutionAdd term RISS (Regional Information Sharing System) to the glossary.
Feedback ID3
36Add OASIS to the glossary
IssueNew entry
ResolutionAdd term OASIS (Organization for the Advancement of Structured Information Standards) to the glossary.
Feedback ID
37Add a code set for ImagePoseCode
IssueCurrently, ImagePoseCode is of type string. Needs to have a set of codes behind it.
ResolutionCreate type ImagePoseCodeType with codes "Frontal", "Side", "Oblique". Change ImagePoseCode from type string to type ImagePoseCodeType.
Feedback ID14
39Update name and type of properties with date components.
IssueCurrently, only full dates are given the property term "Date". Extend the use of this representation term to those properties with date components, e.g., year, month. Change the type to the appropriate gregorian date component type.
ResolutionChange the representation term for properties with date components from "Text" to "Date". Affects properties AircraftYearText, CaseYearText, DecalYearText, PropertyYearText, VehicleFirstSoldYearText, VehicleModelYearText, and DecalMonthText. Change the type of the year properties to xsd:gYear and the month property to xsd:gMonth.
Feedback ID48
40Modify definition of ConvictionCourt
IssueIncorrect definition on ConvictionCourt. Currently is the same definition as ConvictionCountQuantity.
ResolutionUpdate the definition of ConvictionCourt to "A court in which a conviction was issued."
Feedback ID49
41Add DocumentLastModifiedDate to document metadata.
IssueCurrently no place to store the last time the document was updated.
ResolutionAdd DocumentLastModifiedDate to DocumentDescriptiveMetadataType.
Feedback ID50
42Modify definition and name of Brander
IssueGrammatical error in the definition. Brander also needs to be limited to only vehicles.
ResolutionChange the name of Brander to VehicleBrander. Update the definition to "An organization that...". Change the name of BranderType to VehicleBranderType.
Feedback ID54
44Modify definition of StatuteCodeID
IssueImproved definition.
ResolutionAdd "It is sometimes referred to as a native state code or law." to the definition of StatuteCodeID.
Feedback ID57
45Add definition to type DrivingOffenseCodeType
IssueAdding "ACD code" to DrivingOffenseCodeType will make it easier to find.
ResolutionAdd "The set of ACD codes for a driving offense." to type DrivingOffenseCodeType.
Feedback ID58
46Modify definition of DriverConvictionOffenseDescriptionText
IssueCurrent definition does not express the property's actual use.
ResolutionChange the definition of DriverConvictionOffenseDescriptionText to "Additional details about an ACD defined offense. Typically used on speeding and alcohol related offenses to convey the measured values."
Feedback ID59
47Add DriverLicenseWithdrawalEligibilityCode to DriverLicenseWithdrawalType
IssueCurrently the JXDD has a property DriverLicenseWithdrawalEligibilityDate. Not all withdrawals have a date. Some are marked as permanent or indefinite.
ResolutionAdd DriverLicenseWithdrawalEligibilityCode of type DriverLicenseWithdrawalEligibilityCodeType. This type will have code values "Permanent", "Indefinite", and "Date". The source for these codes is ANSI D20.
Feedback ID60
49Remove DrivingIncidentConvictionCode/Text
IssueThis information is already passed in DriverConvictionOffenseCode and DriverLicenseWithdrawalCode.
ResolutionRemove DrivingIncidentConvictionCode/Text.
Feedback ID61
51Add LienReleaseReasonCode to LienType
IssueAAMVA uses and maintains a list of codes for LienReleaseReasonCode.
ResolutionAdd LienReleaseReasonCode of type LienReleaseReasonCodeType to LienType.
Feedback ID62
52Remove PersonDrivingInsuranceCoverageTypeCode and PersonDrivingInsuranceStatusCode
IssueCodes unavailable. The text fields still exists and can be used.
ResolutionRemove PersonDrivingInsuranceCoverageTypeCode and PersonDrivingInsuranceStatusCode from PersonSocialDetailsType.
Feedback ID63
53Modify definition of TitleLienIndicator
IssueImproved definition.
ResolutionChange the definition of TitleLienIndicator to "True if a lien exists on the titled property or vehicle. A value of true indicates the property item can be used as a payment to the owner's debtors."
Feedback ID64
54Modify definition of VehicleModelCode
IssueImproved definition.
ResolutionAdd "Sometimes referred to as the Series Model" to the definition of VehicleModelCode.
Feedback ID68
55Add VehiclePassengerSafeQuantity to VehicleType.
IssueJXDD currently has property VehicleSeatingQuantity. This however does not cover all situations, such as a bus having a certain number of seats but a larger passenger capacity because of standing room.
ResolutionAdd VehiclePassengerSafeQuantity of type xsd:integer. Definition is "The total safe passenger capacity in a vehicle, accounting for both number of seats and standing room."
Feedback ID69
56Add external code set for Canadian provinces.
IssueNeed to be able to reference Canadian provinces.
ResolutionAdd CanadianProvinceCodeType with a set of codes for the Canadian provinces. Add this type to the set of object types for JurisdictionStateCode, RegistrationStateCode, and AddressStateCode.
Feedback ID71
57Add the AAMVA jurisdiction codes to RegistrationStateCode
IssueNeed to be able to use an AAMVA jurisdiction code for RegistrationStateCode.
ResolutionAdd ansi_d20:JurisdictionAuthorityCodeType to the set of object types for RegistrationStateCode.
Feedback ID72
58Rename DriverIDType ANSID20IDType. Change VehicleIDType to this type.
IssueCurrently, PersonDriverLicenseID is of type DriverIDType. This type extends the basic IDType with the set of ANSI D20 jurisdiction authority codes. Renaming this type more generically (nothing limits it to a driver) will allow us to reuse it with VehicleIDType, which needs the same set of properties for its type.
ResolutionRename DriverIDType to ANSID20Type. Change PersonDriverLicenseID and VehicleID to this type.
Feedback ID73
59Add DriverLicenseWithdrawalIssuingAuthorityCode to DriverLicenseWithdrawalType
IssueDriverLicenseWithdrawalIssuingAuthorityText currently exists but need to be able to use a code value from the AAMVA jurisdiction authority code set.
ResolutionAdd DriverLicenseWithdrawalIssuingAuthorityCode of type ansi_d20:JurisdictionAuthorityCodeType.
Feedback ID74
60Add VehicleTitleDocumentTypeCode to VehicleTitleType
IssueA code is needed to indicate the type or kind of individual title document.
ResolutionAdd VehicleTitleDocumentTypeCode of type VehicleTitleDocumentTypeCodeType. This type will have AAMVA code values "Original", "Duplicate", "Replacement", "Salvage".
Feedback ID75
61Split VehicleEnginePowerDisplacementText into separate properties for engine power and displacement.
IssueProperty VehicleEnginePowerDisplacementText has been derived from the NCIC. However, this field combines to separate measurements.
ResolutionCreate VehicleEngineHorsePowerQuantity of type xsd:integer and type VehicleEngineDisplacementMeasure of type VehicleEngineDisplacementMeasureType. This new type will extend MeasureType and will have attribute EngineDisplacementMeasureCode with AAMVA values "cc" or "liter".
Feedback ID76
62Modify DocumentFormatText; Add DocumentFormatTypeText
IssueCurrent element assumes MIME is used. Add new element, DocumentFormatTypeText, to indicate "MIME", "DIME", or other type of format. DocumentFormatText will be used to specify the specific format structure, such as "image/jpeg", "text/plain".
ResolutionChange definition of DocumentFormatText. Create DocumentFormatTypeText of type xsd:string.
Feedback ID43
63Add PersonSSNID
IssueThere have been a lot of requests for a SSN in addition to PersonTaxID. One reason is that it is the more common term used and that PersonTaxID is non-intuitive. A stronger reason is that although SSN may be used for the purpose of tax identifier within the US, it is in fact a separate entity. A person can have a tax identifier without having a social security number.
ResolutionAdd PersonSSNID to PersonAssignedIDDetails. Update the definition of PersonTaxID to reflect that it may in some cases contain the value of a social security number but is in fact a separate element.
Feedback ID7
64Add simple content to TextType
IssueTextType currently has no simple content.
ResolutionChange TextType to base xsd:string.
Feedback ID
65Add simple content to EnginePowerDisplacementType
IssueEnginePowerDisplacementType currently has no simple content.
ResolutionChange EnginePowerDisplacementType to base xsd:integer.
Feedback ID

Return to the 3.0.0.1 prerelease main page.