IMPORTANT:
this is not a Support Forum! Experienced users might answer from time to time questions posted here. If you need a professional and reliable answer, or if you want to report a bug, please contact Altova Support instead.

schemaLocation error when creating a Schema from multiple xsd files Options · View
katyholb
Posted: Wednesday, February 18, 2015 6:34:07 PM
Rank: Newbie

Joined: 2/18/2015
Posts: 1
Location: United States
I have inherited 2 well formed and valid xsd files. One is the structure of the database minus the types of the columns. The other xsd contains the column types and lengths. I want to use these 2 files to create a database in sql server. The problem that I'm having is how to use 2 files to create one database. I think I'm supposed to put both files in the DTD/Schemas folder then generate a Schema from the both of them. The problem is that when I try to join them, the import statement throws an error "Some of the 'include' and/or 'import' and/or 'redefine' statements in the following files have no schema location attribute and will be ignored!" It then gives me the path for the file that I'm generating that has the following code in it:

<?xml version="1.0" encoding="UTF-8"?>
<!-- W3C Schema generated by XMLSpy v2014 rel. 2 sp1 (x64) (https://www.altova.com) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://www.w3.org/2001/XMLSchema"/>
</xs:schema>


I am not versed in creating or manipulating xsd files and am only a little familiar with xmlspy. How can I accomplish my task of creating a database in SQL server with the following 2 xsd files?

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2010 rel. 3 sp1 (https://www.altova.com) by Ryan Mayes (USAMC Logistics Support Activity) -->
<!--
Document: GEIA_STD_0007_B.xsd
Last Updated: 2013
Author: USAMC LOGSA
Description: Defines content and structure of GEIA-STD-0007 Logistics Product Data (LPD)
-->
<!-- xmlns:geia is needed by xpath in key/keyref as xpath does not work with default namespace -->
<xs:schema xmlns:geia="http://www.geia_STD_0007.com/2006/schema" xmlns:lsartypes="http://www.geia_STD_0007.com/2006/types" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.geia_STD_0007.com/2006/schema" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:import namespace="http://www.geia_STD_0007.com/2006/types" schemaLocation="GEIA_STD_0007_Types_B.xsd"/>
    <xs:complexType name="XA_end_item_acronym_code_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="administrative_lead_time" type="lsartypes:administrative_lead_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="contract_number" type="lsartypes:contract_number_Type" minOccurs="0"/>
            <xs:element name="contact_team_delay_time" type="lsartypes:contact_team_delay_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="cost_per_reorder_action" type="lsartypes:cost_per_reorder_action_Type" nillable="true" minOccurs="0"/>
            <xs:element name="cost_per_requisition" type="lsartypes:cost_per_requisition_Type" nillable="true" minOccurs="0"/>
            <xs:element name="demilitarization_cost" type="lsartypes:demilitarization_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="discount_rate" type="lsartypes:discount_rate_Type" nillable="true" minOccurs="0"/>
            <xs:element name="estimated_salvage_value" type="lsartypes:estimated_salvage_value_Type" nillable="true" minOccurs="0"/>
            <xs:element name="holding_cost_percentage" type="lsartypes:holding_cost_percentage_Type" nillable="true" minOccurs="0"/>
            <xs:element name="initial_bin_cost" type="lsartypes:initial_bin_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="initial_cataloging_cost" type="lsartypes:initial_cataloging_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="interest_rate" type="lsartypes:interest_rate_Type" nillable="true" minOccurs="0"/>
            <xs:element name="inventory_storage_space_cost" type="lsartypes:inventory_storage_space_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="loading_factor" type="lsartypes:loading_factor_Type" nillable="true" minOccurs="0"/>
            <xs:element name="logistics_support_analysis_control_number_structure" type="lsartypes:logistics_support_analysis_control_number_structure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="operation_level" type="lsartypes:operation_level_Type" nillable="true" minOccurs="0"/>
            <xs:element name="operation_life" type="lsartypes:operation_life_Type" nillable="true" minOccurs="0"/>
            <xs:element name="personnel_turnover_rate_civilian" type="lsartypes:personnel_turnover_rate_Type" nillable="true" minOccurs="0"/>
            <xs:element name="personnel_turnover_rate_military" type="lsartypes:personnel_turnover_rate_Type" nillable="true" minOccurs="0"/>
            <xs:element name="productivity_factor" type="lsartypes:productivity_factor_Type" nillable="true" minOccurs="0"/>
            <xs:element name="recurring_bin_cost" type="lsartypes:recurring_bin_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="recurring_cataloging_cost" type="lsartypes:recurring_cataloging_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="retail_stockage_criteria" type="lsartypes:retail_stockage_criteria_Type" nillable="true" minOccurs="0"/>
            <xs:element name="safety_level" type="lsartypes:safety_level_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_of_support_equipment_cost_factor" type="lsartypes:support_of_support_equipment_cost_factor_Type" nillable="true" minOccurs="0"/>
            <xs:element name="transportation_cost" type="lsartypes:transportation_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="type_acquisition" type="lsartypes:type_acquisition_Type" nillable="true" minOccurs="0"/>
            <xs:element name="type_of_supply_system_code" type="lsartypes:type_of_supply_system_code_Type" nillable="true" minOccurs="0"/>
            <xs:element name="end_item_currency_code" type="lsartypes:currency_code_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XA_end_item_acronym_code_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XA_end_item_acronym_code_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:end_item_acronym_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="XB_logistics_support_analysis_control_number_indentured_item_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="logistics_support_analysis_control_number_indenture_code" type="lsartypes:logistics_support_analysis_control_number_indenture_code_Type" minOccurs="0"/>
            <xs:element name="logistics_support_analysis_control_number_nomenclature" type="lsartypes:logistics_support_analysis_control_number_nomenclature_Type" minOccurs="0"/>
            <xs:element name="reliability_availability_and_maintainability_indicator" type="lsartypes:reliability_availability_and_maintainability_indicator_Type" minOccurs="0"/>
            <xs:element name="sectionalized_item_transportation_indicator" type="lsartypes:sectionalized_item_transportation_indicator_Type" minOccurs="0"/>
            <xs:element name="system_end_item_identifier" type="lsartypes:system_end_item_identifier_Type" minOccurs="0"/>
            <xs:element name="technical_manual_functional_group_code" type="lsartypes:technical_manual_functional_group_code_Type" minOccurs="0"/>
            <xs:element name="document_code" type="lsartypes:document_code_Type" minOccurs="0"/>
            <xs:element name="work_area_code_zone" type="lsartypes:work_area_code_zone_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XB_logistics_support_analysis_control_number_indentured_item_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XB_logistics_support_analysis_control_number_indentured_item_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:logistics_support_analysis_control_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:alternate_logistics_support_analysis_control_number_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="logistics_support_analysis_control_number_type" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:logistics_support_analysis_control_number_type_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="XC_system_end_item_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="system_end_item_provisioning_contract_control_number" type="lsartypes:provisioning_contract_control_number_Type"/>
            <xs:element name="usable_on_code" type="lsartypes:usable_on_code_Type"/>
            <xs:element name="quantity_per_end_item_calculation_option_code" type="lsartypes:quantity_per_end_item_calculation_option_code_Type" minOccurs="0"/>
            <xs:element name="system_end_item_item_designator_code" type="lsartypes:item_designator_code_Type" minOccurs="0"/>
            <xs:element name="system_end_item_provisioning_list_item_sequence_number" type="lsartypes:provisioning_list_item_sequence_number_Type" minOccurs="0"/>
            <xs:element name="system_end_item_quantity_per_assembly" type="lsartypes:quantity_per_assembly_Type" minOccurs="0"/>
            <xs:element name="system_end_item_quantity_per_end_item" type="lsartypes:quantity_per_end_item_Type" minOccurs="0"/>
            <xs:element name="system_end_item_type_of_change_code" type="lsartypes:type_of_change_code_Type" minOccurs="0"/>
            <xs:element name="transportation_end_item_indicator" type="lsartypes:transportation_end_item_indicator_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XC_system_end_item_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XD_system_end_item_serial_number_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="serial_number_from" type="lsartypes:serial_number_effectivity_Type"/>
            <xs:element name="serial_number_to" type="lsartypes:serial_number_effectivity_Type"/>
            <xs:element name="serial_number_usable_on_code" type="lsartypes:serial_number_usable_on_code_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XD_system_end_item_serial_number_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="serial_number_from" type="lsartypes:serial_number_effectivity_Type"/>
            <xs:element name="serial_number_to" type="lsartypes:serial_number_effectivity_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XD_system_end_item_serial_number_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="serial_number_from" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:serial_number_effectivity_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="serial_number_to" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:serial_number_effectivity_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="XE_logistics_support_analysis_control_number_to_serial_number_usable_on_code_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="serial_number_item_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="serial_number_item_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="serial_number_item_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="serial_number_system_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="serial_number_system_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="serial_number_system_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="serial_number_from" type="lsartypes:serial_number_effectivity_Type"/>
            <xs:element name="serial_number_to" type="lsartypes:serial_number_effectivity_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XE_logistics_support_analysis_control_number_to_serial_number_usable_on_code_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="serial_number_item_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="serial_number_item_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="serial_number_item_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="serial_number_system_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="serial_number_system_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="serial_number_system_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="serial_number_from" type="lsartypes:serial_number_effectivity_Type"/>
            <xs:element name="serial_number_to" type="lsartypes:serial_number_effectivity_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XF_logistics_support_analysis_control_number_to_system_end_item_usable_on_code_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="usable_on_code_item_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="usable_on_code_item_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="usable_on_code_item_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="usable_on_code_system_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="usable_on_code_system_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="usable_on_code_system_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XF_logistics_support_analysis_control_number_to_system_end_item_usable_on_code_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="usable_on_code_item_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="usable_on_code_item_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="usable_on_code_item_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="usable_on_code_system_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="usable_on_code_system_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="usable_on_code_system_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XG_functional_physical_logistics_support_analysis_control_number_mapping_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="physical_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="physical_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="physical_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="functional_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="functional_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="functional_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XG_functional_physical_logistics_support_analysis_control_number_mapping_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="physical_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="physical_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="physical_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XH_commercial_and_government_entity_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="commercial_and_government_entity_city" type="lsartypes:commercial_and_government_entity_city_Type" minOccurs="0"/>
            <xs:element name="commercial_and_government_entity_name" type="lsartypes:commercial_and_government_entity_name_Type" minOccurs="0"/>
            <xs:element name="commercial_and_government_entity_nation" type="lsartypes:commercial_and_government_entity_nation_Type" minOccurs="0"/>
            <xs:element name="commercial_and_government_entity_postal_zone" type="lsartypes:commercial_and_government_entity_postal_zone_Type" minOccurs="0"/>
            <xs:element name="commercial_and_government_entity_state" type="lsartypes:commercial_and_government_entity_state_Type" minOccurs="0"/>
            <xs:element name="commercial_and_government_entity_street" type="lsartypes:commercial_and_government_entity_street_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XH_commercial_and_government_entity_global_delete_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XH_commercial_and_government_entity_key_change_data_type">
        <xs:sequence>
            <xs:element name="commercial_and_government_entity_code" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:commercial_and_government_entity_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="XI_technical_manual_code_and_number_index_data_type">
        <xs:all>
            <xs:element name="technical_manual_code" type="lsartypes:technical_manual_code_Type"/>
            <xs:element name="technical_manual_number" type="lsartypes:technical_manual_number_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XI_technical_manual_code_and_number_index_global_delete_data_type">
        <xs:all>
            <xs:element name="technical_manual_code" type="lsartypes:technical_manual_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XI_technical_manual_code_and_number_index_key_change_data_type">
        <xs:sequence>
            <xs:element name="technical_manual_code" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:technical_manual_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="XT_digital_file_data_type">
        <xs:all>
            <xs:element name="document_id" type="lsartypes:document_id_Type"/>
            <xs:element name="originator_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="issue_number" type="lsartypes:issue_number_Type"/>
            <xs:element name="security_classification" type="lsartypes:security_classification_Type"/>
            <xs:element name="caption" type="lsartypes:caption_Type" minOccurs="0"/>
            <xs:element name="document_file_extension" type="lsartypes:document_file_extension_Type" nillable="true" minOccurs="0"/>
            <xs:element name="drawing" type="lsartypes:drawing_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XT_digital_file_global_delete_data_type">
        <xs:all>
            <xs:element name="document_id" type="lsartypes:document_id_Type"/>
            <xs:element name="originator_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="issue_number" type="lsartypes:issue_number_Type"/>
            <xs:element name="security_classification" type="lsartypes:security_classification_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XT_digital_file_key_change_data_type">
        <xs:sequence>
            <xs:element name="document_id" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:document_id_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="originator_code" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:commercial_and_government_entity_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="issue_number" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:issue_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="security_classification" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:security_classification_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="XZ_logistics_support_analysis_control_number_digital_file_data_type">
        <xs:all>
            <xs:element name="document_id" type="lsartypes:document_id_Type"/>
            <xs:element name="originator_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="issue_number" type="lsartypes:issue_number_Type"/>
            <xs:element name="security_classification" type="lsartypes:security_classification_Type"/>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="XZ_logistics_support_analysis_control_number_digital_file_global_delete_data_type">
        <xs:all>
            <xs:element name="document_id" type="lsartypes:document_id_Type"/>
            <xs:element name="originator_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="issue_number" type="lsartypes:issue_number_Type"/>
            <xs:element name="security_classification" type="lsartypes:security_classification_Type"/>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AA_operations_and_maintenance_requirements_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="service_designator_code" type="lsartypes:service_designator_code_Type"/>
            <xs:element name="crew_size" type="lsartypes:crew_size_Type" nillable="true" minOccurs="0"/>
            <xs:element name="number_operation_locations" type="lsartypes:number_operation_locations_Type" nillable="true" minOccurs="0"/>
            <xs:element name="operational_mean_active_maintenance_downtime" type="lsartypes:mean_active_maintenance_downtime_Type" nillable="true" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_utilized" type="lsartypes:reliability_centered_maintenance_logic_utilized_Type" minOccurs="0"/>
            <xs:element name="required_achieved_availability" type="lsartypes:achieved_availability_Type" nillable="true" minOccurs="0"/>
            <xs:element name="required_inherent_availability" type="lsartypes:inherent_availability_Type" nillable="true" minOccurs="0"/>
            <xs:element name="required_maximum_time_to_repair" type="lsartypes:maximum_time_to_repair_Type" nillable="true" minOccurs="0"/>
            <xs:element name="required_operational_mean_time_to_repair" type="lsartypes:mean_time_to_repair_Type" nillable="true" minOccurs="0"/>
            <xs:element name="required_percentile" type="lsartypes:percentile_Type" nillable="true" minOccurs="0"/>
            <xs:element name="required_technical_mean_time_to_repair" type="lsartypes:mean_time_to_repair_Type" nillable="true" minOccurs="0"/>
            <xs:element name="technical_mean_active_maintenance_downtime" type="lsartypes:mean_active_maintenance_downtime_Type" nillable="true" minOccurs="0"/>
            <xs:element name="total_systems_supported" type="lsartypes:total_systems_supported_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AA_operations_and_maintenance_requirements_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="service_designator_code" type="lsartypes:service_designator_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AA_operations_and_maintenance_requirements_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="service_designator_code" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:service_designator_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="AB_war_peace_operations_and_maintenance_requirement_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="service_designator_code" type="lsartypes:service_designator_code_Type"/>
            <xs:element name="operational_requirement_indicator" type="lsartypes:operational_requirement_indicator_Type"/>
            <xs:element name="additional_requirements" type="lsartypes:additional_requirements_Type" minOccurs="0"/>
            <xs:element name="annual_number_of_missions" type="lsartypes:annual_number_of_missions_Type" nillable="true" minOccurs="0"/>
            <xs:element name="annual_operating_days" type="lsartypes:annual_operating_days_Type" nillable="true" minOccurs="0"/>
            <xs:element name="annual_operating_time" type="lsartypes:annual_operating_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mean_mission_duration" type="lsartypes:mean_mission_duration_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mean_mission_duration_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="required_administrative_and_logistics_delay_time" type="lsartypes:administrative_and_logistics_delay_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="required_operational_availability" type="lsartypes:operational_availability_Type" nillable="true" minOccurs="0"/>
            <xs:element name="required_standby_time" type="lsartypes:standby_time_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AB_war_peace_operations_and_maintenance_requirement_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="service_designator_code" type="lsartypes:service_designator_code_Type"/>
            <xs:element name="operational_requirement_indicator" type="lsartypes:operational_requirement_indicator_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AB_war_peace_operations_and_maintenance_requirement_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="service_designator_code" type="lsartypes:service_designator_code_Type"/>
            <xs:element name="operational_requirement_indicator" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:operational_requirement_indicator_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="AC_maintenance_level_requirement_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="service_designator_code" type="lsartypes:service_designator_code_Type"/>
            <xs:element name="operational_requirement_indicator" type="lsartypes:operational_requirement_indicator_Type"/>
            <xs:element name="operations_and_maintenance_level_code" type="lsartypes:operations_and_maintenance_level_code_Type"/>
            <xs:element name="maintenance_level_maximum_time_to_repair" type="lsartypes:maximum_time_to_repair_Type" nillable="true" minOccurs="0"/>
            <xs:element name="maintenance_level_scheduled_annual_man_hours" type="lsartypes:annual_man_hours_Type" nillable="true" minOccurs="0"/>
            <xs:element name="maintenance_level_percentile" type="lsartypes:percentile_Type" nillable="true" minOccurs="0"/>
            <xs:element name="number_of_systems_supported" type="lsartypes:number_of_systems_supported_Type" nillable="true" minOccurs="0"/>
            <xs:element name="maintenance_level_unscheduled_annual_man_hours" type="lsartypes:annual_man_hours_Type" nillable="true" minOccurs="0"/>
            <xs:element name="scheduled_man_hour_per_operating_hour" type="lsartypes:man_hour_per_operating_hour_Type" nillable="true" minOccurs="0"/>
            <xs:element name="unscheduled_maintenance_mean_elapsed_time" type="lsartypes:mean_elapsed_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="unscheduled_maintenance_mean_man_hours" type="lsartypes:mean_man_hours_Type" nillable="true" minOccurs="0"/>
            <xs:element name="unscheduled_man_hour_per_operating_hour" type="lsartypes:man_hour_per_operating_hour_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AC_maintenance_level_requirement_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="service_designator_code" type="lsartypes:service_designator_code_Type"/>
            <xs:element name="operational_requirement_indicator" type="lsartypes:operational_requirement_indicator_Type"/>
            <xs:element name="operations_and_maintenance_level_code" type="lsartypes:operations_and_maintenance_level_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AC_maintenance_level_requirement_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="service_designator_code" type="lsartypes:service_designator_code_Type"/>
            <xs:element name="operational_requirement_indicator" type="lsartypes:operational_requirement_indicator_Type"/>
            <xs:element name="operations_and_maintenance_level_code" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:operations_and_maintenance_level_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="AD_organizational_level_requirement_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="service_designator_code" type="lsartypes:service_designator_code_Type"/>
            <xs:element name="operational_requirement_indicator" type="lsartypes:operational_requirement_indicator_Type"/>
            <xs:element name="operations_and_maintenance_level_code" type="lsartypes:operations_and_maintenance_level_code_Type"/>
            <xs:element name="daily_inspection_mean_elapsed_time" type="lsartypes:mean_elapsed_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="daily_inspection_mean_man_hours" type="lsartypes:mean_man_hours_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mission_profile_change_mean_elapsed_time" type="lsartypes:mean_elapsed_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mission_profile_change_mean_man_hours" type="lsartypes:mean_man_hours_Type" nillable="true" minOccurs="0"/>
            <xs:element name="periodic_inspection_mean_elapsed_time" type="lsartypes:mean_elapsed_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="periodic_inspection_mean_man_hours" type="lsartypes:mean_man_hours_Type" nillable="true" minOccurs="0"/>
            <xs:element name="postoperative_inspection_mean_elapsed_time" type="lsartypes:mean_elapsed_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="postoperative_inspection_mean_man_hours" type="lsartypes:mean_man_hours_Type" nillable="true" minOccurs="0"/>
            <xs:element name="preoperative_inspection_mean_elapsed_time" type="lsartypes:mean_elapsed_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="preoperative_inspection_mean_man_hours" type="lsartypes:mean_man_hours_Type" nillable="true" minOccurs="0"/>
            <xs:element name="turnaround_inspection_mean_elapsed_time" type="lsartypes:mean_elapsed_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="turnaround_inspection_mean_man_hours" type="lsartypes:mean_man_hours_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AD_organizational_level_requirement_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="service_designator_code" type="lsartypes:service_designator_code_Type"/>
            <xs:element name="operational_requirement_indicator" type="lsartypes:operational_requirement_indicator_Type"/>
            <xs:element name="operations_and_maintenance_level_code" type="lsartypes:operations_and_maintenance_level_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AE_skill_operations_and_maintenance_requirement_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="service_designator_code" type="lsartypes:service_designator_code_Type"/>
            <xs:element name="operational_requirement_indicator" type="lsartypes:operational_requirement_indicator_Type"/>
            <xs:element name="operations_and_maintenance_level_code" type="lsartypes:operations_and_maintenance_level_code_Type"/>
            <xs:element name="skill_specialty_code" type="lsartypes:skill_specialty_code_Type"/>
            <xs:element name="available_man_hour" type="lsartypes:available_man_hour_Type" nillable="true" minOccurs="0"/>
            <xs:element name="available_quantity" type="lsartypes:available_quantity_Type" nillable="true" minOccurs="0"/>
            <xs:element name="utilization_ratio" type="lsartypes:utilization_ratio_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AE_skill_operations_and_maintenance_requirement_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="service_designator_code" type="lsartypes:service_designator_code_Type"/>
            <xs:element name="operational_requirement_indicator" type="lsartypes:operational_requirement_indicator_Type"/>
            <xs:element name="operations_and_maintenance_level_code" type="lsartypes:operations_and_maintenance_level_code_Type"/>
            <xs:element name="skill_specialty_code" type="lsartypes:skill_specialty_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AG_reliability_requirement_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="annual_operating_requirement_measurement_base" type="lsartypes:measurement_base_Type"/>
            <xs:element name="annual_operating_requirement" type="lsartypes:annual_operating_requirement_Type" nillable="true" minOccurs="0"/>
            <xs:element name="reliability_operational_requirements_indicator" type="lsartypes:operational_requirement_indicator_Type" minOccurs="0"/>
            <xs:element name="required_mean_time_between_removals" type="lsartypes:mean_time_between_removals_Type" nillable="true" minOccurs="0"/>
            <xs:element name="required_mean_time_between_effective_function_failures" type="lsartypes:mean_time_between_effective_function_failures_Type" nillable="true" minOccurs="0"/>
            <xs:element name="required_mean_time_between_noneffective_function_failures" type="lsartypes:mean_time_between_noneffective_function_failures_Type" nillable="true" minOccurs="0"/>
            <xs:element name="required_mean_time_between_system_aborts" type="lsartypes:mean_time_between_system_aborts_Type" nillable="true" minOccurs="0"/>
            <xs:element name="required_operational_mean_time_between_failures" type="lsartypes:mean_time_between_failures_Type" nillable="true" minOccurs="0"/>
            <xs:element name="required_operational_mean_time_between_maintenance_actions" type="lsartypes:mean_time_between_maintenance_actions_Type" nillable="true" minOccurs="0"/>
            <xs:element name="required_technical_mean_time_between_failures" type="lsartypes:mean_time_between_failures_Type" nillable="true" minOccurs="0"/>
            <xs:element name="required_technical_mean_time_between_maintenance_actions" type="lsartypes:mean_time_between_maintenance_actions_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AG_reliability_requirement_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="annual_operating_requirement_measurement_base" type="lsartypes:measurement_base_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AG_reliability_requirement_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="annual_operating_requirement_measurement_base" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:measurement_base_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="AH_interoperability_requirement_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="interoperable_item_name" type="lsartypes:item_name_Type"/>
            <xs:element name="interoperable_item_number_type" type="lsartypes:interoperable_item_number_type_Type"/>
            <xs:element name="interoperable_item_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type" minOccurs="0"/>
            <xs:element name="interoperable_item_federal_supply_classification" type="lsartypes:federal_supply_classification_Type" nillable="true" minOccurs="0"/>
            <xs:element name="interoperable_item_national_item_identification_number" type="lsartypes:national_item_identification_number_Type" nillable="true" minOccurs="0"/>
            <xs:element name="interoperable_item_reference_number" type="lsartypes:reference_number_Type" minOccurs="0"/>
            <xs:element name="interoperable_item_technical_manual_number" type="lsartypes:technical_manual_number_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AH_interoperability_requirement_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="interoperable_item_name" type="lsartypes:item_name_Type"/>
            <xs:element name="interoperable_item_number_type" type="lsartypes:interoperable_item_number_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AH_interoperability_requirement_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="interoperable_item_name" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:item_name_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="interoperable_item_number_type" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:interoperable_item_number_type_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="AI_modeling_data_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="modeling_service_designator_code" type="lsartypes:service_designator_code_Type"/>
            <xs:element name="modeling_operations_and_maintenance_level_code" type="lsartypes:operations_and_maintenance_level_code_Type"/>
            <xs:element name="labor_rate" type="lsartypes:labor_rate_Type" nillable="true" minOccurs="0"/>
            <xs:element name="labor_rate_currency_code" type="lsartypes:currency_code_Type" nillable="true" minOccurs="0"/>
            <xs:element name="number_of_shops" type="lsartypes:number_of_shops_Type" nillable="true" minOccurs="0"/>
            <xs:element name="repair_work_space_cost" type="lsartypes:repair_work_space_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="repair_work_space_cost_currency_code" type="lsartypes:currency_code_Type" nillable="true" minOccurs="0"/>
            <xs:element name="required_days_of_stock" type="lsartypes:required_days_of_stock_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AI_modeling_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="modeling_service_designator_code" type="lsartypes:service_designator_code_Type"/>
            <xs:element name="modeling_operations_and_maintenance_level_code" type="lsartypes:operations_and_maintenance_level_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AI_modeling_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="modeling_service_designator_code" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:service_designator_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="modeling_operations_and_maintenance_level_code" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:operations_and_maintenance_level_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="AJ_operations_and_maintenance_shipping_requirements_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="operations_and_maintenance_level_from" type="lsartypes:operations_and_maintenance_level_code_Type"/>
            <xs:element name="operations_and_maintenance_level_to" type="lsartypes:operations_and_maintenance_level_code_Type"/>
            <xs:element name="ship_distance" type="lsartypes:ship_distance_Type" nillable="true" minOccurs="0"/>
            <xs:element name="ship_time" type="lsartypes:ship_time_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AJ_operations_and_maintenance_shipping_requirements_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="operations_and_maintenance_level_from" type="lsartypes:operations_and_maintenance_level_code_Type"/>
            <xs:element name="operations_and_maintenance_level_to" type="lsartypes:operations_and_maintenance_level_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AJ_operations_and_maintenance_shipping_requirements_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="operations_and_maintenance_level_from" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:operations_and_maintenance_level_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="operations_and_maintenance_level_to" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:operations_and_maintenance_level_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="AK_system_end_item_narrative_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="system_end_item_additional_supportability_parameters_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="system_end_item_additional_supportability_considerations_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="system_end_item_operational_mission_failure_definition_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="AK_system_end_item_narrative_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BA_reliability_availability_and_maintainability_characteristics_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="built_in_test_cannot_duplicate_percentage" type="lsartypes:built_in_test_cannot_duplicate_percentage_Type" nillable="true" minOccurs="0"/>
            <xs:element name="built_in_test_detectability_level_percentage_group_1" type="lsartypes:built_in_test_detectability_level_percentage_Type" nillable="true" minOccurs="0"/>
            <xs:element name="built_in_test_detectability_level_percentage_group_2" type="lsartypes:built_in_test_detectability_level_percentage_Type" nillable="true" minOccurs="0"/>
            <xs:element name="built_in_test_retest_ok_percent" type="lsartypes:built_in_test_retest_ok_percent_Type" nillable="true" minOccurs="0"/>
            <xs:element name="conversion_factor" type="lsartypes:conversion_factor_Type" nillable="true" minOccurs="0"/>
            <xs:element name="failure_rate_data_source" type="lsartypes:failure_rate_data_source_Type" minOccurs="0"/>
            <xs:element name="fault_isolation_ambiguity_group_1" type="lsartypes:fault_isolation_ambiguity_group_Type" nillable="true" minOccurs="0"/>
            <xs:element name="fault_isolation_ambiguity_group_2" type="lsartypes:fault_isolation_ambiguity_group_Type" nillable="true" minOccurs="0"/>
            <xs:element name="fault_isolation_percent_failure_group_1" type="lsartypes:fault_isolation_percent_failure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="fault_isolation_percent_failure_group_2" type="lsartypes:fault_isolation_percent_failure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="logistics_considerations_accessibility" type="lsartypes:logistics_considerations_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_connectors" type="lsartypes:logistics_considerations_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_corrosion_rust_control" type="lsartypes:logistics_considerations_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_design_for_self_protection" type="lsartypes:logistics_considerations_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_fault_location" type="lsartypes:logistics_considerations_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_labeling" type="lsartypes:logistics_considerations_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_maintenance_ease" type="lsartypes:logistics_considerations_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_packaging_and_transportation" type="lsartypes:logistics_considerations_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_safety" type="lsartypes:logistics_considerations_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_skills" type="lsartypes:logistics_considerations_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_standardization" type="lsartypes:logistics_considerations_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_test_points" type="lsartypes:logistics_considerations_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_training" type="lsartypes:logistics_considerations_Type" minOccurs="0"/>
            <xs:element name="minimum_equipment_list_indicator" type="lsartypes:minimum_equipment_list_indicator_Type" minOccurs="0"/>
            <xs:element name="pilot_rework_overhaul_candidate" type="lsartypes:pilot_rework_overhaul_candidate_Type" minOccurs="0"/>
            <xs:element name="security_clearance" type="lsartypes:security_clearance_Type" minOccurs="0"/>
            <xs:element name="support_concept" type="lsartypes:support_concept_Type" minOccurs="0"/>
            <xs:element name="wearout_life" type="lsartypes:wearout_life_Type" nillable="true" minOccurs="0"/>
            <xs:element name="wearout_life_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="reliability_availability_and_maintainability_maintenance_concept_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="reliability_availability_and_maintainability_minimum_equipment_list_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="reliability_availability_and_maintainability_qualitative_and_quantitative_maintainability_requirements_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="reliability_availability_and_maintainability_maintenance_plan_rationale_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_for_standardization_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_for_accessibility_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_for_maintenance_ease_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_for_safety_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_for_test_points_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_for_skills_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_for_training_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_for_connectors_for_ease_of_removal_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_for_packaging_and_transportation_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_for_fault_location_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_for_labeling_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_for_design_for_self_protection_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="logistics_considerations_for_corrosion_and_rust_control_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="system_redesign_standardization_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="system_redesign_accessibility_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="system_redesign_maintenance_ease_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="system_redesign_safety_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="system_redesign_test_points_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="system_redesign_skills_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="system_redesign_training_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="system_redesign_connectors_for_ease_of_removal_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="system_redesign_packaging_and_transportation_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="system_redesign_fault_location_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="system_redesign_labeling_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="system_redesign_for_self_protection_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="system_redesign_corrosion_and_rust_control_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BA_reliability_availability_and_maintainability_characteristics_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BB_item_function_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="item_function_identifier" type="lsartypes:item_function_identifier_Type"/>
            <xs:element name="reliability_availabilty_and_maintainability_item_function_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BB_item_function_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="item_function_identifier" type="lsartypes:item_function_identifier_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BB_item_function_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="item_function_identifier" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:item_function_identifier_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="BC_failure_modes_and_item_function_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="item_function_identifier" type="lsartypes:item_function_identifier_Type"/>
            <xs:element name="failure_mode_indicator" type="lsartypes:failure_mode_indicator_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BC_failure_modes_and_item_function_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="item_function_identifier" type="lsartypes:item_function_identifier_Type"/>
            <xs:element name="failure_mode_indicator" type="lsartypes:failure_mode_indicator_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BD_reliability_availability_and_maintainability_indicator_characteristics_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="reliability_availability_and_maintainability_indicator_code" type="lsartypes:reliability_availability_and_maintainability_indicator_code_Type"/>
            <xs:element name="achieved_availability" type="lsartypes:achieved_availability_Type" nillable="true" minOccurs="0"/>
            <xs:element name="failure_rate" type="lsartypes:failure_rate_Type" nillable="true" minOccurs="0"/>
            <xs:element name="failure_rate_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="inherent_availability" type="lsartypes:inherent_availability_Type" nillable="true" minOccurs="0"/>
            <xs:element name="inherent_maintenance_factor" type="lsartypes:inherent_maintenance_factor_Type" nillable="true" minOccurs="0"/>
            <xs:element name="maximum_time_to_repair" type="lsartypes:maximum_time_to_repair_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mean_time_between_failure_operational_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="mean_time_between_failure_technical_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="mean_time_between_failures_operational" type="lsartypes:mean_time_between_failures_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mean_time_between_failures_technical" type="lsartypes:mean_time_between_failures_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mean_time_between_maintenance_actions_operational" type="lsartypes:mean_time_between_maintenance_actions_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mean_time_between_maintenance_actions_operational_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="mean_time_between_maintenance_actions_technical" type="lsartypes:mean_time_between_maintenance_actions_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mean_time_between_maintenance_actions_technical_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="mean_time_between_maintenance_induced" type="lsartypes:mean_time_between_maintenance_induced_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mean_time_between_maintenance_induced_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="mean_time_between_maintenance_inherent" type="lsartypes:mean_time_between_maintenance_inherent_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mean_time_between_maintenance_inherent_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="mean_time_between_maintenance_no_defect" type="lsartypes:mean_time_between_maintenance_no_defect_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mean_time_between_maintenance_no_defect_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="mean_time_between_preventive_maintenance" type="lsartypes:mean_time_between_preventive_maintenance_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mean_time_between_preventive_maintenance_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="mean_time_between_removals" type="lsartypes:mean_time_between_removals_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mean_time_between_removals_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="mean_time_to_repair_operational" type="lsartypes:mean_time_to_repair_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mean_time_to_repair_technical" type="lsartypes:mean_time_to_repair_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mean_time_between_system_aborts" type="lsartypes:mean_time_between_system_aborts_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mean_time_between_system_aborts_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="mean_time_between_effective_function_failures" type="lsartypes:mean_time_between_effective_function_failures_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mean_time_between_effective_function_failures_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="mean_time_between_noneffective_function_failures" type="lsartypes:mean_time_between_noneffective_function_failures_Type" nillable="true" minOccurs="0"/>
            <xs:element name="mean_time_between_noneffective_function_failures_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="percentile" type="lsartypes:percentile_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BD_reliability_availability_and_maintainability_indicator_characteristics_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="reliability_availability_and_maintainability_indicator_code" type="lsartypes:reliability_availability_and_maintainability_indicator_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BD_reliability_availability_and_maintainability_indicator_characteristics_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="reliability_availability_and_maintainability_indicator_code" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:reliability_availability_and_maintainability_indicator_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="BE_war_peace_reliability_availability_and_maintainability_indicator_characteristics_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="reliability_availability_and_maintainability_operational_requirement_indicator" type="lsartypes:operational_requirement_indicator_Type"/>
            <xs:element name="reliability_availability_and_maintainability_indicator_code" type="lsartypes:reliability_availability_and_maintainability_indicator_code_Type"/>
            <xs:element name="administrative_and_logistics_delay_time" type="lsartypes:administrative_and_logistics_delay_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="operational_availability" type="lsartypes:operational_availability_Type" nillable="true" minOccurs="0"/>
            <xs:element name="standby_time" type="lsartypes:standby_time_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BE_war_peace_reliability_availability_and_maintainability_indicator_characteristics_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="reliability_availability_and_maintainability_operational_requirement_indicator" type="lsartypes:operational_requirement_indicator_Type"/>
            <xs:element name="reliability_availability_and_maintainability_indicator_code" type="lsartypes:reliability_availability_and_maintainability_indicator_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BE_war_peace_reliability_availability_and_maintainability_indicator_characteristics_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="reliability_availability_and_maintainability_indicator_code" type="lsartypes:reliability_availability_and_maintainability_indicator_code_Type"/>
            <xs:element name="reliability_availability_and_maintainability_operational_requirement_indicator" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:operational_requirement_indicator_Type">
                            <xs:attribute ref="geia:role"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="BF_failure_mode_and_reliability_centered_maintenance_analysis_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="failure_mode_indicator" type="lsartypes:failure_mode_indicator_Type"/>
            <xs:element name="engineering_failure_mode_mean_time_between_failure" type="lsartypes:engineering_failure_mode_mean_time_between_failure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="engineering_failure_mode_mean_time_between_failure_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="failure_mode_classification" type="lsartypes:failure_mode_classification_Type" minOccurs="0"/>
            <xs:element name="failure_mode_ratio" type="lsartypes:failure_mode_ratio_Type" nillable="true" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_disposition_a" type="lsartypes:reliability_centered_maintenance_disposition_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_disposition_b" type="lsartypes:reliability_centered_maintenance_disposition_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_disposition_c" type="lsartypes:reliability_centered_maintenance_disposition_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_disposition_d" type="lsartypes:reliability_centered_maintenance_disposition_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_disposition_e" type="lsartypes:reliability_centered_maintenance_disposition_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_disposition_f" type="lsartypes:reliability_centered_maintenance_disposition_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_disposition_g" type="lsartypes:reliability_centered_maintenance_disposition_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_disposition_h" type="lsartypes:reliability_centered_maintenance_disposition_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_disposition_i" type="lsartypes:reliability_centered_maintenance_disposition_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_disposition_j" type="lsartypes:reliability_centered_maintenance_disposition_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_01" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_02" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_03" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_04" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_05" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_06" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_07" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_08" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_09" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_10" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_11" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_12" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_13" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_14" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_15" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_16" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_17" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_18" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_19" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_20" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_21" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_22" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_23" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_24" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_logic_results_25" type="lsartypes:reliability_centered_maintenance_logic_results_Type" minOccurs="0"/>
            <xs:element name="failure_damage_mode_effect_end_effect_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="failure_damage_mode_effect_local_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="failure_damage_mode_effect_next_higher_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="failure_cause_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="failure_damage_mode_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="failure_mode_detection_method_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="failure_mode_predictability_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="failure_mode_remarks_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="failure_mode_redesign_recommendations_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_age_exploration_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_reasoning_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="reliability_centered_maintenance_redesign_recommendation_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BF_failure_mode_and_reliability_centered_maintenance_analysis_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="failure_mode_indicator" type="lsartypes:failure_mode_indicator_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BF_failure_mode_and_reliability_centered_maintenance_analysis_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="failure_mode_indicator" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:failure_mode_indicator_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="BH_failure_mode_task_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="failure_mode_task_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="failure_mode_task_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="failure_mode_task_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="failure_mode_task_failure_mode_indicator" type="lsartypes:failure_mode_indicator_Type"/>
            <xs:element name="task_requirement_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="task_requirement_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="task_requirement_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="maintenance_interval" type="lsartypes:maintenance_interval_Type" nillable="true" minOccurs="0"/>
            <xs:element name="maintenance_interval_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="task_type" type="lsartypes:task_type_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BH_failure_mode_task_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="failure_mode_task_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="failure_mode_task_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="failure_mode_task_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="failure_mode_task_failure_mode_indicator" type="lsartypes:failure_mode_indicator_Type"/>
            <xs:element name="task_requirement_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="task_requirement_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="task_requirement_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BI_failure_mode_indicator_mission_phase_code_characteristics_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="failure_mode_indicator" type="lsartypes:failure_mode_indicator_Type"/>
            <xs:element name="mission_phase_code" type="lsartypes:mission_phase_code_Type"/>
            <xs:element name="failure_effect_probability" type="lsartypes:failure_effect_probability_Type" nillable="true" minOccurs="0"/>
            <xs:element name="failure_mode_criticality_number" type="lsartypes:failure_mode_criticality_number_Type" nillable="true" minOccurs="0"/>
            <xs:element name="failure_probability_level" type="lsartypes:failure_probability_level_Type" minOccurs="0"/>
            <xs:element name="operating_time" type="lsartypes:operating_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="operating_time_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="safety_hazard_severity_code" type="lsartypes:safety_hazard_severity_code_Type"/>
            <xs:element name="failure_mode_indicator_mission_characteristics_compensating_operator_action_provisions_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="failure_mode_indicator_mission_characteristics_compensating_design_provisions_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BI_failure_mode_indicator_mission_phase_code_characteristics_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="failure_mode_indicator" type="lsartypes:failure_mode_indicator_Type"/>
            <xs:element name="mission_phase_code" type="lsartypes:mission_phase_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BK_reliability_availability_and_maintainability_criticality_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="mission_phase_code" type="lsartypes:mission_phase_code_Type"/>
            <xs:element name="reliability_availability_and_maintainability_safety_hazard_severity_code" type="lsartypes:safety_hazard_severity_code_Type"/>
            <xs:element name="reliability_availability_and_maintainability_item_criticality_number" type="lsartypes:item_criticality_number_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BK_reliability_availability_and_maintainability_criticality_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="mission_phase_code" type="lsartypes:mission_phase_code_Type"/>
            <xs:element name="reliability_availability_and_maintainability_safety_hazard_severity_code" type="lsartypes:safety_hazard_severity_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BK_reliability_availability_and_maintainability_criticality_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="mission_phase_code" type="lsartypes:mission_phase_code_Type"/>
            <xs:element name="reliability_availability_and_maintainability_safety_hazard_severity_code" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:safety_hazard_severity_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="BL_mission_phase_operational_mode_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="mission_phase_code" type="lsartypes:mission_phase_code_Type"/>
            <xs:element name="mission_phase_operational_mode" type="lsartypes:mission_phase_operational_mode_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BL_mission_phase_operational_mode_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="mission_phase_code" type="lsartypes:mission_phase_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="BL_mission_phase_operational_mode_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="mission_phase_code" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:mission_phase_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="CA_task_requirement_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="annual_operating_requirement_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type" minOccurs="0"/>
            <xs:element name="annual_operating_requirement_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type" minOccurs="0"/>
            <xs:element name="annual_operating_requirement_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type" minOccurs="0"/>
            <xs:element name="facility_requirement_code" type="lsartypes:facility_requirement_code_Type" minOccurs="0"/>
            <xs:element name="hardness_critical_procedure_code" type="lsartypes:hardness_critical_procedure_code_Type" minOccurs="0"/>
            <xs:element name="hazardous_maintenance_procedure_code" type="lsartypes:hazardous_maintenance_procedure_code_Type" minOccurs="0"/>
            <xs:element name="measured_mean_elapsed_time" type="lsartypes:mean_elapsed_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="measured_mean_man_hours" type="lsartypes:mean_man_hours_Type" nillable="true" minOccurs="0"/>
            <xs:element name="predicted_mean_elapsed_time" type="lsartypes:mean_elapsed_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="predicted_mean_man_hours" type="lsartypes:mean_man_hours_Type" nillable="true" minOccurs="0"/>
            <xs:element name="preventive_maintenance_checks_and_services_indicator_code" type="lsartypes:preventive_maintenance_checks_and_services_indicator_code_Type" minOccurs="0"/>
            <xs:element name="primary_means_of_detection" type="lsartypes:means_of_detection_Type" minOccurs="0"/>
            <xs:element name="referenced_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type" minOccurs="0"/>
            <xs:element name="referenced_end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type" minOccurs="0"/>
            <xs:element name="referenced_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type" minOccurs="0"/>
            <xs:element name="referenced_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type" minOccurs="0"/>
            <xs:element name="referenced_task_code" type="lsartypes:task_code_Type" minOccurs="0"/>
            <xs:element name="secondary_means_of_detection" type="lsartypes:means_of_detection_Type" minOccurs="0"/>
            <xs:element name="task_annual_operating_requirement_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="task_frequency" type="lsartypes:task_frequency_Type" nillable="true" minOccurs="0"/>
            <xs:element name="task_condition_a" type="lsartypes:task_condition_Type" minOccurs="0"/>
            <xs:element name="task_condition_b" type="lsartypes:task_condition_Type" minOccurs="0"/>
            <xs:element name="task_condition_c" type="lsartypes:task_condition_Type" minOccurs="0"/>
            <xs:element name="task_criticality_code" type="lsartypes:task_criticality_code_Type" minOccurs="0"/>
            <xs:element name="task_performance_standard_a" type="lsartypes:task_performance_standard_Type" minOccurs="0"/>
            <xs:element name="task_performance_standard_b" type="lsartypes:task_performance_standard_Type" minOccurs="0"/>
            <xs:element name="task_performance_standard_c" type="lsartypes:task_performance_standard_Type" minOccurs="0"/>
            <xs:element name="task_identification" type="lsartypes:task_identification_Type"/>
            <xs:element name="tool_support_equipment_requirement_code" type="lsartypes:tool_support_equipment_requirement_code_Type" minOccurs="0"/>
            <xs:element name="training_equipment_requirement_code" type="lsartypes:training_equipment_requirement_code_Type" minOccurs="0"/>
            <xs:element name="training_location_rationale" type="lsartypes:training_location_rationale_Type" minOccurs="0"/>
            <xs:element name="training_rationale" type="lsartypes:training_rationale_Type" minOccurs="0"/>
            <xs:element name="training_recommendation_type" type="lsartypes:training_recommendation_type_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CA_task_requirement_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CA_task_requirement_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:task_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="CB_subtask_requirement_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type" block=""/>
            <xs:element name="element_indicator" type="lsartypes:element_indicator_Type" minOccurs="0"/>
            <xs:element name="referenced_subtask_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type" minOccurs="0"/>
            <xs:element name="referenced_subtask_end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type" minOccurs="0"/>
            <xs:element name="referenced_subtask_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type" minOccurs="0"/>
            <xs:element name="referenced_subtask_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type" minOccurs="0"/>
            <xs:element name="referenced_subtask_task_code" type="lsartypes:task_code_Type" minOccurs="0"/>
            <xs:element name="referenced_subtask_number" type="lsartypes:subtask_number_Type" nillable="true" minOccurs="0"/>
            <xs:element name="subtask_identification" type="lsartypes:task_identification_Type" minOccurs="0"/>
            <xs:element name="subtask_mean_minute_elapsed_time" type="lsartypes:mean_minute_elapsed_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="subtask_work_area_code_access" type="lsartypes:work_area_code_access_Type" minOccurs="0"/>
            <xs:element name="subtask_work_area_code_zone" type="lsartypes:work_area_code_zone_Type" minOccurs="0"/>
            <xs:element name="subtask_description" type="lsartypes:subtask_description_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CB_subtask_requirement_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CB_subtask_requirement_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:subtask_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="CD_subtask_personnel_requirement_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="subtask_person_identifier" type="lsartypes:person_identifier_Type"/>
            <xs:element name="new_or_modified_skill_specialty_code" type="lsartypes:skill_specialty_code_Type" minOccurs="0"/>
            <xs:element name="skill_specialty_code" type="lsartypes:skill_specialty_code_Type" minOccurs="0"/>
            <xs:element name="skill_specialty_evaluation_code" type="lsartypes:skill_specialty_evaluation_code_Type" minOccurs="0"/>
            <xs:element name="subtask_mean_man_minutes" type="lsartypes:mean_man_minutes_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CD_subtask_personnel_requirement_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="subtask_person_identifier" type="lsartypes:person_identifier_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CD_subtask_personnel_requirement_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="subtask_person_identifier" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:person_identifier_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="CE_task_remarks_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="task_remarks_reference_code" type="lsartypes:task_remarks_reference_code_Type"/>
            <xs:element name="task_remarks" type="lsartypes:task_remarks_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CE_task_remarks_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="task_remarks_reference_code" type="lsartypes:task_remarks_reference_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CE_task_remarks_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="task_remarks_reference_code" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:task_remarks_reference_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="CF_task_remarks_reference_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="task_remarks_reference_code" type="lsartypes:task_remarks_reference_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CF_task_remarks_reference_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="task_remarks_reference_code" type="lsartypes:task_remarks_reference_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CG_task_support_equipment_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="task_support_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="task_support_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_item_quantity_per_task" type="lsartypes:quantity_per_task_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_item_quantity_per_task_unit_of_measure" type="lsartypes:unit_of_measure_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CG_task_support_equipment_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="task_support_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="task_support_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CH_task_manual_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="technical_manual_code" type="lsartypes:technical_manual_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CH_task_manual_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="technical_manual_code" type="lsartypes:technical_manual_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CI_task_provisioned_item_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_provision_task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="task_provision_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="task_provision_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="task_provision_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="task_provision_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="task_provision_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="quantity_per_task" type="lsartypes:quantity_per_task_Type" nillable="true" minOccurs="0"/>
            <xs:element name="quantity_per_task_unit_of_measure" type="lsartypes:unit_of_measure_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CI_task_provisioned_item_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_provision_task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="task_provision_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="task_provision_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="task_provision_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="task_provision_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="task_provision_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CJ_job_and_duty_assignments_data_type">
        <xs:all>
            <xs:element name="duty_code" type="lsartypes:duty_code_Type"/>
            <xs:element name="job_code" type="lsartypes:job_code_Type"/>
            <xs:element name="duty" type="lsartypes:duty_Type" minOccurs="0"/>
            <xs:element name="job" type="lsartypes:job_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CJ_job_and_duty_assignments_global_delete_data_type">
        <xs:all>
            <xs:element name="duty_code" type="lsartypes:duty_code_Type"/>
            <xs:element name="job_code" type="lsartypes:job_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CJ_job_and_duty_assignments_key_change_data_type">
        <xs:sequence>
            <xs:element name="duty_code" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:duty_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="job_code" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:job_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="CK_task_inventory_data_type">
        <xs:all>
            <xs:element name="job_code" type="lsartypes:job_code_Type"/>
            <xs:element name="duty_code" type="lsartypes:duty_code_Type"/>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="subtask_person_identifier" type="lsartypes:person_identifier_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CK_task_inventory_global_delete_data_type">
        <xs:all>
            <xs:element name="job_code" type="lsartypes:job_code_Type"/>
            <xs:element name="duty_code" type="lsartypes:duty_code_Type"/>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="subtask_person_identifier" type="lsartypes:person_identifier_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CL_task_subtask_associated_narrative_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="caution_warning_note_identifier" type="lsartypes:caution_warning_note_identifier_Type"/>
            <xs:element name="task_associated_narrative_indicator" type="lsartypes:task_associated_narrative_indicator_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CL_task_subtask_associated_narrative_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="caution_warning_note_identifier" type="lsartypes:caution_warning_note_identifier_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CLL_caution_warning_note_narrative_data_type">
        <xs:all>
            <xs:element name="caution_warning_note_identifier" type="lsartypes:caution_warning_note_identifier_Type"/>
            <xs:element name="task_subtask_associated_narrative_type" type="lsartypes:task_subtask_associated_narrative_type_Type" minOccurs="0"/>
            <xs:element name="task_subtask_associated_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CLL_caution_warning_note_narrative_global_delete_data_type">
        <xs:all>
            <xs:element name="caution_warning_note_identifier" type="lsartypes:caution_warning_note_identifier_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CLL_caution_warning_note_narrative_key_change_data_type">
        <xs:sequence>
            <xs:element name="caution_warning_note_identifier" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:caution_warning_note_identifier_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="CM_electronic_documentation_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="subtask_information_code" type="lsartypes:information_code_Type"/>
            <xs:element name="subtask_information_code_variant" type="lsartypes:information_code_variant_Type"/>
            <xs:element name="subtask_disassembly_code" type="lsartypes:disassembly_code_Type"/>
            <xs:element name="subtask_item_location_code" type="lsartypes:item_location_code_Type"/>
            <xs:element name="graphic_source_identification" type="lsartypes:graphic_source_identification_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CM_electronic_documentation_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="subtask_information_code" type="lsartypes:information_code_Type"/>
            <xs:element name="subtask_information_code_variant" type="lsartypes:information_code_variant_Type"/>
            <xs:element name="subtask_disassembly_code" type="lsartypes:disassembly_code_Type"/>
            <xs:element name="subtask_item_location_code" type="lsartypes:item_location_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CM_electronic_documentation_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="subtask_information_code" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:information_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="subtask_information_code_variant" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:information_code_variant_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="subtask_disassembly_code" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:disassembly_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="subtask_item_location_code" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:item_location_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="CN_maintenance_procedure_inventory_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="maintenance_procedure_identifier" type="lsartypes:maintenance_procedure_identifier_Type"/>
            <xs:element name="document_code_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type" minOccurs="0"/>
            <xs:element name="document_code_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type" minOccurs="0"/>
            <xs:element name="document_code_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type" minOccurs="0"/>
            <xs:element name="maintenance_procedure_title" type="lsartypes:maintenance_procedure_title_Type" minOccurs="0"/>
            <xs:element name="maintenance_procedure_maintenance_interval" type="lsartypes:maintenance_interval_Type" nillable="true" minOccurs="0"/>
            <xs:element name="maintenance_procedure_maintenance_interval_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="maintenance_procedure_task_type" type="lsartypes:task_type_Type" minOccurs="0"/>
            <xs:element name="maintenance_procedure_information_code" type="lsartypes:information_code_Type" minOccurs="0"/>
            <xs:element name="maintenance_procedure_information_code_variant" type="lsartypes:information_code_variant_Type" minOccurs="0"/>
            <xs:element name="maintenance_procedure_disassembly_code" type="lsartypes:disassembly_code_Type" minOccurs="0"/>
            <xs:element name="maintenance_procedure_item_location_code" type="lsartypes:item_location_code_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CN_maintenance_procedure_inventory_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="maintenance_procedure_identifier" type="lsartypes:maintenance_procedure_identifier_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CN_maintenance_procedure_inventory_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="maintenance_procedure_identifier" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:maintenance_procedure_identifier_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="CO_maintenance_procedure_task_sequence_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="maintenance_procedure_identifier" type="lsartypes:maintenance_procedure_identifier_Type"/>
            <xs:element name="task_sequence_number" type="lsartypes:task_sequence_number_Type"/>
            <xs:element name="sequenced_task_end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type" minOccurs="0"/>
            <xs:element name="sequenced_task_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type" minOccurs="0"/>
            <xs:element name="sequenced_task_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type" minOccurs="0"/>
            <xs:element name="sequenced_task_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type" minOccurs="0"/>
            <xs:element name="sequenced_task_code" type="lsartypes:task_code_Type" minOccurs="0"/>
            <xs:element name="reference_maintenance_procedure_end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type" minOccurs="0"/>
            <xs:element name="reference_maintenance_procedure_identifier" type="lsartypes:maintenance_procedure_identifier_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CO_maintenance_procedure_task_sequence_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="maintenance_procedure_identifier" type="lsartypes:maintenance_procedure_identifier_Type"/>
            <xs:element name="task_sequence_number" type="lsartypes:task_sequence_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CO_maintenance_procedure_task_sequence_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="maintenance_procedure_identifier" type="lsartypes:maintenance_procedure_identifier_Type"/>
            <xs:element name="task_sequence_number" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:task_sequence_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="CQ_subtask_digital_file_data_type">
        <xs:all>
            <xs:element name="document_id" type="lsartypes:document_id_Type"/>
            <xs:element name="originator_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="issue_number" type="lsartypes:issue_number_Type"/>
            <xs:element name="security_classification" type="lsartypes:security_classification_Type"/>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CQ_subtask_digital_file_global_delete_data_type">
        <xs:all>
            <xs:element name="document_id" type="lsartypes:document_id_Type"/>
            <xs:element name="originator_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="issue_number" type="lsartypes:issue_number_Type"/>
            <xs:element name="security_classification" type="lsartypes:security_classification_Type"/>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CR_subtask_support_equipment_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="subtask_support_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="subtask_support_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_item_quantity_per_subtask" type="lsartypes:quantity_per_task_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_item_quantity_per_subtask_unit_of_measure" type="lsartypes:unit_of_measure_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CR_subtask_support_equipment_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="subtask_support_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="subtask_support_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CS_subtask_provisioned_item_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="subtask_provision_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="subtask_provision_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="subtask_provision_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="subtask_provision_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="subtask_provision_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="quantity_per_subtask" type="lsartypes:quantity_per_task_Type" nillable="true" minOccurs="0"/>
            <xs:element name="quantity_per_subtask_unit_of_measure" type="lsartypes:unit_of_measure_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CS_subtask_provisioned_item_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="subtask_provision_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="subtask_provision_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="subtask_provision_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="subtask_provision_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="subtask_provision_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CT_subtask_objective_states_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="subtask_objective_state" type="lsartypes:objective_state_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CT_subtask_objective_states_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="subtask_objective_state" type="lsartypes:objective_state_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CT_subtask_objective_states_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="subtask_objective_state" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:objective_state_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="CU_circuit_breaker_group_objective_states_order_data_type">
        <xs:all>
            <xs:element name="circuit_breaker_end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="circuit_breaker_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="circuit_breaker_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="circuit_breaker_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="circuit_breaker_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="circuit_breaker_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="circuit_breaker_identification_code" type="lsartypes:circuit_breaker_identification_code_Type"/>
            <xs:element name="circuit_breaker_objective_state" type="lsartypes:circuit_breaker_objective_state_Type"/>
            <xs:element name="circuit_breaker_group_number" type="lsartypes:circuit_breaker_group_number_Type"/>
            <xs:element name="circuit_breaker_sequence_number" type="lsartypes:circuit_breaker_sequence_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CU_circuit_breaker_group_objective_states_order_global_delete_data_type">
        <xs:all>
            <xs:element name="circuit_breaker_end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="circuit_breaker_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="circuit_breaker_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="circuit_breaker_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="circuit_breaker_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="circuit_breaker_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="circuit_breaker_identification_code" type="lsartypes:circuit_breaker_identification_code_Type"/>
            <xs:element name="circuit_breaker_objective_state" type="lsartypes:circuit_breaker_objective_state_Type"/>
            <xs:element name="circuit_breaker_group_number" type="lsartypes:circuit_breaker_group_number_Type"/>
            <xs:element name="circuit_breaker_sequence_number" type="lsartypes:circuit_breaker_sequence_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CU_circuit_breaker_group_objective_states_order_key_change_data_type">
        <xs:sequence>
            <xs:element name="circuit_breaker_end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="circuit_breaker_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="circuit_breaker_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="circuit_breaker_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="circuit_breaker_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="circuit_breaker_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="circuit_breaker_identification_code" type="lsartypes:circuit_breaker_identification_code_Type"/>
            <xs:element name="circuit_breaker_objective_state" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:circuit_breaker_objective_state_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="circuit_breaker_group_number" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:circuit_breaker_group_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="circuit_breaker_sequence_number" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:circuit_breaker_sequence_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="CUU_subtask_circuit_breaker_objective_states_by_group_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="circuit_breaker_end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="circuit_breaker_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="circuit_breaker_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="circuit_breaker_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="circuit_breaker_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="circuit_breaker_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="circuit_breaker_identification_code" type="lsartypes:circuit_breaker_identification_code_Type"/>
            <xs:element name="circuit_breaker_objective_state" type="lsartypes:circuit_breaker_objective_state_Type"/>
            <xs:element name="circuit_breaker_group_number" type="lsartypes:circuit_breaker_group_number_Type"/>
            <xs:element name="circuit_breaker_sequence_number" type="lsartypes:circuit_breaker_sequence_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CUU_subtask_circuit_breaker_objective_states_by_group_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="circuit_breaker_end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="circuit_breaker_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="circuit_breaker_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="circuit_breaker_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="circuit_breaker_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="circuit_breaker_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="circuit_breaker_identification_code" type="lsartypes:circuit_breaker_identification_code_Type"/>
            <xs:element name="circuit_breaker_objective_state" type="lsartypes:circuit_breaker_objective_state_Type"/>
            <xs:element name="circuit_breaker_group_number" type="lsartypes:circuit_breaker_group_number_Type"/>
            <xs:element name="circuit_breaker_sequence_number" type="lsartypes:circuit_breaker_sequence_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CV_scheduled_maintenance_events_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="initial_scheduled_maintenance_interval" type="lsartypes:scheduled_maintenance_interval_Type"/>
            <xs:element name="initial_scheduled_maintenance_interval_measurement_base" type="lsartypes:measurement_base_Type"/>
            <xs:element name="subsequent_scheduled_maintenance_interval" type="lsartypes:scheduled_maintenance_interval_Type" minOccurs="0"/>
            <xs:element name="subsequent_scheduled_maintenance_interval_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="event_trigger" type="lsartypes:event_trigger_Type" minOccurs="0"/>
            <xs:element name="event_trigger_end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type" minOccurs="0"/>
            <xs:element name="event_trigger_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type" minOccurs="0"/>
            <xs:element name="event_trigger_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type" minOccurs="0"/>
            <xs:element name="event_trigger_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type" minOccurs="0"/>
            <xs:element name="event_trigger_task_code" type="lsartypes:task_code_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CV_scheduled_maintenance_events_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="initial_scheduled_maintenance_interval" type="lsartypes:scheduled_maintenance_interval_Type"/>
            <xs:element name="initial_scheduled_maintenance_interval_measurement_base" type="lsartypes:measurement_base_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CV_scheduled_maintenance_events_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="initial_scheduled_maintenance_interval" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:scheduled_maintenance_interval_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="initial_scheduled_maintenance_interval_measurement_base" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:measurement_base_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="CW_scheduled_maintenance_sampling_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="initial_scheduled_maintenance_interval" type="lsartypes:scheduled_maintenance_interval_Type"/>
            <xs:element name="initial_scheduled_maintenance_interval_measurement_base" type="lsartypes:measurement_base_Type"/>
            <xs:element name="initial_sampling_value" type="lsartypes:sampling_value_Type"/>
            <xs:element name="initial_sampling_type" type="lsartypes:sampling_type_Type"/>
            <xs:element name="subsequent_scheduled_maintenance_interval" type="lsartypes:scheduled_maintenance_interval_Type" minOccurs="0"/>
            <xs:element name="subsequent_scheduled_maintenance_interval_measurement_base" type="lsartypes:measurement_base_Type" minOccurs="0"/>
            <xs:element name="subsequent_sampling_value" type="lsartypes:sampling_value_Type" minOccurs="0"/>
            <xs:element name="subsequent_sampling_type" type="lsartypes:sampling_type_Type" minOccurs="0"/>
            <xs:element name="initial_sampling_description" type="lsartypes:sampling_description_Type" minOccurs="0"/>
            <xs:element name="subsequent_sampling_description" type="lsartypes:sampling_description_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CW_scheduled_maintenance_sampling_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="initial_scheduled_maintenance_interval" type="lsartypes:scheduled_maintenance_interval_Type"/>
            <xs:element name="initial_scheduled_maintenance_interval_measurement_base" type="lsartypes:measurement_base_Type"/>
            <xs:element name="initial_sampling_value" type="lsartypes:sampling_type_Type"/>
            <xs:element name="initial_sampling_type" type="lsartypes:sampling_value_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="CW_scheduled_maintenance_sampling_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="initial_scheduled_maintenance_interval" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:scheduled_maintenance_interval_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="initial_scheduled_maintenance_interval_measurement_base" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:measurement_base_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="initial_sampling_value" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:sampling_type_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="initial_sampling_type" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:sampling_value_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="GA_skill_specialty_data_type">
        <xs:all>
            <xs:element name="skill_specialty_code" type="lsartypes:skill_specialty_code_Type"/>
            <xs:element name="hour_labor_rate" type="lsartypes:hour_labor_rate_Type" nillable="true" minOccurs="0"/>
            <xs:element name="hour_labor_rate_currency_code" type="lsartypes:currency_code_Type" nillable="true" minOccurs="0"/>
            <xs:element name="skill_level_code" type="lsartypes:skill_level_code_Type" minOccurs="0"/>
            <xs:element name="training_cost" type="lsartypes:training_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="training_cost_currency_code" type="lsartypes:currency_code_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="GA_skill_specialty_global_delete_data_type">
        <xs:all>
            <xs:element name="skill_specialty_code" type="lsartypes:skill_specialty_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="GA_skill_specialty_key_change_data_type">
        <xs:sequence>
            <xs:element name="skill_specialty_code" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:skill_specialty_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="GB_new_or_modified_skill_data_type">
        <xs:all>
            <xs:element name="new_or_modified_skill_specialty_code" type="lsartypes:skill_specialty_code_Type"/>
            <xs:element name="armed_services_vocational_aptitude_battery_armed_forces_qualification_test_expected_range_high" type="lsartypes:armed_services_vocational_aptitude_battery_expected_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="armed_services_vocational_aptitude_battery_armed_forces_qualification_test_expected_range_low" type="lsartypes:armed_services_vocational_aptitude_battery_expected_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="armed_services_vocational_aptitude_battery_armed_forces_qualification_test_lowest_percent_high" type="lsartypes:armed_services_vocational_aptitude_battery_lowest_percent_Type" nillable="true" minOccurs="0"/>
            <xs:element name="armed_services_vocational_aptitude_battery_armed_forces_qualification_test_lowest_percent_low" type="lsartypes:armed_services_vocational_aptitude_battery_lowest_percent_Type" nillable="true" minOccurs="0"/>
            <xs:element name="armed_services_vocational_aptitude_battery_armed_forces_qualification_test_score" type="lsartypes:armed_services_vocational_aptitude_battery_test_score_Type" nillable="true" minOccurs="0"/>
            <xs:element name="duty_position_requiring_a_new_or_revised_skill" type="lsartypes:duty_position_requiring_a_new_or_revised_skill_Type" minOccurs="0"/>
            <xs:element name="new_or_modified_skill_level_code" type="lsartypes:skill_level_code_Type" minOccurs="0"/>
            <xs:element name="recommended_civilian_grade" type="lsartypes:recommended_civilian_grade_Type" minOccurs="0"/>
            <xs:element name="recommended_military_rank_rate" type="lsartypes:recommended_military_rank_rate_Type" minOccurs="0"/>
            <xs:element name="security_clearance" type="lsartypes:security_clearance_Type" minOccurs="0"/>
            <xs:element name="skill_specialty_code" type="lsartypes:skill_specialty_code_Type" minOccurs="0"/>
            <xs:element name="test_score" type="lsartypes:test_score_Type" nillable="true" minOccurs="0"/>
            <xs:element name="new_or_modified_skill_additional_requirements_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="new_or_modified_skill_educational_qualifications_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="new_or_modified_skill_justification_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="new_or_modified_skill_additional_training_requirements_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="GB_new_or_modified_skill_global_delete_data_type">
        <xs:all>
            <xs:element name="new_or_modified_skill_specialty_code" type="lsartypes:skill_specialty_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="GB_new_or_modified_skill_key_change_data_type">
        <xs:sequence>
            <xs:element name="new_or_modified_skill_specialty_code" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:skill_specialty_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="GD_skill_aptitude_data_type">
        <xs:all>
            <xs:element name="new_or_modified_skill_specialty_code" type="lsartypes:skill_specialty_code_Type"/>
            <xs:element name="armed_services_vocational_aptitude_battery_aptitude_element" type="lsartypes:armed_services_vocational_aptitude_battery_aptitude_element_Type"/>
            <xs:element name="armed_services_vocational_aptitude_battery_aptitude_element_expected_range_high" type="lsartypes:armed_services_vocational_aptitude_battery_expected_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="armed_services_vocational_aptitude_battery_aptitude_element_expected_range_low" type="lsartypes:armed_services_vocational_aptitude_battery_expected_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="armed_services_vocational_aptitude_battery_aptitude_element_lowest_percent_high" type="lsartypes:armed_services_vocational_aptitude_battery_lowest_percent_Type" nillable="true" minOccurs="0"/>
            <xs:element name="armed_services_vocational_aptitude_battery_aptitude_element_lowest_percent_low" type="lsartypes:armed_services_vocational_aptitude_battery_lowest_percent_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="GD_skill_aptitude_global_delete_data_type">
        <xs:all>
            <xs:element name="new_or_modified_skill_specialty_code" type="lsartypes:skill_specialty_code_Type"/>
            <xs:element name="armed_services_vocational_aptitude_battery_aptitude_element" type="lsartypes:armed_services_vocational_aptitude_battery_aptitude_element_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="GD_skill_aptitude_key_change_data_type">
        <xs:sequence>
            <xs:element name="new_or_modified_skill_specialty_code" type="lsartypes:skill_specialty_code_Type"/>
            <xs:element name="armed_services_vocational_aptitude_battery_aptitude_element" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:armed_services_vocational_aptitude_battery_aptitude_element_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="GE_physical_and_mental_requirements_narrative_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="subtask_person_identifier" type="lsartypes:person_identifier_Type"/>
            <xs:element name="new_or_modified_skill_specialty_code" type="lsartypes:skill_specialty_code_Type"/>
            <xs:element name="physical_and_mental_requirements_narrative" type="lsartypes:physical_and_mental_requirements_narrative_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="GE_physical_and_mental_requirements_narrative_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="subtask_number" type="lsartypes:subtask_number_Type"/>
            <xs:element name="subtask_person_identifier" type="lsartypes:person_identifier_Type"/>
            <xs:element name="new_or_modified_skill_specialty_code" type="lsartypes:skill_specialty_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EA_support_equipment_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="acquisition_decision_office" type="lsartypes:acquisition_decision_office_Type" minOccurs="0"/>
            <xs:element name="adapter_interconnector_device_required" type="lsartypes:adapter_interconnector_device_required_Type" minOccurs="0"/>
            <xs:element name="calibration_item" type="lsartypes:calibration_item_Type" minOccurs="0"/>
            <xs:element name="calibration_measurement_requirement_summary_recommended" type="lsartypes:calibration_measurement_requirement_summary_recommended_Type" minOccurs="0"/>
            <xs:element name="calibration_required" type="lsartypes:calibration_required_Type" minOccurs="0"/>
            <xs:element name="calibration_standard" type="lsartypes:calibration_standard_Type" minOccurs="0"/>
            <xs:element name="calibration_time" type="lsartypes:calibration_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="calibration_interval" type="lsartypes:calibration_interval_Type" nillable="true" minOccurs="0"/>
            <xs:element name="contractor_furnished_equipment_government_furnished_equipment" type="lsartypes:contractor_furnished_equipment_government_furnished_equipment_Type" minOccurs="0"/>
            <xs:element name="custody_code" type="lsartypes:custody_code_Type" minOccurs="0"/>
            <xs:element name="date_of_first_article_delivery" type="lsartypes:date_Type" nillable="true" minOccurs="0"/>
            <xs:element name="design_data_price" type="lsartypes:price_Type" nillable="true" minOccurs="0"/>
            <xs:element name="drawing_classification" type="lsartypes:drawing_classification_Type" minOccurs="0"/>
            <xs:element name="economic_analysis" type="lsartypes:economic_analysis_Type" minOccurs="0"/>
            <xs:element name="end_article_item_designator" type="lsartypes:item_designator_code_Type" minOccurs="0"/>
            <xs:element name="extended_unit_price" type="lsartypes:price_Type" nillable="true" minOccurs="0"/>
            <xs:element name="family_group" type="lsartypes:family_group_Type" minOccurs="0"/>
            <xs:element name="generic_code" type="lsartypes:generic_code_Type" minOccurs="0"/>
            <xs:element name="government_designator" type="lsartypes:government_designator_Type" minOccurs="0"/>
            <xs:element name="hardware_development_price" type="lsartypes:price_Type" nillable="true" minOccurs="0"/>
            <xs:element name="integrated_logistics_support_price" type="lsartypes:price_Type" nillable="true" minOccurs="0"/>
            <xs:element name="life_cycle_status" type="lsartypes:life_cycle_status_Type" minOccurs="0"/>
            <xs:element name="life_span" type="lsartypes:life_span_Type" nillable="true" minOccurs="0"/>
            <xs:element name="logistics_control_code" type="lsartypes:logistics_control_code_Type" minOccurs="0"/>
            <xs:element name="logistics_decision_office" type="lsartypes:logistics_decision_office_Type" minOccurs="0"/>
            <xs:element name="logistics_support_analysis_recommendation_code" type="lsartypes:logistics_support_analysis_recommendation_code_Type" minOccurs="0"/>
            <xs:element name="management_plan" type="lsartypes:management_plan_Type" minOccurs="0"/>
            <xs:element name="managing_command_agency" type="lsartypes:managing_command_agency_Type" minOccurs="0"/>
            <xs:element name="mobile_facility_code" type="lsartypes:mobile_facility_code_Type" minOccurs="0"/>
            <xs:element name="modification_or_change" type="lsartypes:modification_or_change_Type" minOccurs="0"/>
            <xs:element name="operating_and_support_cost" type="lsartypes:cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="operating_dimensions_unit_of_measure" type="lsartypes:unit_of_measure_Type" minOccurs="0"/>
            <xs:element name="operating_height" type="lsartypes:linear_measure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="operating_length" type="lsartypes:linear_measure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="operating_weight" type="lsartypes:weight_Type" nillable="true" minOccurs="0"/>
            <xs:element name="operating_weight_unit_of_measure" type="lsartypes:unit_of_measure_Type" minOccurs="0"/>
            <xs:element name="operating_width" type="lsartypes:linear_measure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="operators_manual" type="lsartypes:operators_manual_Type" minOccurs="0"/>
            <xs:element name="pass_thru_price" type="lsartypes:price_Type" nillable="true" minOccurs="0"/>
            <xs:element name="preparing_activity" type="lsartypes:preparing_activity_Type" minOccurs="0"/>
            <xs:element name="printed_circuit_board_repair_operations_maintenance_level" type="lsartypes:operations_and_maintenance_level_code_Type" minOccurs="0"/>
            <xs:element name="program_element" type="lsartypes:program_element_Type" minOccurs="0"/>
            <xs:element name="program_support_inventory_control_point" type="lsartypes:program_support_inventory_control_point_Type" minOccurs="0"/>
            <xs:element name="recurring_cost" type="lsartypes:cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="reportable_item_control_code" type="lsartypes:reportable_item_control_code_Type" nillable="true" minOccurs="0"/>
            <xs:element name="revolving_assets" type="lsartypes:revolving_assets_Type" minOccurs="0"/>
            <xs:element name="self_test_code" type="lsartypes:self_test_code_Type" minOccurs="0"/>
            <xs:element name="sensors_or_transducers" type="lsartypes:sensors_or_transducers_Type" minOccurs="0"/>
            <xs:element name="sketch" type="lsartypes:sketch_Type" minOccurs="0"/>
            <xs:element name="skill_specialty_code_for_support_equipment_operator" type="lsartypes:skill_specialty_code_Type" minOccurs="0"/>
            <xs:element name="spare_factor" type="lsartypes:spare_factor_Type" minOccurs="0"/>
            <xs:element name="special_management_code" type="lsartypes:special_management_code_Type" minOccurs="0"/>
            <xs:element name="standard_interservice_agency_serial_control_number" type="lsartypes:standard_interservice_agency_serial_control_number_Type" minOccurs="0"/>
            <xs:element name="storage_dimensions_unit_of_measure" type="lsartypes:unit_of_measure_Type" minOccurs="0"/>
            <xs:element name="storage_height" type="lsartypes:linear_measure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="storage_length" type="lsartypes:linear_measure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="storage_weight" type="lsartypes:weight_Type" nillable="true" minOccurs="0"/>
            <xs:element name="storage_weight_unit_of_measure" type="lsartypes:unit_of_measure_Type" minOccurs="0"/>
            <xs:element name="storage_width" type="lsartypes:linear_measure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_calibration_operations_maintenance_level" type="lsartypes:operations_and_maintenance_level_code_Type" minOccurs="0"/>
            <xs:element name="support_equipment_contract_number" type="lsartypes:contract_number_Type" minOccurs="0"/>
            <xs:element name="support_equipment_full_item_name" type="lsartypes:support_equipment_full_item_name_Type" minOccurs="0"/>
            <xs:element name="support_equipment_grouping" type="lsartypes:support_equipment_grouping_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_item_category_code" type="lsartypes:item_category_code_Type" minOccurs="0"/>
            <xs:element name="support_equipment_mean_time_between_failures" type="lsartypes:mean_time_between_failures_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_mean_time_between_maintenance_actions" type="lsartypes:mean_time_between_maintenance_actions_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_mean_time_to_repair" type="lsartypes:mean_time_to_repair_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_repair_operations_maintenance_level" type="lsartypes:operations_and_maintenance_level_code_Type" minOccurs="0"/>
            <xs:element name="support_equipment_required" type="lsartypes:support_equipment_required_Type" minOccurs="0"/>
            <xs:element name="support_equipment_service_designator" type="lsartypes:service_designator_code_Type" minOccurs="0"/>
            <xs:element name="support_equipment_shipping_dimensions_unit_of_measure" type="lsartypes:unit_of_measure_Type" minOccurs="0"/>
            <xs:element name="support_equipment_shipping_height" type="lsartypes:linear_measure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_shipping_length" type="lsartypes:linear_measure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_shipping_weight" type="lsartypes:weight_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_shipping_weight_unit_of_measure" type="lsartypes:unit_of_measure_Type" minOccurs="0"/>
            <xs:element name="support_equipment_shipping_width" type="lsartypes:linear_measure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_source_maintenance_recoverability_code" type="lsartypes:source_maintenance_recoverability_code_Type" minOccurs="0"/>
            <xs:element name="technical_evaluation_priority_code" type="lsartypes:technical_evaluation_priority_code_Type" minOccurs="0"/>
            <xs:element name="technical_manual_required_code" type="lsartypes:technical_manual_required_code_Type" minOccurs="0"/>
            <xs:element name="test_language" type="lsartypes:test_language_Type" minOccurs="0"/>
            <xs:element name="test_measurement_and_diagnostic_equipment_register_code" type="lsartypes:test_measurement_and_diagnostic_equipment_register_code_Type" minOccurs="0"/>
            <xs:element name="test_measurement_and_diagnostic_equipment_register_index_number" type="lsartypes:test_measurement_and_diagnostic_equipment_register_index_number_Type" minOccurs="0"/>
            <xs:element name="test_points" type="lsartypes:test_points_Type" minOccurs="0"/>
            <xs:element name="type_classfication" type="lsartypes:type_classfication_Type" minOccurs="0"/>
            <xs:element name="type_equipment_code" type="lsartypes:type_equipment_code_Type" minOccurs="0"/>
            <xs:element name="using_service_designator_code" type="lsartypes:using_service_designator_code_Type" minOccurs="0"/>
            <xs:element name="year_of_fielding" type="lsartypes:year_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_functional_analysis_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="support_equipment_description_and_function_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="support_equipment_nonproliferation_effort_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="support_equipment_characteristics_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="support_equipment_installation_factors_or_other_facilities_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="support_equipment_additional_skills_and_special_training_requirements_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="support_equipment_explanation_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="support_equipment_justification_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="support_equipment_cost_price_currency_code" type="lsartypes:currency_code_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EA_support_equipment_global_delete_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EB_allocation_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="allowance_document_number" type="lsartypes:allowance_document_number_Type"/>
            <xs:element name="allocation_designation_description" type="lsartypes:allocation_designation_description_Type" minOccurs="0"/>
            <xs:element name="allocation_extended_range" type="lsartypes:allocation_extended_range_Type" minOccurs="0"/>
            <xs:element name="allocation_land_vessel_code" type="lsartypes:allocation_land_vessel_code_Type" minOccurs="0"/>
            <xs:element name="allocation_maintenance_level_function" type="lsartypes:allocation_maintenance_level_function_Type" minOccurs="0"/>
            <xs:element name="allocation_station_identification_code" type="lsartypes:allocation_station_identification_code_Type" minOccurs="0"/>
            <xs:element name="allocation_range_1" type="lsartypes:allocation_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="allocation_range_2" type="lsartypes:allocation_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="allocation_range_3" type="lsartypes:allocation_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="allocation_range_4" type="lsartypes:allocation_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="allocation_range_5" type="lsartypes:allocation_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="allocation_range_6" type="lsartypes:allocation_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="allocation_range_7" type="lsartypes:allocation_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="allocation_range_8" type="lsartypes:allocation_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="allocation_range_9" type="lsartypes:allocation_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="allocation_range_10" type="lsartypes:allocation_range_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EB_allocation_global_delete_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="allowance_document_number" type="lsartypes:allowance_document_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EB_allocation_key_change_data_type">
        <xs:sequence>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="allowance_document_number" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:allowance_document_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="EC_support_equipment_parameters_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_equipment_parameter_group_code" type="lsartypes:parameter_group_code_Type"/>
            <xs:element name="calibration_procedure" type="lsartypes:calibration_procedure_Type" minOccurs="0"/>
            <xs:element name="support_equipment_parameter" type="lsartypes:parameter_Type" minOccurs="0"/>
            <xs:element name="support_equipment_parameter_accuracy" type="lsartypes:parameter_accuracy_Type" minOccurs="0"/>
            <xs:element name="support_equipment_parameter_input_or_output_code" type="lsartypes:parameter_input_or_output_code_Type" minOccurs="0"/>
            <xs:element name="support_equipment_parameter_range_from" type="lsartypes:parameter_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_parameter_range_to" type="lsartypes:parameter_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_parameter_range_or_value_code" type="lsartypes:parameter_range_or_value_code_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EC_support_equipment_parameters_global_delete_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_equipment_parameter_group_code" type="lsartypes:parameter_group_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EC_support_equipment_parameters_key_change_data_type">
        <xs:sequence>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_equipment_parameter_group_code" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:parameter_group_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="ED_support_equipment_authorization_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="activity_name_location" type="lsartypes:activity_name_location_Type"/>
            <xs:element name="number_of_activities" type="lsartypes:number_of_activities_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_quantity_per_activity" type="lsartypes:quantity_per_activity_Type" nillable="true" minOccurs="0"/>
            <xs:element name="type_of_activity" type="lsartypes:type_of_activity_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="ED_support_equipment_authorization_global_delete_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="activity_name_location" type="lsartypes:activity_name_location_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="ED_support_equipment_authorization_key_change_data_type">
        <xs:sequence>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="activity_name_location" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:activity_name_location_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="EF_support_equipment_recommendation_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_equipment_recommendation_data_number" type="lsartypes:support_equipment_recommendation_data_number_Type"/>
            <xs:element name="support_equipment_recommendation_data_revision" type="lsartypes:revision_Type"/>
            <xs:element name="support_equipment_recommendation_data_date_of_government_disposition" type="lsartypes:date_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_recommendation_data_date_of_initial_submission" type="lsartypes:date_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_recommendation_data_date_of_revision_submission" type="lsartypes:revision_date_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_recommendation_data_revision_remarks" type="lsartypes:support_equipment_recommendation_data_revision_remarks_Type" minOccurs="0"/>
            <xs:element name="support_equipment_recommendation_data_status" type="lsartypes:support_equipment_recommendation_data_status_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EF_support_equipment_recommendation_global_delete_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_equipment_recommendation_data_number" type="lsartypes:support_equipment_recommendation_data_number_Type"/>
            <xs:element name="support_equipment_recommendation_data_revision" type="lsartypes:revision_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EF_support_equipment_recommendation_key_change_data_type">
        <xs:sequence>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_equipment_recommendation_data_number" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:support_equipment_recommendation_data_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="support_equipment_recommendation_data_revision" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:revision_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="EH_alternate_national_stock_number_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_equipment_recommendation_data_number" type="lsartypes:support_equipment_recommendation_data_number_Type"/>
            <xs:element name="support_equipment_recommendation_data_revision" type="lsartypes:revision_Type"/>
            <xs:element name="alternate_national_stock_number_federal_supply_classification" type="lsartypes:federal_supply_classification_Type"/>
            <xs:element name="alternate_national_stock_number_national_item_identification_number" type="lsartypes:national_item_identification_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EH_alternate_national_stock_number_global_delete_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_equipment_recommendation_data_number" type="lsartypes:support_equipment_recommendation_data_number_Type"/>
            <xs:element name="support_equipment_recommendation_data_revision" type="lsartypes:revision_Type"/>
            <xs:element name="alternate_national_stock_number_federal_supply_classification" type="lsartypes:federal_supply_classification_Type"/>
            <xs:element name="alternate_national_stock_number_national_item_identification_number" type="lsartypes:national_item_identification_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EH_alternate_national_stock_number_key_change_data_type">
        <xs:sequence>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_equipment_recommendation_data_number" type="lsartypes:support_equipment_recommendation_data_number_Type"/>
            <xs:element name="support_equipment_recommendation_data_revision" type="lsartypes:revision_Type"/>
            <xs:element name="alternate_national_stock_number_federal_supply_classification" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:federal_supply_classification_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="alternate_national_stock_number_national_item_identification_number" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:national_item_identification_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="EI_input_power_source_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="source_option_number" type="lsartypes:source_option_number_Type"/>
            <xs:element name="input_power_source_ac_dc" type="lsartypes:input_power_source_ac_dc_Type" minOccurs="0"/>
            <xs:element name="input_power_source_frequency_range_maximum" type="lsartypes:input_power_source_frequency_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="input_power_source_frequency_range_minimum" type="lsartypes:input_power_source_frequency_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="input_power_source_operating_range_maximum" type="lsartypes:input_power_source_operating_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="input_power_source_operating_range_minimum" type="lsartypes:input_power_source_operating_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="input_power_source_percent_maximum_ripple" type="lsartypes:input_power_source_percent_maximum_ripple_Type" nillable="true" minOccurs="0"/>
            <xs:element name="input_power_source_phase" type="lsartypes:input_power_source_phase_Type" nillable="true" minOccurs="0"/>
            <xs:element name="input_power_source_watts" type="lsartypes:input_power_source_watts_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EI_input_power_source_global_delete_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="source_option_number" type="lsartypes:source_option_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EI_input_power_source_key_change_data_type">
        <xs:sequence>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="source_option_number" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:source_option_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="EJ_support_equipment_design_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="design_data_category_code" type="lsartypes:design_data_category_code_Type"/>
            <xs:element name="design_data_category_code_contractor_recommended" type="lsartypes:design_data_category_code_contractor_recommended_Type" minOccurs="0"/>
            <xs:element name="design_data_category_code_estimated_price" type="lsartypes:price_Type" nillable="true" minOccurs="0"/>
            <xs:element name="design_data_category_code_estimated_price_currency_code" type="lsartypes:currency_code_Type" nillable="true" minOccurs="0"/>
            <xs:element name="design_data_category_code_government_required" type="lsartypes:design_data_category_code_government_required_Type" minOccurs="0"/>
            <xs:element name="design_data_category_code_scope" type="lsartypes:design_data_category_code_scope_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EJ_support_equipment_design_global_delete_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="design_data_category_code" type="lsartypes:design_data_category_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EJ_support_equipment_design_key_change_data_type">
        <xs:sequence>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="design_data_category_code" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:design_data_category_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="EK_supercedure_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="supercedure_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="supercedure_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reason_for_supercedure_deletion" type="lsartypes:reason_for_supercedure_deletion_Type" minOccurs="0"/>
            <xs:element name="supercedure_interchangeability_code" type="lsartypes:interchangeability_code_Type" minOccurs="0"/>
            <xs:element name="supercedure_item_name" type="lsartypes:item_name_Type" minOccurs="0"/>
            <xs:element name="supercedure_support_equipment_recommendation_data_number" type="lsartypes:support_equipment_recommendation_data_number_Type" minOccurs="0"/>
            <xs:element name="supercedure_type" type="lsartypes:supercedure_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EK_supercedure_global_delete_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="supercedure_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="supercedure_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EL_support_equipment_integrated_logistics_support_requirement_category_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="integrated_logistics_support_requirement_category_code" type="lsartypes:integrated_logistics_support_requirement_category_code_Type"/>
            <xs:element name="integrated_logistics_support_requirement_category_code_contractor_recommended" type="lsartypes:design_data_category_code_contractor_recommended_Type" minOccurs="0"/>
            <xs:element name="integrated_logistics_support_requirement_category_code_estimated_price" type="lsartypes:price_Type" nillable="true" minOccurs="0"/>
            <xs:element name="integrated_logistics_support_requirement_category_code_estimated_price_currency_code" type="lsartypes:currency_code_Type" nillable="true" minOccurs="0"/>
            <xs:element name="integrated_logistics_support_requirement_category_code_government_required" type="lsartypes:design_data_category_code_government_required_Type" minOccurs="0"/>
            <xs:element name="integrated_logistics_support_requirement_category_code_scope" type="lsartypes:design_data_category_code_scope_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EL_support_equipment_integrated_logistics_support_requirement_category_global_delete_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="integrated_logistics_support_requirement_category_code" type="lsartypes:integrated_logistics_support_requirement_category_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EL_support_equipment_integrated_logistics_support_requirement_category_key_change_data_type">
        <xs:sequence>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="integrated_logistics_support_requirement_category_code" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:integrated_logistics_support_requirement_category_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="EM_system_equipment_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="system_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="system_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="system_equipment_item_designator" type="lsartypes:item_designator_code_Type" minOccurs="0"/>
            <xs:element name="system_equipment_quantity_per_test" type="lsartypes:system_equipment_quantity_per_test_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="EM_system_equipment_global_delete_data_type">
        <xs:all>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="system_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="system_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UA_article_requiring_support_unit_under_test_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="unit_under_test_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="unit_under_test_allowance" type="lsartypes:allowance_document_number_Type" minOccurs="0"/>
            <xs:element name="unit_under_test_maintenance_plan_number" type="lsartypes:maintenance_plan_number_Type" minOccurs="0"/>
            <xs:element name="unit_under_test_test_requirements_document_number" type="lsartypes:test_requirements_document_number_Type" minOccurs="0"/>
            <xs:element name="unit_under_test_work_package_reference" type="lsartypes:unit_under_test_work_package_reference_Type" minOccurs="0"/>
            <xs:element name="unit_under_test_explanation" type="lsartypes:unit_under_test_explanation_data_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UA_article_requiring_support_unit_under_test_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="unit_under_test_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UB_unit_under_test_support_equipment_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="unit_under_test_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="unit_under_test_calibration_measurement_requirement_recommended_code" type="lsartypes:calibration_measurement_requirement_recommended_code_Type" minOccurs="0"/>
            <xs:element name="unit_under_test_calibration_measurement_requirement_summary_status" type="lsartypes:calibration_measurement_requirement_summary_status_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UB_unit_under_test_support_equipment_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="unit_under_test_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UC_operational_test_program_data_type">
        <xs:all>
            <xs:element name="operational_test_program_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="operational_test_program_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="operational_test_program_apportioned_unit_cost_nonrecurring" type="lsartypes:unit_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="operational_test_program_apportioned_unit_cost_recurring" type="lsartypes:unit_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="operational_test_program_apportioned_unit_cost_nonrecurring_recurring_currency_code" type="lsartypes:currency_code_Type" nillable="true" minOccurs="0"/>
            <xs:element name="operational_test_program_coordinated_test_plan" type="lsartypes:operational_test_program_coordinated_test_plan_Type" minOccurs="0"/>
            <xs:element name="operational_test_program_standards_for_comparison" type="lsartypes:operational_test_program_standards_for_comparison_Type" minOccurs="0"/>
            <xs:element name="operational_test_program_support_equipment_recommendation_data_number" type="lsartypes:support_equipment_recommendation_data_number_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UC_operational_test_program_global_delete_data_type">
        <xs:all>
            <xs:element name="operational_test_program_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="operational_test_program_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UD_unit_under_test_support_equipment_operational_test_program_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="unit_under_test_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="operational_test_program_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="operational_test_program_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UD_unit_under_test_support_equipment_operational_test_program_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="unit_under_test_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="operational_test_program_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="operational_test_program_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UE_test_program_instruction_data_type">
        <xs:all>
            <xs:element name="operational_test_program_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="operational_test_program_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="test_program_instruction_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="test_program_instruction_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="test_program_instruction_apportioned_unit_cost_nonrecurring" type="lsartypes:unit_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="test_program_instruction_apportioned_unit_cost_recurring" type="lsartypes:unit_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="test_program_instruction_apportioned_unit_cost_nonrecurring_recurring_currency_code" type="lsartypes:currency_code_Type" nillable="true" minOccurs="0"/>
            <xs:element name="test_program_instruction_self_test" type="lsartypes:self_test_code_Type" minOccurs="0"/>
            <xs:element name="test_program_instruction_support_equipment_recommendation_data_number" type="lsartypes:support_equipment_recommendation_data_number_Type" minOccurs="0"/>
            <xs:element name="test_program_instruction_technical_data_package" type="lsartypes:test_program_instruction_technical_data_package_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UE_test_program_instruction_global_delete_data_type">
        <xs:all>
            <xs:element name="operational_test_program_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="operational_test_program_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="test_program_instruction_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="test_program_instruction_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UG_unit_under_test_parameter_group_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="unit_under_test_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="unit_under_test_parameter_group_code" type="lsartypes:parameter_group_code_Type"/>
            <xs:element name="unit_under_test_calibration_measurement_requirement_summary_parameter_code" type="lsartypes:calibration_measurement_requirement_summary_parameter_code_Type" minOccurs="0"/>
            <xs:element name="unit_under_test_parameter" type="lsartypes:parameter_Type" minOccurs="0"/>
            <xs:element name="unit_under_test_parameter_accuracy" type="lsartypes:parameter_accuracy_Type" minOccurs="0"/>
            <xs:element name="unit_under_test_parameter_input_output_code" type="lsartypes:parameter_input_or_output_code_Type" minOccurs="0"/>
            <xs:element name="unit_under_test_parameter_operational_specification_code" type="lsartypes:unit_under_test_parameter_operational_specification_code_Type" minOccurs="0"/>
            <xs:element name="unit_under_test_parameter_range_from" type="lsartypes:parameter_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="unit_under_test_parameter_range_to" type="lsartypes:parameter_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="unit_under_test_parameter_range_value_code" type="lsartypes:parameter_range_or_value_code_Type" minOccurs="0"/>
            <xs:element name="unit_under_test_parameter_test_accuracy_ratio_actual" type="lsartypes:parameter_test_accuracy_ratio_Type" minOccurs="0"/>
            <xs:element name="unit_under_test_parameter_test_accuracy_ratio_desired" type="lsartypes:parameter_test_accuracy_ratio_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UG_unit_under_test_parameter_group_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="unit_under_test_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="unit_under_test_parameter_group_code" type="lsartypes:parameter_group_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UG_unit_under_test_parameter_group_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="unit_under_test_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="unit_under_test_parameter_group_code" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:parameter_group_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="UH_unit_under_test_fault_isolated_replaceable_unit_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="task_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="task_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="task_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_provision_task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="task_provision_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="task_provision_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="task_provision_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_provision_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="task_provision_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="unit_under_test_fault_isolated_replaceable_unit_ambiguity_group_1" type="lsartypes:fault_isolation_ambiguity_group_Type" nillable="true" minOccurs="0"/>
            <xs:element name="unit_under_test_fault_isolated_replaceable_unit_ambiguity_group_2" type="lsartypes:fault_isolation_ambiguity_group_Type" nillable="true" minOccurs="0"/>
            <xs:element name="unit_under_test_fault_isolated_replaceable_unit_percent_failure_1" type="lsartypes:fault_isolation_percent_failure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="unit_under_test_fault_isolated_replaceable_unit_percent_failure_2" type="lsartypes:fault_isolation_percent_failure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="unit_under_test_fault_isolated_replaceable_unit_test_requirements_document_indicator" type="lsartypes:unit_under_test_fault_isolated_replaceable_unit_test_requirements_document_indicator_Type" minOccurs="0"/>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type" minOccurs="0"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UH_unit_under_test_fault_isolated_replaceable_unit_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="task_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="task_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="task_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_provision_task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="task_provision_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="task_provision_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="task_provision_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_provision_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="task_provision_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UI_adapter_interconnector_device_data_type">
        <xs:all>
            <xs:element name="adapter_interconnector_device_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="adapter_interconnector_device_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="adapter_interconnector_device_apportioned_unit_cost_nonrecurring" type="lsartypes:unit_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="adapter_interconnector_device_apportioned_unit_cost_recurring" type="lsartypes:unit_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="adapter_interconnector_device_apportioned_unit_cost_nonrecurring_recurring_currency_code" type="lsartypes:currency_code_Type" nillable="true" minOccurs="0"/>
            <xs:element name="adapter_interconnector_device_common_unit_under_test" type="lsartypes:common_unit_under_test_Type" nillable="true" minOccurs="0"/>
            <xs:element name="adapter_interconnector_device_support_equipment_recommendation_data_number" type="lsartypes:support_equipment_recommendation_data_number_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UI_adapter_interconnector_device_global_delete_data_type">
        <xs:all>
            <xs:element name="adapter_interconnector_device_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="adapter_interconnector_device_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UJ_unit_under_test_support_equipment_adapter_interconnector_device_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="unit_under_test_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="adapter_interconnector_device_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="adapter_interconnector_device_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UJ_unit_under_test_support_equipment_adapter_interconnector_device_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="unit_under_test_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="adapter_interconnector_device_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="adapter_interconnector_device_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UK_automatic_test_equipment_test_station_data_type">
        <xs:all>
            <xs:element name="automatic_test_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="automatic_test_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="automatic_test_equipment_government_designator" type="lsartypes:government_designator_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UK_automatic_test_equipment_test_station_global_delete_data_type">
        <xs:all>
            <xs:element name="automatic_test_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="automatic_test_equipment_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UL_unit_under_test_support_equipment_automatic_test_equipment_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="unit_under_test_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="automatic_test_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="automatic_test_equipment_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UL_unit_under_test_support_equipment_automatic_test_equipment_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="unit_under_test_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="unit_under_test_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="automatic_test_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="automatic_test_equipment_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UM_support_equipment_item_unit_under_test_data_type">
        <xs:all>
            <xs:element name="support_equipment_unit_under_test_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_unit_under_test_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_equipment_unit_under_test_allowance" type="lsartypes:allowance_document_number_Type" minOccurs="0"/>
            <xs:element name="support_equipment_unit_under_test_calibrations_measurement_requirements_summary_status" type="lsartypes:calibration_measurement_requirement_summary_status_Type" minOccurs="0"/>
            <xs:element name="support_equipment_unit_under_test_maintenance_plan_number" type="lsartypes:maintenance_plan_number_Type" minOccurs="0"/>
            <xs:element name="support_equipment_unit_under_test_test_requirements_document_number" type="lsartypes:test_requirements_document_number_Type" minOccurs="0"/>
            <xs:element name="support_equipment_unit_under_test_work_package_reference" type="lsartypes:unit_under_test_work_package_reference_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UM_support_equipment_item_unit_under_test_global_delete_data_type">
        <xs:all>
            <xs:element name="support_equipment_unit_under_test_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_unit_under_test_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UN_support_equipment_item_unit_under_test_parameter_group_data_type">
        <xs:all>
            <xs:element name="testing_support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="testing_support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_equipment_unit_under_test_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_unit_under_test_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_equipment_unit_under_test_parameter_group_code" type="lsartypes:parameter_group_code_Type"/>
            <xs:element name="support_equipment_unit_under_test_calibrations_measurement_requirements_summary_parameter_code" type="lsartypes:calibration_measurement_requirement_summary_parameter_code_Type" minOccurs="0"/>
            <xs:element name="support_equipment_unit_under_test_parameter" type="lsartypes:parameter_Type" minOccurs="0"/>
            <xs:element name="support_equipment_unit_under_test_parameter_accuracy" type="lsartypes:parameter_accuracy_Type" minOccurs="0"/>
            <xs:element name="support_equipment_unit_under_test_parameter_input_output_code" type="lsartypes:parameter_input_or_output_code_Type" minOccurs="0"/>
            <xs:element name="support_equipment_unit_under_test_parameter_range_from" type="lsartypes:parameter_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_unit_under_test_parameter_range_to" type="lsartypes:parameter_range_Type" nillable="true" minOccurs="0"/>
            <xs:element name="support_equipment_unit_under_test_parameter_range_value_code" type="lsartypes:parameter_range_or_value_code_Type" minOccurs="0"/>
            <xs:element name="support_equipment_unit_under_test_parameter_test_accuracy_ratio_actual" type="lsartypes:parameter_test_accuracy_ratio_Type" minOccurs="0"/>
            <xs:element name="support_equipment_unit_under_test_parameter_test_accuracy_ratio_desired" type="lsartypes:parameter_test_accuracy_ratio_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UN_support_equipment_item_unit_under_test_parameter_group_global_delete_data_type">
        <xs:all>
            <xs:element name="testing_support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="testing_support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_equipment_unit_under_test_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_unit_under_test_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_equipment_unit_under_test_parameter_group_code" type="lsartypes:parameter_group_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="UN_support_equipment_item_unit_under_test_parameter_group_key_change_data_type">
        <xs:sequence>
            <xs:element name="testing_support_equipment_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="testing_support_equipment_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_equipment_unit_under_test_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="support_equipment_unit_under_test_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="support_equipment_unit_under_test_parameter_group_code" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:parameter_group_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="FA_facility_data_type">
        <xs:all>
            <xs:element name="facility_name" type="lsartypes:facility_name_Type"/>
            <xs:element name="facility_category_code" type="lsartypes:facility_category_code_Type"/>
            <xs:element name="facility_type" type="lsartypes:facility_type_Type"/>
            <xs:element name="construction_unit_of_measure" type="lsartypes:unit_of_measure_Type" minOccurs="0"/>
            <xs:element name="facility_area" type="lsartypes:facility_area_Type" nillable="true" minOccurs="0"/>
            <xs:element name="facility_area_unit_of_measure" type="lsartypes:unit_of_measure_Type" minOccurs="0"/>
            <xs:element name="facility_class" type="lsartypes:facility_class_Type" minOccurs="0"/>
            <xs:element name="facility_construction_unit_of_measure_price" type="lsartypes:price_Type" nillable="true" minOccurs="0"/>
            <xs:element name="facility_construction_unit_of_measure_price_currency_code" type="lsartypes:currency_code_Type" minOccurs="0"/>
            <xs:element name="facility_drawing_classification" type="lsartypes:drawing_classification_Type" minOccurs="0"/>
            <xs:element name="facility_drawing_number" type="lsartypes:drawing_number_Type" minOccurs="0"/>
            <xs:element name="facility_drawing_revision" type="lsartypes:revision_Type" minOccurs="0"/>
            <xs:element name="facility_capability_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="facility_location_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="baseline_facility_maintenance_requirement_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="baseline_facility_requirements_for_operations_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="baseline_facility_requirements_for_training_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="baseline_facility_requirements_special_considerations_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="baseline_facility_requirements_supply_storage_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="new_or_modified_facility_design_criteria_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="new_or_modified_facility_installation_lead_time_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="new_or_modified_facility_task_area_breakdown_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="new_or_modified_facility_utilization_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="new_or_modified_facility_requirements_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="new_or_modified_facility_unit_cost_rationale_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="new_or_modified_facility_justification_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="new_or_modified_facility_type_of_construction_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="new_or_modified_facility_utilities_requirement_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="FA_facility_global_delete_data_type">
        <xs:all>
            <xs:element name="facility_name" type="lsartypes:facility_name_Type"/>
            <xs:element name="facility_category_code" type="lsartypes:facility_category_code_Type"/>
            <xs:element name="facility_type" type="lsartypes:facility_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="FA_facility_key_change_data_type">
        <xs:sequence>
            <xs:element name="facility_name" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:facility_name_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="facility_category_code" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:facility_category_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="facility_type" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:facility_type_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="FE_operations_and_maintenance_task_facility_requirement_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="facility_name" type="lsartypes:facility_name_Type"/>
            <xs:element name="facility_category_code" type="lsartypes:facility_category_code_Type"/>
            <xs:element name="facility_type" type="lsartypes:facility_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="FE_operations_and_maintenance_task_facility_requirement_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="task_code" type="lsartypes:task_code_Type"/>
            <xs:element name="facility_name" type="lsartypes:facility_name_Type"/>
            <xs:element name="facility_category_code" type="lsartypes:facility_category_code_Type"/>
            <xs:element name="facility_type" type="lsartypes:facility_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="FZ_facility_digital_file_data_type">
        <xs:all>
            <xs:element name="facility_name" type="lsartypes:facility_name_Type"/>
            <xs:element name="facility_category_code" type="lsartypes:facility_category_code_Type"/>
            <xs:element name="facility_type" type="lsartypes:facility_type_Type"/>
            <xs:element name="document_id" type="lsartypes:document_id_Type"/>
            <xs:element name="originator_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="issue_number" type="lsartypes:issue_number_Type"/>
            <xs:element name="security_classification" type="lsartypes:security_classification_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="FZ_facility_digital_file_global_delete_data_type">
        <xs:all>
            <xs:element name="facility_name" type="lsartypes:facility_name_Type"/>
            <xs:element name="facility_category_code" type="lsartypes:facility_category_code_Type"/>
            <xs:element name="facility_type" type="lsartypes:facility_type_Type"/>
            <xs:element name="document_id" type="lsartypes:document_id_Type"/>
            <xs:element name="originator_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="issue_number" type="lsartypes:issue_number_Type"/>
            <xs:element name="security_classification" type="lsartypes:security_classification_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="JA_transportation_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="cargo_tiedown_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="delivery_schedule" type="lsartypes:delivery_schedule_Type" minOccurs="0"/>
            <xs:element name="environmental_handling_and_transportation_indicator" type="lsartypes:environmental_handling_and_transportation_indicator_Type" minOccurs="0"/>
            <xs:element name="military_unit_type" type="lsartypes:military_unit_type_Type" minOccurs="0"/>
            <xs:element name="net_explosive_weight" type="lsartypes:net_explosive_weight_Type" nillable="true" minOccurs="0"/>
            <xs:element name="nonoperational_fragility_factor" type="lsartypes:nonoperational_fragility_factor_Type" nillable="true" minOccurs="0"/>
            <xs:element name="proper_shipping_name" type="lsartypes:proper_shipping_name_Type" minOccurs="0"/>
            <xs:element name="revision_date" type="lsartypes:revision_date_Type" nillable="true" minOccurs="0"/>
            <xs:element name="sectionalized_identification" type="lsartypes:sectionalized_identification_Type" nillable="true" minOccurs="0"/>
            <xs:element name="speed" type="lsartypes:speed_Type" nillable="true" minOccurs="0"/>
            <xs:element name="theater_of_operation" type="lsartypes:theater_of_operation_Type" minOccurs="0"/>
            <xs:element name="towing_speed" type="lsartypes:towing_speed_Type" nillable="true" minOccurs="0"/>
            <xs:element name="transportation_contract_number" type="lsartypes:contract_number_Type" minOccurs="0"/>
            <xs:element name="transportation_indicator" type="lsartypes:transportation_indicator_Type" minOccurs="0"/>
            <xs:element name="transportation_shock_vibration_remarks_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="transportation_lifting_and_tiedown_remarks_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="transportation_projection_remarks_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="transportation_regulatory_requirements_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="transportation_remarks_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="transportation_special_service_and_equipment_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="transportation_sectionalized_remarks_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="transportation_transport_to_and_from_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="transportation_environmental_considerations_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="transportation_military_distance_classification_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="transportation_unusual_and_special_requirements_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="transportation_venting_and_protective_clothing_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="transportation_disaster_response_force_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="JA_transportation_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="JB_transportation_shipping_mode_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="transportation_character_mode_type" type="lsartypes:transportation_character_mode_type_Type"/>
            <xs:element name="transportation_character_number" type="lsartypes:transportation_character_number_Type"/>
            <xs:element name="container_length" type="lsartypes:container_length_Type" nillable="true" minOccurs="0"/>
            <xs:element name="container_type" type="lsartypes:container_type_Type" minOccurs="0"/>
            <xs:element name="electrical_grounding_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="external_or_internal_load_indicator" type="lsartypes:external_or_internal_load_indicator_Type" minOccurs="0"/>
            <xs:element name="freight_classification" type="lsartypes:freight_classification_Type" minOccurs="0"/>
            <xs:element name="helicopter_mission_altitude" type="lsartypes:helicopter_mission_altitude_Type" nillable="true" minOccurs="0"/>
            <xs:element name="helicopter_mission_distance" type="lsartypes:helicopter_mission_distance_Type" nillable="true" minOccurs="0"/>
            <xs:element name="helicopter_mission_payload" type="lsartypes:helicopter_mission_payload_Type" nillable="true" minOccurs="0"/>
            <xs:element name="helicopter_mission_temperature" type="lsartypes:helicopter_mission_temperature_Type" nillable="true" minOccurs="0"/>
            <xs:element name="helicopter_mission_time" type="lsartypes:helicopter_mission_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="highway_alternate_model_load" type="lsartypes:highway_model_load_Type" minOccurs="0"/>
            <xs:element name="highway_alternate_model_type" type="lsartypes:highway_transporter_model_type_Type" minOccurs="0"/>
            <xs:element name="highway_prime_model_load" type="lsartypes:highway_model_load_Type" minOccurs="0"/>
            <xs:element name="highway_prime_model_type" type="lsartypes:highway_transporter_model_type_Type" minOccurs="0"/>
            <xs:element name="highway_transportation_type" type="lsartypes:highway_transportation_type_Type" minOccurs="0"/>
            <xs:element name="rail_transportation_country" type="lsartypes:rail_transportation_country_Type" minOccurs="0"/>
            <xs:element name="rail_use" type="lsartypes:rail_use_Type" minOccurs="0"/>
            <xs:element name="sea_deck_stowage" type="lsartypes:sea_deck_stowage_Type" minOccurs="0"/>
            <xs:element name="shipping_configuration" type="lsartypes:shipping_configuration_Type" minOccurs="0"/>
            <xs:element name="transportation_item_designator" type="lsartypes:item_designator_code_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="JB_transportation_shipping_mode_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="transportation_character_mode_type" type="lsartypes:transportation_character_mode_type_Type"/>
            <xs:element name="transportation_character_number" type="lsartypes:transportation_character_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="JB_transportation_shipping_mode_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="transportation_character_mode_type" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:transportation_character_mode_type_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="transportation_character_number" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:transportation_character_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="JC_transported_end_item_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="transported_configuration_number" type="lsartypes:transported_configuration_number_Type"/>
            <xs:element name="mobility_type" type="lsartypes:mobility_type_Type"/>
            <xs:element name="crest_angle" type="lsartypes:crest_angle_Type" nillable="true" minOccurs="0"/>
            <xs:element name="length_front_inside" type="lsartypes:axle_length_Type" nillable="true" minOccurs="0"/>
            <xs:element name="length_front_outside" type="lsartypes:axle_length_Type" nillable="true" minOccurs="0"/>
            <xs:element name="length_rear_inside" type="lsartypes:axle_length_Type" nillable="true" minOccurs="0"/>
            <xs:element name="length_rear_outside" type="lsartypes:axle_length_Type" nillable="true" minOccurs="0"/>
            <xs:element name="military_load_classification_empty" type="lsartypes:military_load_classification_Type" nillable="true" minOccurs="0"/>
            <xs:element name="military_load_classification_loaded" type="lsartypes:military_load_classification_Type" nillable="true" minOccurs="0"/>
            <xs:element name="number_of_skids" type="lsartypes:number_of_skids_Type" nillable="true" minOccurs="0"/>
            <xs:element name="operational_weight_empty" type="lsartypes:operational_weight_Type" nillable="true" minOccurs="0"/>
            <xs:element name="operational_weight_loaded" type="lsartypes:operational_weight_Type" nillable="true" minOccurs="0"/>
            <xs:element name="shipping_weight_loaded" type="lsartypes:shipping_weight_Type" nillable="true" minOccurs="0"/>
            <xs:element name="shipping_weight_empty" type="lsartypes:shipping_weight_Type" nillable="true" minOccurs="0"/>
            <xs:element name="skid_area" type="lsartypes:skid_area_Type" nillable="true" minOccurs="0"/>
            <xs:element name="skid_area_unit_of_measure" type="lsartypes:unit_of_measure_Type" minOccurs="0"/>
            <xs:element name="tracked_ground_pressure" type="lsartypes:tracked_ground_pressure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="tracked_pad_shoe_area" type="lsartypes:tracked_pad_shoe_area_Type" nillable="true" minOccurs="0"/>
            <xs:element name="tracked_pad_shoe_area_unit_of_measure" type="lsartypes:unit_of_measure_Type" minOccurs="0"/>
            <xs:element name="tracked_pads_touching" type="lsartypes:tracked_pads_touching_Type" nillable="true" minOccurs="0"/>
            <xs:element name="tracked_road_wheel_weight" type="lsartypes:weight_Type" nillable="true" minOccurs="0"/>
            <xs:element name="wheeled_inflation_pressure" type="lsartypes:wheeled_inflation_pressure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="wheeled_number_of_plies" type="lsartypes:wheeled_number_of_plies_Type" nillable="true" minOccurs="0"/>
            <xs:element name="wheeled_number_tires" type="lsartypes:wheeled_number_tires_Type" nillable="true" minOccurs="0"/>
            <xs:element name="wheeled_tire_load_ratings" type="lsartypes:wheeled_tire_load_ratings_Type" minOccurs="0"/>
            <xs:element name="wheeled_tire_size" type="lsartypes:wheeled_tire_size_Type" minOccurs="0"/>
            <xs:element name="wheeled_weight_ratings" type="lsartypes:wheeled_weight_ratings_Type" minOccurs="0"/>
            <xs:element name="transported_end_item_wheeled_tire_requirements_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="transported_end_item_skid_remarks_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="transported_end_item_turning_information_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="transported_end_item_wheeled_axle_and_suspension_remarks_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
            <xs:element name="transported_end_item_transported_other_equipment_narrative" type="lsartypes:narrative_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="JC_transported_end_item_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="transported_configuration_number" type="lsartypes:transported_configuration_number_Type"/>
            <xs:element name="mobility_type" type="lsartypes:mobility_type_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="JC_transported_end_item_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="transported_configuration_number" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:transported_configuration_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="mobility_type" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:mobility_type_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="JE_transport_by_fiscal_year_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="transport_fiscal_year" type="lsartypes:fiscal_year_Type"/>
            <xs:element name="first_quarter_procurement_quantity" type="lsartypes:procurement_quantity_Type" nillable="true" minOccurs="0"/>
            <xs:element name="fourth_quarter_procurement_quantity" type="lsartypes:procurement_quantity_Type" nillable="true" minOccurs="0"/>
            <xs:element name="second_quarter_procurement_quantity" type="lsartypes:procurement_quantity_Type" nillable="true" minOccurs="0"/>
            <xs:element name="third_quarter_procurement_quantity" type="lsartypes:procurement_quantity_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="JE_transport_by_fiscal_year_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="transport_fiscal_year" type="lsartypes:fiscal_year_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="JE_transport_by_fiscal_year_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="transport_fiscal_year" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:fiscal_year_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="JG_transportability_digital_file_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="document_id" type="lsartypes:document_id_Type"/>
            <xs:element name="originator_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="issue_number" type="lsartypes:issue_number_Type"/>
            <xs:element name="security_classification" type="lsartypes:security_classification_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="JG_transportability_digital_file_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="document_id" type="lsartypes:document_id_Type"/>
            <xs:element name="originator_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="issue_number" type="lsartypes:issue_number_Type"/>
            <xs:element name="security_classification" type="lsartypes:security_classification_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HA_item_identification_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="acquisition_method_code" type="lsartypes:acquisition_method_code_Type" nillable="true" minOccurs="0"/>
            <xs:element name="acquisition_method_suffix_code" type="lsartypes:acquisition_method_suffix_code_Type" minOccurs="0"/>
            <xs:element name="authorization_stock_list" type="lsartypes:provisioning_list_category_code_list_Type" fixed="J" minOccurs="0"/>
            <xs:element name="automatic_data_processing_equipment_code" type="lsartypes:automatic_data_processing_equipment_code_Type" minOccurs="0"/>
            <xs:element name="common_and_bulk_item_list" type="lsartypes:provisioning_list_category_code_list_Type" fixed="E" minOccurs="0"/>
            <xs:element name="contractor_technical_information_code" type="lsartypes:contractor_technical_information_code_Type" minOccurs="0"/>
            <xs:element name="critical_item_code" type="lsartypes:critical_item_code_Type" minOccurs="0"/>
            <xs:element name="criticality_code" type="lsartypes:criticality_code_Type" minOccurs="0"/>
            <xs:element name="circuit_breaker_type" type="lsartypes:circuit_breaker_type_Type" minOccurs="0"/>
            <xs:element name="defense_logistics_information_service_screening_requirement_code" type="lsartypes:defense_logistics_information_service_screening_requirement_code_Type" minOccurs="0"/>
            <xs:element name="demilitarization_code" type="lsartypes:demilitarization_code_Type" minOccurs="0"/>
            <xs:element name="document_availability_code" type="lsartypes:document_availability_code_Type" minOccurs="0"/>
            <xs:element name="document_identifier_code" type="lsartypes:document_identifier_code_Type" minOccurs="0"/>
            <xs:element name="government_furnished_item_list" type="lsartypes:provisioning_list_category_code_list_Type" fixed="A" minOccurs="0"/>
            <xs:element name="hazardous_code" type="lsartypes:hazardous_code_Type" minOccurs="0"/>
            <xs:element name="hazardous_materials_storage_cost" type="lsartypes:hazardous_materials_storage_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="hazardous_waste_disposal_cost" type="lsartypes:hazardous_waste_disposal_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="hazardous_waste_storage_cost" type="lsartypes:hazardous_waste_storage_cost_Type" nillable="true" minOccurs="0"/>
            <xs:element name="hazardous_waste_cost_currency_code" type="lsartypes:currency_code_Type" nillable="true" minOccurs="0"/>
            <xs:element name="industrial_materials_analysis_of_capacity" type="lsartypes:industrial_materials_analysis_of_capacity_Type" minOccurs="0"/>
            <xs:element name="item_class_of_supply" type="lsartypes:item_class_of_supply_Type" minOccurs="0"/>
            <xs:element name="item_management_code" type="lsartypes:item_management_code_Type" minOccurs="0"/>
            <xs:element name="item_name" type="lsartypes:item_name_Type" minOccurs="0"/>
            <xs:element name="item_name_code" type="lsartypes:item_name_code_Type" minOccurs="0"/>
            <xs:element name="item_subclass" type="lsartypes:item_subclass_Type" minOccurs="0"/>
            <xs:element name="installation_and_checkout_item_list" type="lsartypes:provisioning_list_category_code_list_Type" fixed="H" minOccurs="0"/>
            <xs:element name="interim_released_item_list" type="lsartypes:provisioning_list_category_code_list_Type" fixed="G" minOccurs="0"/>
            <xs:element name="interim_support_item_list" type="lsartypes:provisioning_list_category_code_list_Type" fixed="B" minOccurs="0"/>
            <xs:element name="long_lead_time_item_list" type="lsartypes:provisioning_list_category_code_list_Type" fixed="C" minOccurs="0"/>
            <xs:element name="line_item_number" type="lsartypes:line_item_number_Type" minOccurs="0"/>
            <xs:element name="material" type="lsartypes:material_Type" minOccurs="0"/>
            <xs:element name="material_leadtime" type="lsartypes:material_leadtime_Type" nillable="true" minOccurs="0"/>
            <xs:element name="material_weight" type="lsartypes:material_weight_Type" nillable="true" minOccurs="0"/>
            <xs:element name="national_stock_number_activity_code" type="lsartypes:national_stock_number_activity_code_Type" minOccurs="0"/>
            <xs:element name="national_stock_number_cognizance_code" type="lsartypes:national_stock_number_cognizance_code_Type" minOccurs="0"/>
            <xs:element name="national_stock_number_federal_supply_classification" type="lsartypes:federal_supply_classification_Type" nillable="true" minOccurs="0"/>
            <xs:element name="national_stock_number_materiel_control_code" type="lsartypes:national_stock_number_materiel_control_code_Type" minOccurs="0"/>
            <xs:element name="national_stock_number_national_item_identification_number" type="lsartypes:national_item_identification_number_Type" nillable="true" minOccurs="0"/>
            <xs:element name="national_stock_number_special_materiel_identification_code_materiel_management_aggregation_code" type="lsartypes:national_stock_number_special_materiel_identification_code_materiel_management_aggregation_code_Type" minOccurs="0"/>
            <xs:element name="physical_security_pilferage_code" type="lsartypes:physical_security_pilferage_code_Type" minOccurs="0"/>
            <xs:element name="precious_metal_indicator_code" type="lsartypes:precious_metal_indicator_code_Type" minOccurs="0"/>
            <xs:element name="prescribed_load_list_item_list" type="lsartypes:provisioning_list_category_code_list_Type" fixed="L" minOccurs="0"/>
            <xs:element name="production_lead_time" type="lsartypes:production_lead_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="program_parts_selection_list" type="lsartypes:program_parts_selection_list_Type" minOccurs="0"/>
            <xs:element name="recommended_buy_list_item_list" type="lsartypes:provisioning_list_category_code_list_Type" fixed="K" minOccurs="0"/>
            <xs:element name="reference_number_category_code" type="lsartypes:reference_number_category_code_Type" minOccurs="0"/>
            <xs:element name="reference_number_variation_code" type="lsartypes:reference_number_variation_code_Type" nillable="true" minOccurs="0"/>
            <xs:element name="repairable_items_list" type="lsartypes:provisioning_list_category_code_list_Type" fixed="F" minOccurs="0"/>
            <xs:element name="schedule_b_export_code" type="lsartypes:schedule_b_export_code_Type" minOccurs="0"/>
            <xs:element name="shelf_life" type="lsartypes:shelf_life_Type" minOccurs="0"/>
            <xs:element name="shelf_life_action_code" type="lsartypes:shelf_life_action_code_Type" minOccurs="0"/>
            <xs:element name="spares_acquisition_integrated_with_production" type="lsartypes:spares_acquisition_integrated_with_production_Type" minOccurs="0"/>
            <xs:element name="special_maintenance_item_code" type="lsartypes:special_maintenance_item_code_Type" minOccurs="0"/>
            <xs:element name="special_material_content_code" type="lsartypes:special_material_content_code_Type" minOccurs="0"/>
            <xs:element name="system_support_package_component_list" type="lsartypes:provisioning_list_category_code_list_Type" fixed="M" minOccurs="0"/>
            <xs:element name="tools_and_test_equipment_list" type="lsartypes:provisioning_list_category_code_list_Type" fixed="D" minOccurs="0"/>
            <xs:element name="unit_of_issue" type="lsartypes:unit_of_issue_Type" minOccurs="0"/>
            <xs:element name="unit_of_issue_conversion_factor" type="lsartypes:unit_of_issue_conversion_factor_Type" nillable="true" minOccurs="0"/>
            <xs:element name="unit_of_measure" type="lsartypes:unit_of_measure_Type" minOccurs="0"/>
            <xs:element name="unit_size_height" type="lsartypes:linear_measure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="unit_size_length" type="lsartypes:linear_measure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="unit_size_width" type="lsartypes:linear_measure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="unit_weight" type="lsartypes:unit_weight_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HA_item_identification_global_delete_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HA_item_identification_key_change_data_type">
        <xs:sequence>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:reference_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="HB_additional_reference_number_data_type">
        <xs:all>
            <xs:element name="additional_reference_number_item_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="additional_reference_number_item_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="additional_reference_number_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="additional_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="additional_reference_number_reference_number_category_code" type="lsartypes:reference_number_category_code_Type" minOccurs="0"/>
            <xs:element name="additional_reference_number_reference_number_variation_code" type="lsartypes:reference_number_variation_code_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HB_additional_reference_number_global_delete_data_type">
        <xs:all>
            <xs:element name="additional_reference_number_item_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="additional_reference_number_item_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="additional_reference_number_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="additional_reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HB_additional_reference_number_key_change_data_type">
        <xs:sequence>
            <xs:element name="additional_reference_number_item_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="additional_reference_number_item_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="additional_reference_number_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="additional_reference_number" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:reference_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="HBA_additional_national_stock_number_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="national_stock_number_federal_supply_classification" type="lsartypes:federal_supply_classification_Type"/>
            <xs:element name="national_stock_number_national_item_identification_number" type="lsartypes:national_item_identification_number_Type"/>
            <xs:element name="national_stock_number_activity_code" type="lsartypes:national_stock_number_activity_code_Type" minOccurs="0"/>
            <xs:element name="national_stock_number_cognizance_code" type="lsartypes:national_stock_number_cognizance_code_Type" minOccurs="0"/>
            <xs:element name="national_stock_number_materiel_control_code" type="lsartypes:national_stock_number_materiel_control_code_Type" minOccurs="0"/>
            <xs:element name="national_stock_number_special_materiel_identification_code_materiel_management_aggregation_code" type="lsartypes:national_stock_number_special_materiel_identification_code_materiel_management_aggregation_code_Type" minOccurs="0"/>
            <xs:element name="national_stock_number_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type" minOccurs="0"/>
            <xs:element name="national_stock_number_reference_number" type="lsartypes:reference_number_Type" minOccurs="0"/>
            <xs:element name="national_stock_number_reference_number_variation_code" type="lsartypes:reference_number_variation_code_Type" minOccurs="0"/>
            <xs:element name="national_stock_number_reference_number_category_code" type="lsartypes:reference_number_category_code_Type" minOccurs="0"/>
            <xs:element name="justification" type="lsartypes:narrative_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HBA_additional_national_stock_number_global_delete_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="national_stock_number_federal_supply_classification" type="lsartypes:federal_supply_classification_Type"/>
            <xs:element name="national_stock_number_national_item_identification_number" type="lsartypes:national_item_identification_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HBA_additional_national_stock_number_key_change_data_type">
        <xs:sequence>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="national_stock_number_federal_supply_classification" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:federal_supply_classification_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="national_stock_number_national_item_identification_number" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:national_item_identification_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="HC_contractor_technical_information_code_data_type">
        <xs:all>
            <xs:element name="item_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="item_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="contractor_technical_information_code_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HC_contractor_technical_information_code_global_delete_data_type">
        <xs:all>
            <xs:element name="item_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="item_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="contractor_technical_information_code_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HD_unit_price_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="price_type_selection" type="lsartypes:price_type_selection_Type"/>
            <xs:element name="unit_price" type="lsartypes:price_Type"/>
            <xs:element name="price_concurrent_production_code" type="lsartypes:price_concurrent_production_code_Type" minOccurs="0"/>
            <xs:element name="price_fiscal_year" type="lsartypes:fiscal_year_Type" nillable="true" minOccurs="0"/>
            <xs:element name="price_lot_quantity_from" type="lsartypes:lot_quantity_Type" nillable="true" minOccurs="0"/>
            <xs:element name="price_lot_quantity_to" type="lsartypes:lot_quantity_Type" nillable="true" minOccurs="0"/>
            <xs:element name="price_provisioning" type="lsartypes:provisioning_price_used_code_Type" minOccurs="0"/>
            <xs:element name="price_type_of_price_code" type="lsartypes:type_of_price_code_Type" minOccurs="0"/>
            <xs:element name="currency_code" type="lsartypes:currency_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HD_unit_price_global_delete_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="price_type_selection" type="lsartypes:price_type_selection_Type"/>
            <xs:element name="unit_price" type="lsartypes:price_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HD_unit_price_key_change_data_type">
        <xs:sequence>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="price_type_selection" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:price_type_selection_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="unit_price" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:price_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="HF_item_packaging_requirement_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="cleaning_and_drying_procedures" type="lsartypes:cleaning_and_drying_procedures_Type" minOccurs="0"/>
            <xs:element name="container_national_stock_number" type="lsartypes:container_national_stock_number_Type" minOccurs="0"/>
            <xs:element name="cushioning_and_dunnage_material" type="lsartypes:cushioning_and_dunnage_material_Type" minOccurs="0"/>
            <xs:element name="cushioning_thickness" type="lsartypes:cushioning_thickness_Type" minOccurs="0"/>
            <xs:element name="intermediate_container_code" type="lsartypes:intermediate_container_code_Type" minOccurs="0"/>
            <xs:element name="intermediate_container_quantity" type="lsartypes:intermediate_container_quantity_Type" minOccurs="0"/>
            <xs:element name="maximum_unit_pack_cube" type="lsartypes:maximum_unit_pack_cube_Type" nillable="true" minOccurs="0"/>
            <xs:element name="maximum_unit_pack_depth" type="lsartypes:linear_measure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="maximum_unit_pack_length" type="lsartypes:linear_measure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="maximum_unit_pack_weight" type="lsartypes:maximum_unit_pack_weight_Type" minOccurs="0"/>
            <xs:element name="maximum_unit_pack_width" type="lsartypes:linear_measure_Type" nillable="true" minOccurs="0"/>
            <xs:element name="method_of_preservation_code" type="lsartypes:method_of_preservation_code_Type" minOccurs="0"/>
            <xs:element name="military_packing_code" type="lsartypes:military_packing_code_Type" minOccurs="0"/>
            <xs:element name="minimal_packing_code" type="lsartypes:minimal_packing_code_Type" minOccurs="0"/>
            <xs:element name="optional_procedures_indicator" type="lsartypes:optional_procedures_indicator_Type" minOccurs="0"/>
            <xs:element name="packaging_category_code" type="lsartypes:packaging_category_code_Type" minOccurs="0"/>
            <xs:element name="packaging_data_preparer_commercial_and_government_entity" type="lsartypes:commercial_and_government_entity_code_Type" minOccurs="0"/>
            <xs:element name="preservation_material_code" type="lsartypes:preservation_material_code_Type" minOccurs="0"/>
            <xs:element name="quantity_per_unit_pack" type="lsartypes:quantity_per_unit_pack_Type" minOccurs="0"/>
            <xs:element name="special_marking_code" type="lsartypes:special_marking_code_Type" minOccurs="0"/>
            <xs:element name="special_packaging_instruction_number" type="lsartypes:special_packaging_instruction_number_Type" minOccurs="0"/>
            <xs:element name="special_packaging_instruction_number_julian_date" type="lsartypes:julian_date_Type" nillable="true" minOccurs="0"/>
            <xs:element name="special_packaging_instruction_number_revision" type="lsartypes:special_packaging_instruction_number_revision_Type" minOccurs="0"/>
            <xs:element name="supplemental_packaging_data" type="lsartypes:supplemental_packaging_data_Type" minOccurs="0"/>
            <xs:element name="unit_container_code" type="lsartypes:unit_container_code_Type" minOccurs="0"/>
            <xs:element name="unit_container_level" type="lsartypes:unit_container_level_Type" minOccurs="0"/>
            <xs:element name="wrapping_material" type="lsartypes:wrapping_material_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HF_item_packaging_requirement_global_delete_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HG_part_application_provisioning_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="allowance_item_code" type="lsartypes:allowance_item_code_Type" minOccurs="0"/>
            <xs:element name="allowance_item_quantity" type="lsartypes:allowance_item_quantity_Type" nillable="true" minOccurs="0"/>
            <xs:element name="as_required_list_a_provisioning_technical_documentation" type="lsartypes:provisioning_technical_documentation_Type" minOccurs="0"/>
            <xs:element name="as_required_list_b_provisioning_technical_documentation" type="lsartypes:provisioning_technical_documentation_Type" minOccurs="0"/>
            <xs:element name="common_and_bulk_items_list_provisioning_technical_documentation" type="lsartypes:provisioning_technical_documentation_Type" minOccurs="0"/>
            <xs:element name="condemned_at_depot_maintenance_task_distribution" type="lsartypes:maintenance_task_distribution_Type" nillable="true" minOccurs="0"/>
            <xs:element name="condemned_below_depot_maintenance_task_distribution" type="lsartypes:maintenance_task_distribution_Type" nillable="true" minOccurs="0"/>
            <xs:element name="contractor_repair_cycle_time" type="lsartypes:repair_cycle_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="data_status_code" type="lsartypes:data_status_code_Type" minOccurs="0"/>
            <xs:element name="depot_shipyard_maintenance_task_distribution" type="lsartypes:maintenance_task_distribution_Type" nillable="true" minOccurs="0"/>
            <xs:element name="depot_shipyard_repair_cycle_time" type="lsartypes:repair_cycle_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="depot_shipyard_replacement_task_distribution" type="lsartypes:replacement_task_distribution_Type" minOccurs="0"/>
            <xs:element name="designated_rework_point_one" type="lsartypes:designated_rework_point_Type" minOccurs="0"/>
            <xs:element name="designated_rework_point_two" type="lsartypes:designated_rework_point_Type" minOccurs="0"/>
            <xs:element name="essentiality_code" type="lsartypes:essentiality_code_Type" minOccurs="0"/>
            <xs:element name="hardness_critical_item" type="lsartypes:hardness_critical_item_Type" minOccurs="0"/>
            <xs:element name="identification_number" type="lsartypes:identification_number_Type" minOccurs="0"/>
            <xs:element name="indenture_code" type="lsartypes:indenture_code_Type" minOccurs="0"/>
            <xs:element name="interim_support_items_list_provisioning_technical_documentation" type="lsartypes:provisioning_technical_documentation_Type" minOccurs="0"/>
            <xs:element name="intermediate_direct_support_maintenance_task_distribution" type="lsartypes:maintenance_task_distribution_Type" nillable="true" minOccurs="0"/>
            <xs:element name="intermediate_direct_support_repair_cycle_time" type="lsartypes:repair_cycle_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="intermediate_direct_support_replacement_task_distribution" type="lsartypes:replacement_task_distribution_Type" minOccurs="0"/>
            <xs:element name="intermediate_general_support_maintenance_task_distribution" type="lsartypes:maintenance_task_distribution_Type" nillable="true" minOccurs="0"/>
            <xs:element name="intermediate_general_support_repair_cycle_time" type="lsartypes:repair_cycle_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="intermediate_general_support_replacement_task_distribution" type="lsartypes:replacement_task_distribution_Type" minOccurs="0"/>
            <xs:element name="item_category_code" type="lsartypes:item_category_code_Type" minOccurs="0"/>
            <xs:element name="line_replaceable_unit" type="lsartypes:line_replaceable_unit_Type" minOccurs="0"/>
            <xs:element name="long_lead_time_items_list_provisioning_technical_documentation" type="lsartypes:provisioning_technical_documentation_Type" minOccurs="0"/>
            <xs:element name="maintenance_action_code" type="lsartypes:maintenance_action_code_Type" minOccurs="0"/>
            <xs:element name="maintenance_replacement_rate_i" type="lsartypes:maintenance_replacement_rate_i_Type" nillable="true" minOccurs="0"/>
            <xs:element name="maintenance_replacement_rate_ii" type="lsartypes:maintenance_replacement_rate_ii_Type" nillable="true" minOccurs="0"/>
            <xs:element name="maintenance_replacement_rate_modifier" type="lsartypes:maintenance_replacement_rate_modifier_Type" minOccurs="0"/>
            <xs:element name="maximum_allowable_operating_time" type="lsartypes:maximum_allowable_operating_time_Type" minOccurs="0"/>
            <xs:element name="minimum_replacement_unit" type="lsartypes:minimum_replacement_unit_Type" nillable="true" minOccurs="0"/>
            <xs:element name="not_repairable_this_station" type="lsartypes:not_repairable_this_station_Type" nillable="true" minOccurs="0"/>
            <xs:element name="organizational_repair_cycle_time" type="lsartypes:repair_cycle_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="organizational_maintenance_task_distribution" type="lsartypes:maintenance_task_distribution_Type" nillable="true" minOccurs="0"/>
            <xs:element name="organizational_replacement_task_distribution" type="lsartypes:replacement_task_distribution_Type" minOccurs="0"/>
            <xs:element name="post_conference_list_provisioning_technical_documentation" type="lsartypes:provisioning_technical_documentation_Type" minOccurs="0"/>
            <xs:element name="prior_item_provisioning_list_item_sequence_number" type="lsartypes:provisioning_list_item_sequence_number_Type" minOccurs="0"/>
            <xs:element name="provisioning_list_item_sequence_number" type="lsartypes:provisioning_list_item_sequence_number_Type" minOccurs="0"/>
            <xs:element name="provisioning_parts_list_provisioning_technical_documentation" type="lsartypes:provisioning_technical_documentation_Type" minOccurs="0"/>
            <xs:element name="provisioning_remarks" type="lsartypes:provisioning_remarks_Type" minOccurs="0"/>
            <xs:element name="provisioning_system_identifier_code" type="lsartypes:provisioning_system_identifier_code_Type" minOccurs="0"/>
            <xs:element name="quantity_per_assembly" type="lsartypes:quantity_per_assembly_Type" minOccurs="0"/>
            <xs:element name="quantity_per_end_item" type="lsartypes:quantity_per_end_item_Type" minOccurs="0"/>
            <xs:element name="recommended_initial_system_stock_buy" type="lsartypes:recommended_initial_system_stock_buy_Type" nillable="true" minOccurs="0"/>
            <xs:element name="recommended_minimum_system_stock_level" type="lsartypes:recommended_minimum_system_stock_level_Type" nillable="true" minOccurs="0"/>
            <xs:element name="recommended_tender_load_list_quantity" type="lsartypes:recommended_tender_load_list_quantity_Type" nillable="true" minOccurs="0"/>
            <xs:element name="remain_in_place_indicator" type="lsartypes:remain_in_place_indicator_Type" minOccurs="0"/>
            <xs:element name="repair_survival_rate" type="lsartypes:repair_survival_rate_Type" nillable="true" minOccurs="0"/>
            <xs:element name="repairable_items_list_provisioning_technical_documentation" type="lsartypes:provisioning_technical_documentation_Type" minOccurs="0"/>
            <xs:element name="same_as_provisioning_list_item_sequence_number" type="lsartypes:provisioning_list_item_sequence_number_Type" minOccurs="0"/>
            <xs:element name="short_form_provisioning_parts_list_provisioning_technical_documentation" type="lsartypes:provisioning_technical_documentation_Type" minOccurs="0"/>
            <xs:element name="source_maintenance_and_recoverability_code" type="lsartypes:source_maintenance_recoverability_code_Type" minOccurs="0"/>
            <xs:element name="special_repair_activity_maintenance_task_distribution" type="lsartypes:maintenance_task_distribution_Type" nillable="true" minOccurs="0"/>
            <xs:element name="special_repair_activity_repair_cycle_time" type="lsartypes:repair_cycle_time_Type" nillable="true" minOccurs="0"/>
            <xs:element name="special_repair_activity_replacement_task_distribution" type="lsartypes:replacement_task_distribution_Type" minOccurs="0"/>
            <xs:element name="supression_indicator" type="lsartypes:supression_indicator_Type" minOccurs="0"/>
            <xs:element name="system_configuration_provisioning_parts_list_provisioning_technical_documentation" type="lsartypes:provisioning_technical_documentation_Type" minOccurs="0"/>
            <xs:element name="tool_and_test_equipment_list_provisioning_technical_documentation" type="lsartypes:provisioning_technical_documentation_Type" minOccurs="0"/>
            <xs:element name="total_quantity_recommended" type="lsartypes:total_quantity_recommended_Type" nillable="true" minOccurs="0"/>
            <xs:element name="type_of_change_code" type="lsartypes:type_of_change_code_Type" minOccurs="0"/>
            <xs:element name="work_unit_code" type="lsartypes:work_unit_code_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HG_part_application_provisioning_global_delete_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="type_of_change_code" type="lsartypes:type_of_change_code_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HGA_circuit_breaker_part_application_identifier_data_type">
        <xs:all>
            <xs:element name="circuit_breaker_end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="circuit_breaker_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="circuit_breaker_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="circuit_breaker_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="circuit_breaker_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="circuit_breaker_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="circuit_breaker_identification_code" type="lsartypes:circuit_breaker_identification_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HGA_circuit_breaker_part_application_identifier_global_delete_data_type">
        <xs:all>
            <xs:element name="circuit_breaker_end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="circuit_breaker_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="circuit_breaker_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="circuit_breaker_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="circuit_breaker_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="circuit_breaker_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="circuit_breaker_identification_code" type="lsartypes:circuit_breaker_identification_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HGA_circuit_breaker_part_application_identifier_key_change_data_type">
        <xs:sequence>
            <xs:element name="circuit_breaker_end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="circuit_breaker_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="circuit_breaker_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="circuit_breaker_logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="circuit_breaker_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="circuit_breaker_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="circuit_breaker_identification_code" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:circuit_breaker_identification_code_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="HH_overhaul_kit_next_higher_assembly_provisioning_list_item_sequence_number_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="next_higher_assembly_provisioning_list_item_sequence_number" type="lsartypes:provisioning_list_item_sequence_number_Type"/>
            <xs:element name="next_higher_assembly_provisioning_list_item_sequence_number_indicator" type="lsartypes:next_higher_assembly_provisioning_list_item_sequence_number_indicator_Type" minOccurs="0"/>
            <xs:element name="overhaul_replacement_rate_quantity" type="lsartypes:overhaul_replacement_rate_quantity_Type" minOccurs="0"/>
            <xs:element name="overhaul_replacement_indicator" type="lsartypes:overhaul_replacement_indicator_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HH_overhaul_kit_next_higher_assembly_provisioning_list_item_sequence_number_global_delete_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="next_higher_assembly_provisioning_list_item_sequence_number" type="lsartypes:provisioning_list_item_sequence_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HH_overhaul_kit_next_higher_assembly_provisioning_list_item_sequence_number_key_change_data_type">
        <xs:sequence>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="next_higher_assembly_provisioning_list_item_sequence_number" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:provisioning_list_item_sequence_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="HJ_provisioning_reference_designation_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="reference_designation" type="lsartypes:reference_designation_Type"/>
            <xs:element name="reference_designation_code" type="lsartypes:reference_designation_code_Type" minOccurs="0"/>
            <xs:element name="technical_manual_code" type="lsartypes:technical_manual_code_Type" minOccurs="0"/>
            <xs:element name="figure_number" type="lsartypes:figure_number_Type" minOccurs="0"/>
            <xs:element name="item_number" type="lsartypes:item_number_Type" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HJ_provisioning_reference_designation_global_delete_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="reference_designation" type="lsartypes:reference_designation_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HJ_provisioning_reference_designation_key_change_data_type">
        <xs:sequence>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="reference_designation" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:reference_designation_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="HK_parts_manual_description_data_type">
        <xs:all>
            <xs:element name="figure_number" type="lsartypes:figure_number_Type"/>
            <xs:element name="item_number" type="lsartypes:item_number_Type"/>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="technical_manual_code" type="lsartypes:technical_manual_code_Type"/>
            <xs:element name="parts_manual_provisioning_nomenclature" type="lsartypes:provisioning_nomenclature_Type" minOccurs="0"/>
            <xs:element name="quantity_per_figure" type="lsartypes:quantity_per_figure_Type" minOccurs="0"/>
            <xs:element name="technical_manual_change_number" type="lsartypes:technical_manual_change_number_Type" nillable="true" minOccurs="0"/>
            <xs:element name="technical_manual_functional_group_code" type="lsartypes:technical_manual_functional_group_code_Type" minOccurs="0"/>
            <xs:element name="technical_manual_indenture_code" type="lsartypes:technical_manual_indenture_code_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HK_parts_manual_description_global_delete_data_type">
        <xs:all>
            <xs:element name="figure_number" type="lsartypes:figure_number_Type"/>
            <xs:element name="item_number" type="lsartypes:item_number_Type"/>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="technical_manual_code" type="lsartypes:technical_manual_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HK_parts_manual_description_key_change_data_type">
        <xs:sequence>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="technical_manual_code" type="lsartypes:technical_manual_code_Type"/>
            <xs:element name="figure_number" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:figure_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="item_number" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:item_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="HM_item_basis_of_issue_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="control" type="lsartypes:control_Type"/>
            <xs:element name="end_item_range" type="lsartypes:end_item_range_Type" minOccurs="0"/>
            <xs:element name="organizational_level" type="lsartypes:organizational_level_Type" minOccurs="0"/>
            <xs:element name="authorized_quantity" type="lsartypes:authorized_quantity_Type" nillable="true"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HM_item_basis_of_issue_global_delete_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="control" type="lsartypes:control_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HM_item_basis_of_issue_key_change_data_type">
        <xs:sequence>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="control" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:control_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="HN_provisioning_serial_number_usable_on_code_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="serial_number_provisioning_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="serial_number_provisioning_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="serial_number_provisioning_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="serial_number_provisioning_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="serial_number_provisioning_system_end_item_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="serial_number_provisioning_system_end_item_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="serial_number_provisioning_serial_number_from" type="lsartypes:serial_number_effectivity_Type"/>
            <xs:element name="serial_number_provisioning_serial_number_to" type="lsartypes:serial_number_effectivity_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HN_provisioning_serial_number_usable_on_code_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="serial_number_provisioning_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="serial_number_provisioning_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="serial_number_provisioning_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="serial_number_provisioning_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="serial_number_provisioning_system_end_item_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="serial_number_provisioning_system_end_item_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="serial_number_provisioning_serial_number_from" type="lsartypes:serial_number_effectivity_Type"/>
            <xs:element name="serial_number_provisioning_serial_number_to" type="lsartypes:serial_number_effectivity_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HO_provisioning_system_end_item_usable_on_code_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="usable_on_code_provisioning_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="usable_on_code_provisioning_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="usable_on_code_provisioning_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="usable_on_code_provisioning_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="usable_on_code_provisioning_system_end_item_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="usable_on_code_provisioning_system_end_item_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HO_provisioning_system_end_item_usable_on_code_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="usable_on_code_provisioning_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="usable_on_code_provisioning_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="usable_on_code_provisioning_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="usable_on_code_provisioning_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="usable_on_code_provisioning_system_end_item_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="usable_on_code_provisioning_system_end_item_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HP_design_change_information_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="change_authority_number" type="lsartypes:change_authority_number_Type"/>
            <xs:element name="interchangeability_code" type="lsartypes:interchangeability_code_Type" minOccurs="0"/>
            <xs:element name="prorated_exhibit_line_item_number" type="lsartypes:prorated_exhibit_line_item_number_Type" minOccurs="0"/>
            <xs:element name="prorated_quantity" type="lsartypes:prorated_quantity_Type" nillable="true" minOccurs="0"/>
            <xs:element name="quantity_procured" type="lsartypes:quantity_procured_Type" nillable="true" minOccurs="0"/>
            <xs:element name="quantity_shipped" type="lsartypes:quantity_shipped_Type" nillable="true" minOccurs="0"/>
            <xs:element name="replaced_or_superseding_provisioning_list_item_sequence_number" type="lsartypes:replaced_or_superseding_provisioning_list_item_sequence_number_Type" minOccurs="0"/>
            <xs:element name="replaced_or_superseding_provisioning_list_item_sequence_number_Indicator" type="lsartypes:replaced_or_superseding_provisioning_list_item_sequence_number_indicator_Type" minOccurs="0"/>
            <xs:element name="total_item_changes" type="lsartypes:total_item_changes_Type" nillable="true" minOccurs="0"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HP_design_change_information_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="change_authority_number" type="lsartypes:change_authority_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HP_design_change_information_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="change_authority_number" minOccurs="2" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:change_authority_number_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="HQ_serial_number_effectivity_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="change_authority_number" type="lsartypes:change_authority_number_Type"/>
            <xs:element name="from_serial_number_effectivity" type="lsartypes:serial_number_effectivity_Type"/>
            <xs:element name="to_serial_number_effectivity" type="lsartypes:serial_number_effectivity_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HQ_serial_number_effectivity_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="change_authority_number" type="lsartypes:change_authority_number_Type"/>
            <xs:element name="from_serial_number_effectivity" type="lsartypes:serial_number_effectivity_Type"/>
            <xs:element name="to_serial_number_effectivity" type="lsartypes:serial_number_effectivity_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HQ_serial_number_effectivity_key_change_data_type">
        <xs:sequence>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="change_authority_number" type="lsartypes:change_authority_number_Type"/>
            <xs:element name="from_serial_number_effectivity" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:serial_number_effectivity_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="to_serial_number_effectivity" maxOccurs="2">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="lsartypes:serial_number_effectivity_Type">
                            <xs:attribute ref="geia:role" use="required"/>
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="HR_design_change_usable_on_code_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="usable_on_code_provisioning_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="usable_on_code_provisioning_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="usable_on_code_provisioning_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="usable_on_code_provisioning_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="usable_on_code_provisioning_system_end_item_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="usable_on_code_provisioning_system_end_item_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="change_authority_number" type="lsartypes:change_authority_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HR_design_change_usable_on_code_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="usable_on_code_provisioning_commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="usable_on_code_provisioning_reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="usable_on_code_provisioning_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="usable_on_code_provisioning_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="usable_on_code_provisioning_system_end_item_logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="usable_on_code_provisioning_system_end_item_alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="change_authority_number" type="lsartypes:change_authority_number_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HX_design_change_digital_file_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="change_authority_number" type="lsartypes:change_authority_number_Type"/>
            <xs:element name="document_id" type="lsartypes:document_id_Type"/>
            <xs:element name="originator_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="issue_number" type="lsartypes:issue_number_Type"/>
            <xs:element name="security_classification" type="lsartypes:security_classification_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HX_design_change_digital_file_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="change_authority_number" type="lsartypes:change_authority_number_Type"/>
            <xs:element name="document_id" type="lsartypes:document_id_Type"/>
            <xs:element name="originator_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="issue_number" type="lsartypes:issue_number_Type"/>
            <xs:element name="security_classification" type="lsartypes:security_classification_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HY_part_application_identification_digital_file_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="document_id" type="lsartypes:document_id_Type"/>
            <xs:element name="originator_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="issue_number" type="lsartypes:issue_number_Type"/>
            <xs:element name="security_classification" type="lsartypes:security_classification_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HY_part_application_identification_digital_file_global_delete_data_type">
        <xs:all>
            <xs:element name="end_item_acronym_code" type="lsartypes:end_item_acronym_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number" type="lsartypes:logistics_support_analysis_control_number_Type"/>
            <xs:element name="alternate_logistics_support_analysis_control_number_code" type="lsartypes:alternate_logistics_support_analysis_control_number_code_Type"/>
            <xs:element name="logistics_support_analysis_control_number_type" type="lsartypes:logistics_support_analysis_control_number_type_Type"/>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="document_id" type="lsartypes:document_id_Type"/>
            <xs:element name="originator_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="issue_number" type="lsartypes:issue_number_Type"/>
            <xs:element name="security_classification" type="lsartypes:security_classification_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HZ_cage_reference_number_digital_file_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="document_id" type="lsartypes:document_id_Type"/>
            <xs:element name="originator_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="issue_number" type="lsartypes:issue_number_Type"/>
            <xs:element name="security_classification" type="lsartypes:security_classification_Type"/>
        </xs:all>
    </xs:complexType>
    <xs:complexType name="HZ_cage_reference_number_digital_file_global_delete_data_type">
        <xs:all>
            <xs:element name="commercial_and_government_entity_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="reference_number" type="lsartypes:reference_number_Type"/>
            <xs:element name="document_id" type="lsartypes:document_id_Type"/>
            <xs:element name="originator_code" type="lsartypes:commercial_and_government_entity_code_Type"/>
            <xs:element name="issue_number" type="lsartypes:issue_number_Type"/>
            <xs:element name="security_classification" type="lsartypes:security_classification_Type"/>
        </xs:all>
    </xs:complexType>
    <!-- GEIA-STD-007 change file -->
    <xs:complexType name="GEIA-STD-0007_change_file_type">
        <xs:sequence>
            <xs:element name="GEIA-STD-0007_global_delete" type="geia:GEIA-STD-0007_global_delete_type" minOccurs="0"/>
            <xs:element name="GEIA-STD-0007_key_field_change" type="geia:GEIA-STD-0007_key_field_change_type" minOccurs="0"/>
            <xs:element name="GEIA-STD-0007_element_change" type="geia:GEIA-STD-0007_add_type" minOccurs="0"/>
            <xs:element name="GEIA-STD-0007_add" type="geia:GEIA-STD-0007_add_type" minOccurs="0"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="GEIA-STD-0007_global_delete_type">
        <xs:sequence>
            <xs:element name="XA_end_item_acronym_code_data" type="geia:XA_end_item_acronym_code_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XB_logistics_support_analysis_control_number_indentured_item_data" type="geia:XB_logistics_support_analysis_control_number_indentured_item_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XC_system_end_item_data" type="geia:XC_system_end_item_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XD_system_end_item_serial_number_data" type="geia:XD_system_end_item_serial_number_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XE_logistics_support_analysis_control_number_to_serial_number_usable_on_code_data" type="geia:XE_logistics_support_analysis_control_number_to_serial_number_usable_on_code_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XF_logistics_support_analysis_control_number_to_system_end_item_usable_on_code_data" type="geia:XF_logistics_support_analysis_control_number_to_system_end_item_usable_on_code_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XG_functional_physical_logistics_support_analysis_control_number_mapping_data" type="geia:XG_functional_physical_logistics_support_analysis_control_number_mapping_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XH_commercial_and_government_entity_data" type="geia:XH_commercial_and_government_entity_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XI_technical_manual_code_and_number_index_data" type="geia:XI_technical_manual_code_and_number_index_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XT_digital_file_data" type="geia:XT_digital_file_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XZ_logistics_support_analysis_control_number_digital_file_data" type="geia:XZ_logistics_support_analysis_control_number_digital_file_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="GA_skill_specialty_data" type="geia:GA_skill_specialty_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="GB_new_or_modified_skill_data" type="geia:GB_new_or_modified_skill_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="GD_skill_aptitude_data" type="geia:GD_skill_aptitude_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AA_operations_and_maintenance_requirements_data" type="geia:AA_operations_and_maintenance_requirements_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AB_war_peace_operations_and_maintenance_requirement_data" type="geia:AB_war_peace_operations_and_maintenance_requirement_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AC_maintenance_level_requirement_data" type="geia:AC_maintenance_level_requirement_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AD_organizational_level_requirement_data" type="geia:AD_organizational_level_requirement_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AE_skill_operations_and_maintenance_requirement_data" type="geia:AE_skill_operations_and_maintenance_requirement_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AG_reliability_requirement_data" type="geia:AG_reliability_requirement_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AH_interoperability_requirement_data" type="geia:AH_interoperability_requirement_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AI_modeling_data" type="geia:AI_modeling_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AJ_operations_and_maintenance_shipping_requirements_data" type="geia:AJ_operations_and_maintenance_shipping_requirements_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AK_system_end_item_narrative_data" type="geia:AK_system_end_item_narrative_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HA_item_identification_data" type="geia:HA_item_identification_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HB_additional_reference_number_data" type="geia:HB_additional_reference_number_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HBA_additional_national_stock_number_data" type="geia:HBA_additional_national_stock_number_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HC_contractor_technical_information_code_data" type="geia:HC_contractor_technical_information_code_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HD_unit_price_data" type="geia:HD_unit_price_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HF_item_packaging_requirement_data" type="geia:HF_item_packaging_requirement_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HG_part_application_provisioning_data" type="geia:HG_part_application_provisioning_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HGA_circuit_breaker_part_application_identifier_data" type="geia:HGA_circuit_breaker_part_application_identifier_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HH_overhaul_kit_next_higher_assembly_provisioning_list_item_sequence_number_data" type="geia:HH_overhaul_kit_next_higher_assembly_provisioning_list_item_sequence_number_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HJ_provisioning_reference_designation_data" type="geia:HJ_provisioning_reference_designation_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HK_parts_manual_description_data" type="geia:HK_parts_manual_description_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HM_item_basis_of_issue_data" type="geia:HM_item_basis_of_issue_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HN_provisioning_serial_number_usable_on_code_data" type="geia:HN_provisioning_serial_number_usable_on_code_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HO_provisioning_system_end_item_usable_on_code_data" type="geia:HO_provisioning_system_end_item_usable_on_code_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HP_design_change_information_data" type="geia:HP_design_change_information_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HQ_serial_number_effectivity_data" type="geia:HQ_serial_number_effectivity_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HR_design_change_usable_on_code_data" type="geia:HR_design_change_usable_on_code_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HX_design_change_digital_file_data" type="geia:HX_design_change_digital_file_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HY_part_application_identification_digital_file_data" type="geia:HY_part_application_identification_digital_file_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HZ_cage_reference_number_digital_file_data" type="geia:HZ_cage_reference_number_digital_file_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CA_task_requirement_data" type="geia:CA_task_requirement_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CB_subtask_requirement_data" type="geia:CB_subtask_requirement_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CD_subtask_personnel_requirement_data" type="geia:CD_subtask_personnel_requirement_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CE_task_remarks_data" type="geia:CE_task_remarks_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CF_task_remarks_reference_data" type="geia:CF_task_remarks_reference_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CG_task_support_equipment_data" type="geia:CG_task_support_equipment_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CH_task_manual_data" type="geia:CH_task_manual_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CI_task_provisioned_item_data" type="geia:CI_task_provisioned_item_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CJ_job_and_duty_assignments_data" type="geia:CJ_job_and_duty_assignments_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CK_task_inventory_data" type="geia:CK_task_inventory_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CL_task_subtask_associated_narrative_data" type="geia:CL_task_subtask_associated_narrative_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CLL_caution_warning_note_narrative_data" type="geia:CLL_caution_warning_note_narrative_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CM_electronic_documentation_data" type="geia:CM_electronic_documentation_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CN_maintenance_procedure_inventory_data" type="geia:CN_maintenance_procedure_inventory_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CO_maintenance_procedure_task_sequence_data" type="geia:CO_maintenance_procedure_task_sequence_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CQ_subtask_digital_file_data" type="geia:CQ_subtask_digital_file_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CR_subtask_support_equipment_data" type="geia:CR_subtask_support_equipment_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CS_subtask_provisioned_item_data" type="geia:CS_subtask_provisioned_item_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CT_subtask_objective_states_data" type="geia:CT_subtask_objective_states_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CU_circuit_breaker_group_objective_states_order_data" type="geia:CU_circuit_breaker_group_objective_states_order_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CUU_subtask_circuit_breaker_objective_states_by_group_data" type="geia:CUU_subtask_circuit_breaker_objective_states_by_group_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CV_scheduled_maintenance_events_data" type="geia:CV_scheduled_maintenance_events_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CW_scheduled_maintenance_sampling_data" type="geia:CW_scheduled_maintenance_sampling_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="GE_physical_and_mental_requirements_narrative_data" type="geia:GE_physical_and_mental_requirements_narrative_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BA_reliability_availability_and_maintainability_characteristics_data" type="geia:BA_reliability_availability_and_maintainability_characteristics_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BB_item_function_data" type="geia:BB_item_function_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BC_failure_modes_and_item_function_data" type="geia:BC_failure_modes_and_item_function_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BD_reliability_availability_and_maintainability_indicator_characteristics_data" type="geia:BD_reliability_availability_and_maintainability_indicator_characteristics_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BE_war_peace_reliability_availability_and_maintainability_indicator_characteristics_data" type="geia:BE_war_peace_reliability_availability_and_maintainability_indicator_characteristics_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BF_failure_mode_and_reliability_centered_maintenance_analysis_data" type="geia:BF_failure_mode_and_reliability_centered_maintenance_analysis_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BH_failure_mode_task_data" type="geia:BH_failure_mode_task_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BI_failure_mode_indicator_mission_phase_code_characteristics_data" type="geia:BI_failure_mode_indicator_mission_phase_code_characteristics_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BK_reliability_availability_and_maintainability_criticality_data" type="geia:BK_reliability_availability_and_maintainability_criticality_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BL_mission_phase_operational_mode_data" type="geia:BL_mission_phase_operational_mode_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EA_support_equipment_data" type="geia:EA_support_equipment_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EB_allocation_data" type="geia:EB_allocation_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EC_support_equipment_parameters_data" type="geia:EC_support_equipment_parameters_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="ED_support_equipment_authorization_data" type="geia:ED_support_equipment_authorization_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EF_support_equipment_recommendation_data" type="geia:EF_support_equipment_recommendation_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EH_alternate_national_stock_number_data" type="geia:EH_alternate_national_stock_number_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EI_input_power_source_data" type="geia:EI_input_power_source_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EJ_support_equipment_design_data" type="geia:EJ_support_equipment_design_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EK_supercedure_data" type="geia:EK_supercedure_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EL_support_equipment_integrated_logistics_support_requirement_category_data" type="geia:EL_support_equipment_integrated_logistics_support_requirement_category_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EM_system_equipment_data" type="geia:EM_system_equipment_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UA_article_requiring_support_unit_under_test_data" type="geia:UA_article_requiring_support_unit_under_test_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UB_unit_under_test_support_equipment_data" type="geia:UB_unit_under_test_support_equipment_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UC_operational_test_program_data" type="geia:UC_operational_test_program_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UD_unit_under_test_support_equipment_operational_test_program_data" type="geia:UD_unit_under_test_support_equipment_operational_test_program_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UE_test_program_instruction_data" type="geia:UE_test_program_instruction_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UG_unit_under_test_parameter_group_data" type="geia:UG_unit_under_test_parameter_group_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UH_unit_under_test_fault_isolated_replaceable_unit_data" type="geia:UH_unit_under_test_fault_isolated_replaceable_unit_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UI_adapter_interconnector_device_data" type="geia:UI_adapter_interconnector_device_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UJ_unit_under_test_support_equipment_adapter_interconnector_device_data" type="geia:UJ_unit_under_test_support_equipment_adapter_interconnector_device_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UK_automatic_test_equipment_test_station_data" type="geia:UK_automatic_test_equipment_test_station_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UL_unit_under_test_support_equipment_automatic_test_equipment_data" type="geia:UL_unit_under_test_support_equipment_automatic_test_equipment_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UM_support_equipment_item_unit_under_test_data" type="geia:UM_support_equipment_item_unit_under_test_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UN_support_equipment_item_unit_under_test_parameter_group_data" type="geia:UN_support_equipment_item_unit_under_test_parameter_group_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="FA_facility_data" type="geia:FA_facility_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="FE_operations_and_maintenance_task_facility_requirement_data" type="geia:FE_operations_and_maintenance_task_facility_requirement_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="FZ_facility_digital_file_data" type="geia:FZ_facility_digital_file_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="JA_transportation_data" type="geia:JA_transportation_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="JB_transportation_shipping_mode_data" type="geia:JB_transportation_shipping_mode_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="JC_transported_end_item_data" type="geia:JC_transported_end_item_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="JE_transport_by_fiscal_year_data" type="geia:JE_transport_by_fiscal_year_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="JG_transportability_digital_file_data" type="geia:JG_transportability_digital_file_global_delete_data_type" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <xs:complexType name="GEIA-STD-0007_key_field_change_type">
        <xs:sequence>
            <xs:element name="XA_end_item_acronym_code_data" type="geia:XA_end_item_acronym_code_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XB_logistics_support_analysis_control_number_indentured_item_data" type="geia:XB_logistics_support_analysis_control_number_indentured_item_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XD_system_end_item_serial_number_data" type="geia:XD_system_end_item_serial_number_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XH_commercial_and_government_entity_data" type="geia:XH_commercial_and_government_entity_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XI_technical_manual_code_and_number_index_data" type="geia:XI_technical_manual_code_and_number_index_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XT_digital_file_data" type="geia:XT_digital_file_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="GA_skill_specialty_data" type="geia:GA_skill_specialty_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="GB_new_or_modified_skill_data" type="geia:GB_new_or_modified_skill_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="GD_skill_aptitude_data" type="geia:GD_skill_aptitude_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AA_operations_and_maintenance_requirements_data" type="geia:AA_operations_and_maintenance_requirements_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AB_war_peace_operations_and_maintenance_requirement_data" type="geia:AB_war_peace_operations_and_maintenance_requirement_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AC_maintenance_level_requirement_data" type="geia:AC_maintenance_level_requirement_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AG_reliability_requirement_data" type="geia:AG_reliability_requirement_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AH_interoperability_requirement_data" type="geia:AH_interoperability_requirement_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AI_modeling_data" type="geia:AI_modeling_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AJ_operations_and_maintenance_shipping_requirements_data" type="geia:AJ_operations_and_maintenance_shipping_requirements_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HA_item_identification_data" type="geia:HA_item_identification_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HB_additional_reference_number_data" type="geia:HB_additional_reference_number_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HBA_additional_national_stock_number_data" type="geia:HBA_additional_national_stock_number_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HD_unit_price_data" type="geia:HD_unit_price_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HGA_circuit_breaker_part_application_identifier_data" type="geia:HGA_circuit_breaker_part_application_identifier_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HH_overhaul_kit_next_higher_assembly_provisioning_list_item_sequence_number_data" type="geia:HH_overhaul_kit_next_higher_assembly_provisioning_list_item_sequence_number_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HJ_provisioning_reference_designation_data" type="geia:HJ_provisioning_reference_designation_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HK_parts_manual_description_data" type="geia:HK_parts_manual_description_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HM_item_basis_of_issue_data" type="geia:HM_item_basis_of_issue_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HP_design_change_information_data" type="geia:HP_design_change_information_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HQ_serial_number_effectivity_data" type="geia:HQ_serial_number_effectivity_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CA_task_requirement_data" type="geia:CA_task_requirement_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CB_subtask_requirement_data" type="geia:CB_subtask_requirement_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CD_subtask_personnel_requirement_data" type="geia:CD_subtask_personnel_requirement_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CE_task_remarks_data" type="geia:CE_task_remarks_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CJ_job_and_duty_assignments_data" type="geia:CJ_job_and_duty_assignments_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CLL_caution_warning_note_narrative_data" type="geia:CLL_caution_warning_note_narrative_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CM_electronic_documentation_data" type="geia:CM_electronic_documentation_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CN_maintenance_procedure_inventory_data" type="geia:CN_maintenance_procedure_inventory_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CO_maintenance_procedure_task_sequence_data" type="geia:CO_maintenance_procedure_task_sequence_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CT_subtask_objective_states_data" type="geia:CT_subtask_objective_states_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CU_circuit_breaker_group_objective_states_order_data" type="geia:CU_circuit_breaker_group_objective_states_order_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CV_scheduled_maintenance_events_data" type="geia:CV_scheduled_maintenance_events_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CW_scheduled_maintenance_sampling_data" type="geia:CW_scheduled_maintenance_sampling_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BB_item_function_data" type="geia:BB_item_function_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BD_reliability_availability_and_maintainability_indicator_characteristics_data" type="geia:BD_reliability_availability_and_maintainability_indicator_characteristics_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BE_war_peace_reliability_availability_and_maintainability_indicator_characteristics_data" type="geia:BE_war_peace_reliability_availability_and_maintainability_indicator_characteristics_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BF_failure_mode_and_reliability_centered_maintenance_analysis_data" type="geia:BF_failure_mode_and_reliability_centered_maintenance_analysis_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BK_reliability_availability_and_maintainability_criticality_data" type="geia:BK_reliability_availability_and_maintainability_criticality_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BL_mission_phase_operational_mode_data" type="geia:BL_mission_phase_operational_mode_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EB_allocation_data" type="geia:EB_allocation_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EC_support_equipment_parameters_data" type="geia:EC_support_equipment_parameters_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="ED_support_equipment_authorization_data" type="geia:ED_support_equipment_authorization_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EF_support_equipment_recommendation_data" type="geia:EF_support_equipment_recommendation_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EH_alternate_national_stock_number_data" type="geia:EH_alternate_national_stock_number_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EI_input_power_source_data" type="geia:EI_input_power_source_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EJ_support_equipment_design_data" type="geia:EJ_support_equipment_design_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EL_support_equipment_integrated_logistics_support_requirement_category_data" type="geia:EL_support_equipment_integrated_logistics_support_requirement_category_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UG_unit_under_test_parameter_group_data" type="geia:UG_unit_under_test_parameter_group_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UN_support_equipment_item_unit_under_test_parameter_group_data" type="geia:UN_support_equipment_item_unit_under_test_parameter_group_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="FA_facility_data" type="geia:FA_facility_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="JB_transportation_shipping_mode_data" type="geia:JB_transportation_shipping_mode_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="JC_transported_end_item_data" type="geia:JC_transported_end_item_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="JE_transport_by_fiscal_year_data" type="geia:JE_transport_by_fiscal_year_key_change_data_type" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <!-- GEIA-STD-007 full file -->
    <xs:complexType name="GEIA-STD-0007_add_type">
        <xs:sequence>
            <xs:element name="XA_end_item_acronym_code_data" type="geia:XA_end_item_acronym_code_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XB_logistics_support_analysis_control_number_indentured_item_data" type="geia:XB_logistics_support_analysis_control_number_indentured_item_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XC_system_end_item_data" type="geia:XC_system_end_item_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XD_system_end_item_serial_number_data" type="geia:XD_system_end_item_serial_number_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XE_logistics_support_analysis_control_number_to_serial_number_usable_on_code_data" type="geia:XE_logistics_support_analysis_control_number_to_serial_number_usable_on_code_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XF_logistics_support_analysis_control_number_to_system_end_item_usable_on_code_data" type="geia:XF_logistics_support_analysis_control_number_to_system_end_item_usable_on_code_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XG_functional_physical_logistics_support_analysis_control_number_mapping_data" type="geia:XG_functional_physical_logistics_support_analysis_control_number_mapping_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XH_commercial_and_government_entity_data" type="geia:XH_commercial_and_government_entity_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XI_technical_manual_code_and_number_index_data" type="geia:XI_technical_manual_code_and_number_index_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XT_digital_file_data" type="geia:XT_digital_file_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="XZ_logistics_support_analysis_control_number_digital_file_data" type="geia:XZ_logistics_support_analysis_control_number_digital_file_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="GA_skill_specialty_data" type="geia:GA_skill_specialty_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="GB_new_or_modified_skill_data" type="geia:GB_new_or_modified_skill_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="GD_skill_aptitude_data" type="geia:GD_skill_aptitude_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AA_operations_and_maintenance_requirements_data" type="geia:AA_operations_and_maintenance_requirements_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AB_war_peace_operations_and_maintenance_requirement_data" type="geia:AB_war_peace_operations_and_maintenance_requirement_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AC_maintenance_level_requirement_data" type="geia:AC_maintenance_level_requirement_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AD_organizational_level_requirement_data" type="geia:AD_organizational_level_requirement_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AE_skill_operations_and_maintenance_requirement_data" type="geia:AE_skill_operations_and_maintenance_requirement_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AG_reliability_requirement_data" type="geia:AG_reliability_requirement_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AH_interoperability_requirement_data" type="geia:AH_interoperability_requirement_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AI_modeling_data_data" type="geia:AI_modeling_data_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AJ_operations_and_maintenance_shipping_requirements_data" type="geia:AJ_operations_and_maintenance_shipping_requirements_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="AK_system_end_item_narrative_data" type="geia:AK_system_end_item_narrative_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HA_item_identification_data" type="geia:HA_item_identification_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HB_additional_reference_number_data" type="geia:HB_additional_reference_number_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HBA_additional_national_stock_number_data" type="geia:HBA_additional_national_stock_number_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HC_contractor_technical_information_code_data" type="geia:HC_contractor_technical_information_code_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HD_unit_price_data" type="geia:HD_unit_price_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HF_item_packaging_requirement_data" type="geia:HF_item_packaging_requirement_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HG_part_application_provisioning_data" type="geia:HG_part_application_provisioning_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HGA_circuit_breaker_part_application_identifier_data" type="geia:HGA_circuit_breaker_part_application_identifier_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HH_overhaul_kit_next_higher_assembly_provisioning_list_item_sequence_number_data" type="geia:HH_overhaul_kit_next_higher_assembly_provisioning_list_item_sequence_number_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HJ_provisioning_reference_designation_data" type="geia:HJ_provisioning_reference_designation_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HK_parts_manual_description_data" type="geia:HK_parts_manual_description_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HM_item_basis_of_issue_data" type="geia:HM_item_basis_of_issue_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HN_provisioning_serial_number_usable_on_code_data" type="geia:HN_provisioning_serial_number_usable_on_code_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HO_provisioning_system_end_item_usable_on_code_data" type="geia:HO_provisioning_system_end_item_usable_on_code_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HP_design_change_information_data" type="geia:HP_design_change_information_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HQ_serial_number_effectivity_data" type="geia:HQ_serial_number_effectivity_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HR_design_change_usable_on_code_data" type="geia:HR_design_change_usable_on_code_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HX_design_change_digital_file_data" type="geia:HX_design_change_digital_file_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HY_part_application_identification_digital_file_data" type="geia:HY_part_application_identification_digital_file_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="HZ_cage_reference_number_digital_file_data" type="geia:HZ_cage_reference_number_digital_file_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CA_task_requirement_data" type="geia:CA_task_requirement_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CB_subtask_requirement_data" type="geia:CB_subtask_requirement_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CD_subtask_personnel_requirement_data" type="geia:CD_subtask_personnel_requirement_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CE_task_remarks_data" type="geia:CE_task_remarks_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CF_task_remarks_reference_data" type="geia:CF_task_remarks_reference_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CG_task_support_equipment_data" type="geia:CG_task_support_equipment_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CH_task_manual_data" type="geia:CH_task_manual_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CI_task_provisioned_item_data" type="geia:CI_task_provisioned_item_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CJ_job_and_duty_assignments_data" type="geia:CJ_job_and_duty_assignments_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CK_task_inventory_data" type="geia:CK_task_inventory_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CL_task_subtask_associated_narrative_data" type="geia:CL_task_subtask_associated_narrative_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CLL_caution_warning_note_narrative_data" type="geia:CLL_caution_warning_note_narrative_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CM_electronic_documentation_data" type="geia:CM_electronic_documentation_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CN_maintenance_procedure_inventory_data" type="geia:CN_maintenance_procedure_inventory_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CO_maintenance_procedure_task_sequence_data" type="geia:CO_maintenance_procedure_task_sequence_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CQ_subtask_digital_file_data" type="geia:CQ_subtask_digital_file_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CR_subtask_support_equipment_data" type="geia:CR_subtask_support_equipment_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CS_subtask_provisioned_item_data" type="geia:CS_subtask_provisioned_item_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CT_subtask_objective_states_data" type="geia:CT_subtask_objective_states_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CU_circuit_breaker_group_objective_states_order_data" type="geia:CU_circuit_breaker_group_objective_states_order_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CUU_subtask_circuit_breaker_objective_states_by_group_data" type="geia:CUU_subtask_circuit_breaker_objective_states_by_group_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CV_scheduled_maintenance_events_data" type="geia:CV_scheduled_maintenance_events_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="CW_scheduled_maintenance_sampling_data" type="geia:CW_scheduled_maintenance_sampling_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="GE_physical_and_mental_requirements_narrative_data" type="geia:GE_physical_and_mental_requirements_narrative_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BA_reliability_availability_and_maintainability_characteristics_data" type="geia:BA_reliability_availability_and_maintainability_characteristics_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BB_item_function_data" type="geia:BB_item_function_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BC_failure_modes_and_item_function_data" type="geia:BC_failure_modes_and_item_function_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BD_reliability_availability_and_maintainability_indicator_characteristics_data" type="geia:BD_reliability_availability_and_maintainability_indicator_characteristics_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BE_war_peace_reliability_availability_and_maintainability_indicator_characteristics_data" type="geia:BE_war_peace_reliability_availability_and_maintainability_indicator_characteristics_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BF_failure_mode_and_reliability_centered_maintenance_analysis_data" type="geia:BF_failure_mode_and_reliability_centered_maintenance_analysis_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BH_failure_mode_task_data" type="geia:BH_failure_mode_task_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BI_failure_mode_indicator_mission_phase_code_characteristics_data" type="geia:BI_failure_mode_indicator_mission_phase_code_characteristics_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BK_reliability_availability_and_maintainability_criticality_data" type="geia:BK_reliability_availability_and_maintainability_criticality_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="BL_mission_phase_operational_mode_data" type="geia:BL_mission_phase_operational_mode_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EA_support_equipment_data" type="geia:EA_support_equipment_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EB_allocation_data" type="geia:EB_allocation_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EC_support_equipment_parameters_data" type="geia:EC_support_equipment_parameters_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="ED_support_equipment_authorization_data" type="geia:ED_support_equipment_authorization_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EF_support_equipment_recommendation_data" type="geia:EF_support_equipment_recommendation_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EH_alternate_national_stock_number_data" type="geia:EH_alternate_national_stock_number_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EI_input_power_source_data" type="geia:EI_input_power_source_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EJ_support_equipment_design_data" type="geia:EJ_support_equipment_design_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EK_supercedure_data" type="geia:EK_supercedure_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EL_support_equipment_integrated_logistics_support_requirement_category_data" type="geia:EL_support_equipment_integrated_logistics_support_requirement_category_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="EM_system_equipment_data" type="geia:EM_system_equipment_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UA_article_requiring_support_unit_under_test_data" type="geia:UA_article_requiring_support_unit_under_test_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UB_unit_under_test_support_equipment_data" type="geia:UB_unit_under_test_support_equipment_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UC_operational_test_program_data" type="geia:UC_operational_test_program_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UD_unit_under_test_support_equipment_operational_test_program_data" type="geia:UD_unit_under_test_support_equipment_operational_test_program_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UE_test_program_instruction_data" type="geia:UE_test_program_instruction_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UG_unit_under_test_parameter_group_data" type="geia:UG_unit_under_test_parameter_group_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UH_unit_under_test_fault_isolated_replaceable_unit_data" type="geia:UH_unit_under_test_fault_isolated_replaceable_unit_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UI_adapter_interconnector_device_data" type="geia:UI_adapter_interconnector_device_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UJ_unit_under_test_support_equipment_adapter_interconnector_device_data" type="geia:UJ_unit_under_test_support_equipment_adapter_interconnector_device_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UK_automatic_test_equipment_test_station_data" type="geia:UK_automatic_test_equipment_test_station_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UL_unit_under_test_support_equipment_automatic_test_equipment_data" type="geia:UL_unit_under_test_support_equipment_automatic_test_equipment_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UM_support_equipment_item_unit_under_test_data" type="geia:UM_support_equipment_item_unit_under_test_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="UN_support_equipment_item_unit_under_test_parameter_group_data" type="geia:UN_support_equipment_item_unit_under_test_parameter_group_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="FA_facility_data" type="geia:FA_facility_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="FE_operations_and_maintenance_task_facility_requirement_data" type="geia:FE_operations_and_maintenance_task_facility_requirement_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="FZ_facility_digital_file_data" type="geia:FZ_facility_digital_file_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="JA_transportation_data" type="geia:JA_transportation_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="JB_transportation_shipping_mode_data" type="geia:JB_transportation_shipping_mode_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="JC_transported_end_item_data" type="geia:JC_transported_end_item_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="JE_transport_by_fiscal_year_data" type="geia:JE_transport_by_fiscal_year_data_type" minOccurs="0" maxOccurs="unbounded"/>
            <xs:element name="JG_transportability_digital_file_data" type="geia:JG_transportability_digital_file_data_type" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
    </xs:complexType>
    <xs:element name="GEIA-STD-0007">
        <xs:annotation>
            <xs:documentation>This is the root element. A GEIA-STD-0007 file can be either a change file, or a full file. A full file consists of an entire 0007 data set. A change file contains only entity or element changes that can be applied to an existsing 0007 data repository.</xs:documentation>
        </xs:annotation>
        <xs:complexType>
            <xs:choice>
                <xs:element ref="geia:change_file"/>
                <xs:element ref="geia:full_file"/>
            </xs:choice>
        </xs:complexType>
    </xs:element>
    <xs:element name="change_file" type="geia:GEIA-STD-0007_change_file_type"/>
    <!-- key and keyref -->
    <!--The following section defines the composite/compound keys for each entity. When validating instance files, Altova XMLspy concatenates the fields defined by the keys and keyrefs. For example, the XB key values of T850 (EIAC), A (LCN), 00 (ALC), P (LCN Type) would be treated as T850A00P during validation. The keyref fields must be listed in the same order as the key fields being referenced, otherwise a match will not occur.In addition, the cardinality (number of fields) for the keyref must match the key-->
    <xs:element name="full_file" type="geia:GEIA-STD-0007_add_type">
        <xs:annotation>
            <xs:documentation>A full file not only contains data add entities, it must also maintain the relations between entitites.    </xs:documentation>
        </xs:annotation>
        <!-- XA-->
        <xs:key name="XA_key">
            <xs:selector xpath="geia:XA_end_item_acronym_code_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
        </xs:key>
        <!-- XB-->
        <xs:key name="XB_key">
            <xs:selector xpath="geia:XB_logistics_support_analysis_control_number_indentured_item_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:key>
        <xs:keyref name="XB_keyref_XA" refer="geia:XA_key">
            <xs:selector xpath="geia:XB_logistics_support_analysis_control_number_indentured_item_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
        </xs:keyref>
        <!-- XC-->
        <xs:key name="XC_key">
            <xs:selector xpath="geia:XC_system_end_item_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:key>
        <xs:keyref name="XC_keyref_XB" refer="geia:XB_key">
            <xs:selector xpath="geia:XC_system_end_item_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- XD-->
        <xs:key name="XD_key">
            <xs:selector xpath="geia:XD_system_end_item_serial_number_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:serial_number_from"/>
            <xs:field xpath="geia:serial_number_to"/>
        </xs:key>
        <xs:keyref name="XD_keyref_XC" refer="geia:XC_key">
            <xs:selector xpath="geia:XD_system_end_item_serial_number_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- XE -->
        <xs:key name="XE_key">
            <xs:selector xpath="geia:XE_logistics_support_analysis_control_number_to_serial_number_usable_on_code_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:serial_number_item_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:serial_number_item_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:serial_number_item_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:serial_number_system_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:serial_number_system_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:serial_number_system_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:serial_number_from"/>
            <xs:field xpath="geia:serial_number_to"/>
        </xs:key>
        <xs:keyref name="XE_keyref_XB_serial_number_item" refer="geia:XB_key">
            <xs:selector xpath="geia:XE_logistics_support_analysis_control_number_to_serial_number_usable_on_code_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:serial_number_item_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:serial_number_item_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:serial_number_item_logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <xs:keyref name="XE_keyref_XD_serial_number_system" refer="geia:XD_key">
            <xs:selector xpath="geia:XE_logistics_support_analysis_control_number_to_serial_number_usable_on_code_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:serial_number_system_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:serial_number_system_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:serial_number_system_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:serial_number_from"/>
            <xs:field xpath="geia:serial_number_to"/>
        </xs:keyref>
        <!-- XF -->
        <xs:key name="XF_key">
            <xs:selector xpath="geia:XF_logistics_support_analysis_control_number_to_system_end_item_usable_on_code_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:usable_on_code_item_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:usable_on_code_item_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:usable_on_code_item_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:usable_on_code_system_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:usable_on_code_system_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:usable_on_code_system_logistics_support_analysis_control_number_type"/>
        </xs:key>
        <xs:keyref name="XF_keyref_XB_usable_on_code_item" refer="geia:XB_key">
            <xs:selector xpath="geia:XF_logistics_support_analysis_control_number_to_system_end_item_usable_on_code_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:usable_on_code_item_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:usable_on_code_item_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:usable_on_code_item_logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <xs:keyref name="XF_keyref_XC_usable_on_code_system" refer="geia:XC_key">
            <xs:selector xpath="geia:XF_logistics_support_analysis_control_number_to_system_end_item_usable_on_code_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:usable_on_code_system_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:usable_on_code_system_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:usable_on_code_system_logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- XG -->
        <xs:key name="XG_key">
            <xs:selector xpath="geia:XG_functional_physical_logistics_support_analysis_control_number_mapping_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:physical_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:physical_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:physical_logistics_support_analysis_control_number_type"/>
        </xs:key>
        <xs:keyref name="XG_keyref_XB" refer="geia:XB_key">
            <xs:selector xpath="geia:XG_functional_physical_logistics_support_analysis_control_number_mapping_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:physical_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:physical_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:physical_logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- XH -->
        <xs:key name="XH_key">
            <xs:selector xpath="geia:XH_commercial_and_government_entity_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
        </xs:key>
        <!-- XI -->
        <xs:key name="XI_key">
            <xs:selector xpath="geia:XI_technical_manual_code_and_number_index_data"/>
            <xs:field xpath="geia:technical_manual_code"/>
        </xs:key>
        <!-- XT -->
        <xs:key name="XT_key">
            <xs:selector xpath="geia:XT_digital_file_data"/>
            <xs:field xpath="geia:document_id"/>
            <xs:field xpath="geia:originator_code"/>
            <xs:field xpath="geia:issue_number"/>
            <xs:field xpath="geia:security_classification"/>
        </xs:key>
        <!-- XZ -->
        <xs:key name="XZ_key">
            <xs:selector xpath="geia:XZ_logistics_support_analysis_control_number_digital_file_data"/>
            <xs:field xpath="geia:document_id"/>
            <xs:field xpath="geia:originator_code"/>
            <xs:field xpath="geia:issue_number"/>
            <xs:field xpath="geia:security_classification"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:key>
        <xs:keyref name="XZ_keyref_XT" refer="geia:XT_key">
            <xs:selector xpath="geia:XZ_logistics_support_analysis_control_number_digital_file_data"/>
            <xs:field xpath="geia:document_id"/>
            <xs:field xpath="geia:originator_code"/>
            <xs:field xpath="geia:issue_number"/>
            <xs:field xpath="geia:security_classification"/>
        </xs:keyref>
        <xs:keyref name="XZ_keyref_XB" refer="geia:XB_key">
            <xs:selector xpath="geia:XZ_logistics_support_analysis_control_number_digital_file_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- AA -->
        <xs:key name="AA_key">
            <xs:selector xpath="geia:AA_operations_and_maintenance_requirements_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:service_designator_code"/>
        </xs:key>
        <xs:keyref name="AA_keyref_XB" refer="geia:XB_key">
            <xs:selector xpath="geia:AA_operations_and_maintenance_requirements_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- AB -->
        <xs:key name="AB_key">
            <xs:selector xpath="geia:AB_war_peace_operations_and_maintenance_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:service_designator_code"/>
            <xs:field xpath="geia:operational_requirement_indicator"/>
        </xs:key>
        <xs:keyref name="AB_keyref_AA" refer="geia:AA_key">
            <xs:selector xpath="geia:AB_war_peace_operations_and_maintenance_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:service_designator_code"/>
        </xs:keyref>
        <!-- AC -->
        <xs:key name="AC_key">
            <xs:selector xpath="geia:AC_maintenance_level_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:service_designator_code"/>
            <xs:field xpath="geia:operational_requirement_indicator"/>
            <xs:field xpath="geia:operations_and_maintenance_level_code"/>
        </xs:key>
        <xs:keyref name="AC_keyref_AB" refer="geia:AB_key">
            <xs:selector xpath="geia:AC_maintenance_level_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:service_designator_code"/>
            <xs:field xpath="geia:operational_requirement_indicator"/>
        </xs:keyref>
        <!-- AD -->
        <xs:key name="AD_key">
            <xs:selector xpath="geia:AD_organizational_level_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:service_designator_code"/>
            <xs:field xpath="geia:operational_requirement_indicator"/>
            <xs:field xpath="geia:operations_and_maintenance_level_code"/>
        </xs:key>
        <xs:keyref name="AD_keyref_AC" refer="geia:AC_key">
            <xs:selector xpath="geia:AD_organizational_level_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:service_designator_code"/>
            <xs:field xpath="geia:operational_requirement_indicator"/>
            <xs:field xpath="geia:operations_and_maintenance_level_code"/>
        </xs:keyref>
        <!-- AE -->
        <xs:key name="AE_key">
            <xs:selector xpath="geia:AE_skill_operations_and_maintenance_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:service_designator_code"/>
            <xs:field xpath="geia:operational_requirement_indicator"/>
            <xs:field xpath="geia:operations_and_maintenance_level_code"/>
            <xs:field xpath="geia:skill_specialty_code"/>
        </xs:key>
        <xs:keyref name="AE_keyref_AC" refer="geia:AC_key">
            <xs:selector xpath="geia:AE_skill_operations_and_maintenance_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:service_designator_code"/>
            <xs:field xpath="geia:operational_requirement_indicator"/>
            <xs:field xpath="geia:operations_and_maintenance_level_code"/>
        </xs:keyref>
        <xs:keyref name="AE_keyref_GA" refer="geia:GA_key">
            <xs:selector xpath="geia:AE_skill_operations_and_maintenance_requirement_data"/>
            <xs:field xpath="geia:skill_specialty_code"/>
        </xs:keyref>
        <!-- AG -->
        <xs:key name="AG_key">
            <xs:selector xpath="geia:AG_reliability_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:annual_operating_requirement_measurement_base"/>
        </xs:key>
        <xs:keyref name="AG_keyref_XB" refer="geia:XB_key">
            <xs:selector xpath="geia:AG_reliability_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- AH -->
        <xs:key name="AH_key">
            <xs:selector xpath="geia:AH_interoperability_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:interoperable_item_name"/>
            <xs:field xpath="geia:interoperable_item_number_type"/>
        </xs:key>
        <xs:keyref name="AH_keyref_XB" refer="geia:XB_key">
            <xs:selector xpath="geia:AH_interoperability_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- AI -->
        <xs:key name="AI_key">
            <xs:selector xpath="geia:AI_modeling_data_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:modeling_service_designator_code"/>
            <xs:field xpath="geia:modeling_operations_and_maintenance_level_code"/>
        </xs:key>
        <xs:keyref name="AI_keyref_XA" refer="geia:XA_key">
            <xs:selector xpath="geia:AI_modeling_data_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
        </xs:keyref>
        <!-- AJ -->
        <xs:key name="AJ_key">
            <xs:selector xpath="geia:AJ_operations_and_maintenance_shipping_requirements_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:operations_and_maintenance_level_from"/>
            <xs:field xpath="geia:operations_and_maintenance_level_to"/>
        </xs:key>
        <xs:keyref name="AJ_keyref_XB" refer="geia:XB_key">
            <xs:selector xpath="geia:AJ_operations_and_maintenance_shipping_requirements_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- AK -->
        <xs:key name="AK_key">
            <xs:selector xpath="geia:AK_system_end_item_narrative_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:key>
        <xs:keyref name="AK_keyref_XB" refer="geia:XB_key">
            <xs:selector xpath="geia:AK_system_end_item_narrative_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- BA -->
        <xs:key name="BA_key">
            <xs:selector xpath="geia:BA_reliability_availability_and_maintainability_characteristics_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:key>
        <xs:keyref name="BA_keyref_XB" refer="geia:XB_key">
            <xs:selector xpath="geia:BA_reliability_availability_and_maintainability_characteristics_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!--BB-->
        <xs:key name="BB_key">
            <xs:selector xpath="geia:BB_item_function_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:item_function_identifier"/>
        </xs:key>
        <xs:keyref name="BB_keyref_BA" refer="geia:BA_key">
            <xs:selector xpath="geia:BB_item_function_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!--BC-->
        <xs:key name="BC_key">
            <xs:selector xpath="geia:BC_failure_modes_and_item_function_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:item_function_identifier"/>
            <xs:field xpath="geia:failure_mode_indicator"/>
        </xs:key>
        <xs:keyref name="BC_keyref_BB" refer="geia:BB_key">
            <xs:selector xpath="geia:BC_failure_modes_and_item_function_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:item_function_identifier"/>
        </xs:keyref>
        <xs:keyref name="BC_keyref_BF" refer="geia:BF_key">
            <xs:selector xpath="geia:BC_failure_modes_and_item_function_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:failure_mode_indicator"/>
        </xs:keyref>
        <!-- BD-->
        <xs:key name="BD_key">
            <xs:selector xpath="geia:BD_reliability_availability_and_maintainability_indicator_characteristics_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:reliability_availability_and_maintainability_indicator_code"/>
        </xs:key>
        <xs:keyref name="BD_keyref_BA" refer="geia:BA_key">
            <xs:selector xpath="geia:BD_reliability_availability_and_maintainability_indicator_characteristics_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- BE -->
        <xs:key name="BE_key">
            <xs:selector xpath="geia:BE_war_peace_reliability_availability_and_maintainability_indicator_characteristics_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:reliability_availability_and_maintainability_operational_requirement_indicator"/>
            <xs:field xpath="geia:reliability_availability_and_maintainability_indicator_code"/>
        </xs:key>
        <xs:keyref name="BE_keyref_BD" refer="geia:BD_key">
            <xs:selector xpath="geia:BE_war_peace_reliability_availability_and_maintainability_indicator_characteristics_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:reliability_availability_and_maintainability_indicator_code"/>
        </xs:keyref>
        <!-- BF -->
        <xs:key name="BF_key">
            <xs:selector xpath="geia:BF_failure_mode_and_reliability_centered_maintenance_analysis_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:failure_mode_indicator"/>
        </xs:key>
        <xs:keyref name="BF_keyref_BA" refer="geia:BA_key">
            <xs:selector xpath="geia:BF_failure_mode_and_reliability_centered_maintenance_analysis_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- BH -->
        <xs:key name="BH_key">
            <xs:selector xpath="geia:BH_failure_mode_task_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:failure_mode_task_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:failure_mode_task_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:failure_mode_task_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:failure_mode_task_failure_mode_indicator"/>
            <xs:field xpath="geia:task_requirement_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:task_requirement_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:task_requirement_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
        </xs:key>
        <xs:keyref name="BH_keyref_BF" refer="geia:BF_key">
            <xs:selector xpath="geia:BH_failure_mode_task_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:failure_mode_task_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:failure_mode_task_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:failure_mode_task_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:failure_mode_task_failure_mode_indicator"/>
        </xs:keyref>
        <xs:keyref name="BH_keyref_CA" refer="geia:CA_key">
            <xs:selector xpath="geia:BH_failure_mode_task_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:task_requirement_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:task_requirement_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:task_requirement_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
        </xs:keyref>
        <!-- BI -->
        <xs:key name="BI_key">
            <xs:selector xpath="geia:BI_failure_mode_indicator_mission_phase_code_characteristics_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:failure_mode_indicator"/>
            <xs:field xpath="geia:mission_phase_code"/>
        </xs:key>
        <xs:keyref name="BI_keyref_BF" refer="geia:BF_key">
            <xs:selector xpath="geia:BI_failure_mode_indicator_mission_phase_code_characteristics_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:failure_mode_indicator"/>
        </xs:keyref>
        <xs:keyref name="BI_keyref_BL" refer="geia:BL_key">
            <xs:selector xpath="geia:BI_failure_mode_indicator_mission_phase_code_characteristics_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:mission_phase_code"/>
        </xs:keyref>
        <!-- BK -->
        <xs:key name="BK_key">
            <xs:selector xpath="geia:BK_reliability_availability_and_maintainability_criticality_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:mission_phase_code"/>
            <xs:field xpath="geia:reliability_availability_and_maintainability_safety_hazard_severity_code"/>
        </xs:key>
        <xs:keyref name="BK_keyref_BA" refer="geia:BA_key">
            <xs:selector xpath="geia:BK_reliability_availability_and_maintainability_criticality_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <xs:keyref name="BK_keyref_BL" refer="geia:BL_key">
            <xs:selector xpath="geia:BK_reliability_availability_and_maintainability_criticality_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:mission_phase_code"/>
        </xs:keyref>
        <!-- BL -->
        <xs:key name="BL_key">
            <xs:selector xpath="geia:BL_mission_phase_operational_mode_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:mission_phase_code"/>
        </xs:key>
        <xs:keyref name="BL_keyref_XA" refer="geia:XA_key">
            <xs:selector xpath="geia:BL_mission_phase_operational_mode_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
        </xs:keyref>
        <!-- CA -->
        <xs:key name="CA_key">
            <xs:selector xpath="geia:CA_task_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
        </xs:key>
        <xs:keyref name="CA_keyref_XB" refer="geia:XB_key">
            <xs:selector xpath="geia:CA_task_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- CB -->
        <xs:key name="CB_key">
            <xs:selector xpath="geia:CB_subtask_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
        </xs:key>
        <xs:keyref name="CB_keyref_CA" refer="geia:CA_key">
            <xs:selector xpath="geia:CB_subtask_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
        </xs:keyref>
        <!-- CD -->
        <xs:key name="CD_key">
            <xs:selector xpath="geia:CD_subtask_personnel_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
            <xs:field xpath="geia:subtask_person_identifier"/>
        </xs:key>
        <xs:keyref name="CD_keyref_CB" refer="geia:CB_key">
            <xs:selector xpath="geia:CD_subtask_personnel_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
        </xs:keyref>
        <!-- CE -->
        <xs:key name="CE_key">
            <xs:selector xpath="geia:CE_task_remarks_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:task_remarks_reference_code"/>
        </xs:key>
        <xs:keyref name="CE_keyref_XA" refer="geia:XA_key">
            <xs:selector xpath="geia:CE_task_remarks_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
        </xs:keyref>
        <!-- CF -->
        <xs:key name="CF_key">
            <xs:selector xpath="geia:CF_task_remarks_reference_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:task_remarks_reference_code"/>
        </xs:key>
        <xs:keyref name="CF_keyref_CA" refer="geia:CA_key">
            <xs:selector xpath="geia:CF_task_remarks_reference_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
        </xs:keyref>
        <xs:keyref name="CF_keyref_CE" refer="geia:CE_key">
            <xs:selector xpath="geia:CF_task_remarks_reference_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:task_remarks_reference_code"/>
        </xs:keyref>
        <!-- CG -->
        <xs:key name="CG_key">
            <xs:selector xpath="geia:CG_task_support_equipment_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:task_support_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:task_support_reference_number"/>
        </xs:key>
        <xs:keyref name="CG_keyref_CA" refer="geia:CA_key">
            <xs:selector xpath="geia:CG_task_support_equipment_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
        </xs:keyref>
        <xs:keyref name="CG_keyref_EA" refer="geia:EA_key">
            <xs:selector xpath="geia:CG_task_support_equipment_data"/>
            <xs:field xpath="geia:task_support_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:task_support_reference_number"/>
        </xs:keyref>
        <!-- CH -->
        <xs:key name="CH_key">
            <xs:selector xpath="geia:CH_task_manual_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:technical_manual_code"/>
        </xs:key>
        <xs:keyref name="CH_keyref_CA" refer="geia:CA_key">
            <xs:selector xpath="geia:CH_task_manual_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
        </xs:keyref>
        <xs:keyref name="CH_keyref_XI" refer="geia:XI_key">
            <xs:selector xpath="geia:CH_task_manual_data"/>
            <xs:field xpath="geia:technical_manual_code"/>
        </xs:keyref>
        <!-- CI -->
        <xs:key name="CI_key">
            <xs:selector xpath="geia:CI_task_provisioned_item_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_provision_task_code"/>
            <xs:field xpath="geia:task_provision_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:task_provision_reference_number"/>
            <xs:field xpath="geia:task_provision_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:task_provision_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:task_provision_logistics_support_analysis_control_number_type"/>
        </xs:key>
        <xs:keyref name="CI_keyref_CA" refer="geia:CA_key">
            <xs:selector xpath="geia:CI_task_provisioned_item_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_provision_task_code"/>
        </xs:keyref>
        <xs:keyref name="CI_keyref_HG" refer="geia:HG_key">
            <xs:selector xpath="geia:CI_task_provisioned_item_data"/>
            <xs:field xpath="geia:task_provision_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:task_provision_reference_number"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:task_provision_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:task_provision_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:task_provision_logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- CJ -->
        <xs:key name="CJ_key">
            <xs:selector xpath="geia:CJ_job_and_duty_assignments_data"/>
            <xs:field xpath="geia:duty_code"/>
            <xs:field xpath="geia:job_code"/>
        </xs:key>
        <!-- CK -->
        <xs:key name="CK_key">
            <xs:selector xpath="geia:CK_task_inventory_data"/>
            <xs:field xpath="geia:job_code"/>
            <xs:field xpath="geia:duty_code"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
            <xs:field xpath="geia:subtask_person_identifier"/>
        </xs:key>
        <xs:keyref name="CK_keyref_CD" refer="geia:CD_key">
            <xs:selector xpath="geia:CK_task_inventory_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
            <xs:field xpath="geia:subtask_person_identifier"/>
        </xs:keyref>
        <xs:keyref name="CK_keyref_CJ" refer="geia:CJ_key">
            <xs:selector xpath="geia:CK_task_inventory_data"/>
            <xs:field xpath="geia:duty_code"/>
            <xs:field xpath="geia:job_code"/>
        </xs:keyref>
        <!-- CL -->
        <xs:key name="CL_key">
            <xs:selector xpath="geia:CL_task_subtask_associated_narrative_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
            <xs:field xpath="geia:caution_warning_note_identifier"/>
        </xs:key>
        <xs:keyref name="CL_keyref_CB" refer="geia:CB_key">
            <xs:selector xpath="geia:CL_task_subtask_associated_narrative_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
        </xs:keyref>
        <xs:keyref name="CL_keyref_CLL" refer="geia:CLL_key">
            <xs:selector xpath="geia:CL_task_subtask_associated_narrative_data"/>
            <xs:field xpath="geia:caution_warning_note_identifier"/>
        </xs:keyref>
        <!--CLL-->
        <xs:key name="CLL_key">
            <xs:selector xpath="geia:CLL_caution_warning_note_narrative_data"/>
            <xs:field xpath="geia:caution_warning_note_identifier"/>
        </xs:key>
        <!-- CM -->
        <xs:key name="CM_key">
            <xs:selector xpath="geia:CM_electronic_documentation_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
            <xs:field xpath="geia:subtask_information_code"/>
            <xs:field xpath="geia:subtask_information_code_variant"/>
            <xs:field xpath="geia:subtask_disassembly_code"/>
            <xs:field xpath="geia:subtask_item_location_code"/>
        </xs:key>
        <xs:keyref name="CM_keyref_CB" refer="geia:CB_key">
            <xs:selector xpath="geia:CM_electronic_documentation_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
        </xs:keyref>
        <!-- CN -->
        <xs:key name="CN_key">
            <xs:selector xpath="geia:CN_maintenance_procedure_inventory_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:maintenance_procedure_identifier"/>
        </xs:key>
        <xs:keyref name="CN_keyref_XA" refer="geia:XA_key">
            <xs:selector xpath="geia:CN_maintenance_procedure_inventory_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
        </xs:keyref>
        <!-- CO -->
        <xs:key name="CO_key">
            <xs:selector xpath="geia:CO_maintenance_procedure_task_sequence_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:maintenance_procedure_identifier"/>
            <xs:field xpath="geia:task_sequence_number"/>
        </xs:key>
        <xs:keyref name="CO_keyref_CA" refer="geia:CA_key">
            <xs:selector xpath="geia:CO_maintenance_procedure_task_sequence_data"/>
            <xs:field xpath="geia:sequenced_task_end_item_acronym_code"/>
            <xs:field xpath="geia:sequenced_task_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:sequenced_task_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:sequenced_task_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:sequenced_task_code"/>
        </xs:keyref>
        <xs:keyref name="CO_keyref_CN" refer="geia:CN_key">
            <xs:selector xpath="geia:CO_maintenance_procedure_task_sequence_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:maintenance_procedure_identifier"/>
        </xs:keyref>
        <!--CQ-->
        <xs:key name="CQ_key">
            <xs:selector xpath="geia:CQ_subtask_digital_file_data"/>
            <xs:field xpath="geia:document_id"/>
            <xs:field xpath="geia:originator_code"/>
            <xs:field xpath="geia:issue_number"/>
            <xs:field xpath="geia:security_classification"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
        </xs:key>
        <xs:keyref name="CQ_keyref_XT" refer="geia:XT_key">
            <xs:selector xpath="geia:CQ_subtask_digital_file_data"/>
            <xs:field xpath="geia:document_id"/>
            <xs:field xpath="geia:originator_code"/>
            <xs:field xpath="geia:issue_number"/>
            <xs:field xpath="geia:security_classification"/>
        </xs:keyref>
        <xs:keyref name="CQ_keyref_CB" refer="geia:CB_key">
            <xs:selector xpath="geia:CQ_subtask_digital_file_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
        </xs:keyref>
        <!--CR-->
        <xs:key name="CR_key">
            <xs:selector xpath="geia:CR_subtask_support_equipment_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
            <xs:field xpath="geia:subtask_support_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:subtask_support_reference_number"/>
        </xs:key>
        <xs:keyref name="CR_keyref_CB" refer="geia:CB_key">
            <xs:selector xpath="geia:CR_subtask_support_equipment_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
        </xs:keyref>
        <xs:keyref name="CR_keyref_HA" refer="geia:HA_key">
            <xs:selector xpath="geia:CR_subtask_support_equipment_data"/>
            <xs:field xpath="geia:subtask_support_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:subtask_support_reference_number"/>
        </xs:keyref>
        <!--CS-->
        <xs:key name="CS_key">
            <xs:selector xpath="geia:CS_subtask_provisioned_item_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
            <xs:field xpath="geia:subtask_provision_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:subtask_provision_reference_number"/>
            <xs:field xpath="geia:subtask_provision_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:subtask_provision_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:subtask_provision_logistics_support_analysis_control_number_type"/>
        </xs:key>
        <xs:keyref name="CS_keyref_CB" refer="geia:CB_key">
            <xs:selector xpath="geia:CS_subtask_provisioned_item_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
        </xs:keyref>
        <xs:keyref name="CS_keyref_HG" refer="geia:HG_key">
            <xs:selector xpath="geia:CS_subtask_provisioned_item_data"/>
            <xs:field xpath="geia:subtask_provision_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:subtask_provision_reference_number"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:subtask_provision_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:subtask_provision_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:subtask_provision_logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!--CT-->
        <xs:key name="CT_key">
            <xs:selector xpath="geia:CT_subtask_objective_states_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
            <xs:field xpath="geia:subtask_objective_state"/>
        </xs:key>
        <xs:keyref name="CT_keyref_CB" refer="geia:CB_key">
            <xs:selector xpath="geia:CT_subtask_objective_states_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
        </xs:keyref>
        <!--CU-->
        <xs:key name="CU_key">
            <xs:selector xpath="geia:CU_circuit_breaker_group_objective_states_order_data"/>
            <xs:field xpath="geia:circuit_breaker_end_item_acronym_code"/>
            <xs:field xpath="geia:circuit_breaker_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:circuit_breaker_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:circuit_breaker_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:circuit_breaker_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:circuit_breaker_reference_number"/>
            <xs:field xpath="geia:circuit_breaker_identification_code"/>
            <xs:field xpath="geia:circuit_breaker_objective_state"/>
            <xs:field xpath="geia:circuit_breaker_group_number"/>
            <xs:field xpath="geia:circuit_breaker_sequence_number"/>
        </xs:key>
        <xs:keyref name="CU_keyref_HGA" refer="geia:HGA_key">
            <xs:selector xpath="geia:CU_circuit_breaker_group_objective_states_order_data"/>
            <xs:field xpath="geia:circuit_breaker_end_item_acronym_code"/>
            <xs:field xpath="geia:circuit_breaker_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:circuit_breaker_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:circuit_breaker_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:circuit_breaker_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:circuit_breaker_reference_number"/>
            <xs:field xpath="geia:circuit_breaker_identification_code"/>
        </xs:keyref>
        <!--CUU-->
        <xs:key name="CUU_key">
            <xs:selector xpath="geia:CUU_subtask_circuit_breaker_objective_states_by_group_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
            <xs:field xpath="geia:circuit_breaker_end_item_acronym_code"/>
            <xs:field xpath="geia:circuit_breaker_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:circuit_breaker_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:circuit_breaker_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:circuit_breaker_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:circuit_breaker_reference_number"/>
            <xs:field xpath="geia:circuit_breaker_identification_code"/>
            <xs:field xpath="geia:circuit_breaker_objective_state"/>
            <xs:field xpath="geia:circuit_breaker_group_number"/>
            <xs:field xpath="geia:circuit_breaker_sequence_number"/>
        </xs:key>
        <xs:keyref name="CUU_keyref_CB" refer="geia:CB_key">
            <xs:selector xpath="geia:CUU_subtask_circuit_breaker_objective_states_by_group_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
        </xs:keyref>
        <xs:keyref name="CUU_keyref_CU" refer="geia:CU_key">
            <xs:selector xpath="geia:CUU_subtask_circuit_breaker_objective_states_by_group_data"/>
            <xs:field xpath="geia:circuit_breaker_end_item_acronym_code"/>
            <xs:field xpath="geia:circuit_breaker_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:circuit_breaker_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:circuit_breaker_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:circuit_breaker_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:circuit_breaker_reference_number"/>
            <xs:field xpath="geia:circuit_breaker_identification_code"/>
            <xs:field xpath="geia:circuit_breaker_objective_state"/>
            <xs:field xpath="geia:circuit_breaker_group_number"/>
            <xs:field xpath="geia:circuit_breaker_sequence_number"/>
        </xs:keyref>
        <!--CV-->
        <xs:key name="CV_key">
            <xs:selector xpath="geia:CV_scheduled_maintenance_events_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:initial_scheduled_maintenance_interval"/>
            <xs:field xpath="geia:initial_scheduled_maintenance_interval_measurement_base"/>
        </xs:key>
        <xs:keyref name="CV_keyref_CA" refer="geia:CA_key">
            <xs:selector xpath="geia:CV_scheduled_maintenance_events_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
        </xs:keyref>
        <!--CW-->
        <xs:key name="CW_key">
            <xs:selector xpath="geia:CW_scheduled_maintenance_sampling_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:initial_scheduled_maintenance_interval"/>
            <xs:field xpath="geia:initial_scheduled_maintenance_interval_measurement_base"/>
            <xs:field xpath="geia:initial_sampling_value"/>
            <xs:field xpath="geia:initial_sampling_type"/>
        </xs:key>
        <xs:keyref name="CW_keyref_CA" refer="geia:CA_key">
            <xs:selector xpath="geia:CW_scheduled_maintenance_sampling_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
        </xs:keyref>
        <!-- GA -->
        <xs:key name="GA_key">
            <xs:selector xpath="geia:GA_skill_specialty_data"/>
            <xs:field xpath="geia:skill_specialty_code"/>
        </xs:key>
        <!-- GB -->
        <xs:key name="GB_key">
            <xs:selector xpath="geia:GB_new_or_modified_skill_data"/>
            <xs:field xpath="geia:new_or_modified_skill_specialty_code"/>
        </xs:key>
        <!-- GD -->
        <xs:key name="GD_key">
            <xs:selector xpath="geia:GD_skill_aptitude_data"/>
            <xs:field xpath="geia:new_or_modified_skill_specialty_code"/>
            <xs:field xpath="geia:armed_services_vocational_aptitude_battery_aptitude_element"/>
        </xs:key>
        <xs:keyref name="GD_keyref_GB" refer="geia:GB_key">
            <xs:selector xpath="geia:GD_skill_aptitude_data"/>
            <xs:field xpath="geia:new_or_modified_skill_specialty_code"/>
        </xs:keyref>
        <!-- GE -->
        <xs:key name="GE_key">
            <xs:selector xpath="geia:GE_physical_and_mental_requirements_narrative_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
            <xs:field xpath="geia:subtask_person_identifier"/>
            <xs:field xpath="geia:new_or_modified_skill_specialty_code"/>
        </xs:key>
        <xs:keyref name="GE_keyref_CD" refer="geia:CD_key">
            <xs:selector xpath="geia:GE_physical_and_mental_requirements_narrative_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:subtask_number"/>
            <xs:field xpath="geia:subtask_person_identifier"/>
        </xs:keyref>
        <xs:keyref name="GE_keyref_GB" refer="geia:GB_key">
            <xs:selector xpath="geia:GE_physical_and_mental_requirements_narrative_data"/>
            <xs:field xpath="geia:new_or_modified_skill_specialty_code"/>
        </xs:keyref>
        <!-- EA -->
        <xs:key name="EA_key">
            <xs:selector xpath="geia:EA_support_equipment_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:key>
        <xs:keyref name="EA_keyref_HA" refer="geia:HA_key">
            <xs:selector xpath="geia:EA_support_equipment_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:keyref>
        <!-- EB -->
        <xs:key name="EB_key">
            <xs:selector xpath="geia:EB_allocation_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
            <xs:field xpath="geia:allowance_document_number"/>
        </xs:key>
        <xs:keyref name="EB_keyref_EA" refer="geia:EA_key">
            <xs:selector xpath="geia:EB_allocation_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:keyref>
        <!-- EC -->
        <xs:key name="EC_key">
            <xs:selector xpath="geia:EC_support_equipment_parameters_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
            <xs:field xpath="geia:support_equipment_parameter_group_code"/>
        </xs:key>
        <xs:keyref name="EC_keyref_EA" refer="geia:EA_key">
            <xs:selector xpath="geia:EC_support_equipment_parameters_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:keyref>
        <!-- ED -->
        <xs:key name="ED_key">
            <xs:selector xpath="geia:ED_support_equipment_authorization_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
            <xs:field xpath="geia:activity_name_location"/>
        </xs:key>
        <xs:keyref name="ED_keyref_EA" refer="geia:EA_key">
            <xs:selector xpath="geia:ED_support_equipment_authorization_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:keyref>
        <!-- EF -->
        <xs:key name="EF_key">
            <xs:selector xpath="geia:EF_support_equipment_recommendation_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
            <xs:field xpath="geia:support_equipment_recommendation_data_number"/>
            <xs:field xpath="geia:support_equipment_recommendation_data_revision"/>
        </xs:key>
        <xs:keyref name="EF_keyref_EA" refer="geia:EA_key">
            <xs:selector xpath="geia:EF_support_equipment_recommendation_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:keyref>
        <!-- EH -->
        <xs:key name="EH_key">
            <xs:selector xpath="geia:EH_alternate_national_stock_number_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
            <xs:field xpath="geia:support_equipment_recommendation_data_number"/>
            <xs:field xpath="geia:support_equipment_recommendation_data_revision"/>
            <xs:field xpath="geia:alternate_national_stock_number_federal_supply_classification"/>
            <xs:field xpath="geia:alternate_national_stock_number_national_item_identification_number"/>
        </xs:key>
        <xs:keyref name="EH_keyref_EF" refer="geia:EF_key">
            <xs:selector xpath="geia:EH_alternate_national_stock_number_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
            <xs:field xpath="geia:support_equipment_recommendation_data_number"/>
            <xs:field xpath="geia:support_equipment_recommendation_data_revision"/>
        </xs:keyref>
        <!-- EI -->
        <xs:key name="EI_key">
            <xs:selector xpath="geia:EI_input_power_source_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
            <xs:field xpath="geia:source_option_number"/>
        </xs:key>
        <xs:keyref name="EI_keyref_EA" refer="geia:EA_key">
            <xs:selector xpath="geia:EI_input_power_source_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:keyref>
        <!-- EJ -->
        <xs:key name="EJ_key">
            <xs:selector xpath="geia:EJ_support_equipment_design_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
            <xs:field xpath="geia:design_data_category_code"/>
        </xs:key>
        <xs:keyref name="EJ_keyref_EA" refer="geia:EA_key">
            <xs:selector xpath="geia:EJ_support_equipment_design_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:keyref>
        <!-- EK -->
        <xs:key name="EK_key">
            <xs:selector xpath="geia:EK_supercedure_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
            <xs:field xpath="geia:supercedure_reference_number"/>
            <xs:field xpath="geia:supercedure_commercial_and_government_entity_code"/>
        </xs:key>
        <xs:keyref name="EK_keyref_EA" refer="geia:EA_key">
            <xs:selector xpath="geia:EK_supercedure_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:keyref>
        <xs:keyref name="EK_keyref_HA" refer="geia:HA_key">
            <xs:selector xpath="geia:EK_supercedure_data"/>
            <xs:field xpath="geia:supercedure_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:supercedure_reference_number"/>
        </xs:keyref>
        <!-- EL -->
        <xs:key name="EL_key">
            <xs:selector xpath="geia:EL_support_equipment_integrated_logistics_support_requirement_category_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
            <xs:field xpath="geia:integrated_logistics_support_requirement_category_code"/>
        </xs:key>
        <xs:keyref name="EL_keyref_EA" refer="geia:EA_key">
            <xs:selector xpath="geia:EL_support_equipment_integrated_logistics_support_requirement_category_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:keyref>
        <!-- EM -->
        <xs:key name="EM_key">
            <xs:selector xpath="geia:EM_system_equipment_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
            <xs:field xpath="geia:system_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:system_reference_number"/>
        </xs:key>
        <xs:keyref name="EM_keyref_EA_support" refer="geia:EA_key">
            <xs:selector xpath="geia:EM_system_equipment_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:keyref>
        <xs:keyref name="EM_keyref_HA_system" refer="geia:HA_key">
            <xs:selector xpath="geia:EM_system_equipment_data"/>
            <xs:field xpath="geia:system_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:system_reference_number"/>
        </xs:keyref>
        <!-- UA -->
        <xs:key name="UA_key">
            <xs:selector xpath="geia:UA_article_requiring_support_unit_under_test_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:unit_under_test_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number_type"/>
        </xs:key>
        <xs:keyref name="UA_keyref_XB" refer="geia:XB_key">
            <xs:selector xpath="geia:UA_article_requiring_support_unit_under_test_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:unit_under_test_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- UB -->
        <xs:key name="UB_key">
            <xs:selector xpath="geia:UB_unit_under_test_support_equipment_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:unit_under_test_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:key>
        <xs:keyref name="UB_keyref_EA" refer="geia:EA_key">
            <xs:selector xpath="geia:UB_unit_under_test_support_equipment_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:keyref>
        <xs:keyref name="UB_keyref_UA" refer="geia:UA_key">
            <xs:selector xpath="geia:UB_unit_under_test_support_equipment_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:unit_under_test_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- UC -->
        <xs:key name="UC_key">
            <xs:selector xpath="geia:UC_operational_test_program_data"/>
            <xs:field xpath="geia:operational_test_program_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:operational_test_program_reference_number"/>
        </xs:key>
        <xs:keyref name="UC_keyref_HA" refer="geia:HA_key">
            <xs:selector xpath="geia:UC_operational_test_program_data"/>
            <xs:field xpath="geia:operational_test_program_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:operational_test_program_reference_number"/>
        </xs:keyref>
        <!-- UD -->
        <xs:key name="UD_key">
            <xs:selector xpath="geia:UD_unit_under_test_support_equipment_operational_test_program_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:unit_under_test_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
            <xs:field xpath="geia:operational_test_program_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:operational_test_program_reference_number"/>
        </xs:key>
        <xs:keyref name="UD_keyref_UB" refer="geia:UB_key">
            <xs:selector xpath="geia:UD_unit_under_test_support_equipment_operational_test_program_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:unit_under_test_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:keyref>
        <xs:keyref name="UD_keyref_UC" refer="geia:UC_key">
            <xs:selector xpath="geia:UD_unit_under_test_support_equipment_operational_test_program_data"/>
            <xs:field xpath="geia:operational_test_program_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:operational_test_program_reference_number"/>
        </xs:keyref>
        <!-- UE -->
        <xs:key name="UE_key">
            <xs:selector xpath="geia:UE_test_program_instruction_data"/>
            <xs:field xpath="geia:operational_test_program_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:operational_test_program_reference_number"/>
            <xs:field xpath="geia:test_program_instruction_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:test_program_instruction_reference_number"/>
        </xs:key>
        <xs:keyref name="UE_keyref_UC" refer="geia:UC_key">
            <xs:selector xpath="geia:UE_test_program_instruction_data"/>
            <xs:field xpath="geia:operational_test_program_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:operational_test_program_reference_number"/>
        </xs:keyref>
        <xs:keyref name="UE_keyref_HA_test_program" refer="geia:HA_key">
            <xs:selector xpath="geia:UE_test_program_instruction_data"/>
            <xs:field xpath="geia:test_program_instruction_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:test_program_instruction_reference_number"/>
        </xs:keyref>
        <!-- UG -->
        <xs:key name="UG_key">
            <xs:selector xpath="geia:UG_unit_under_test_parameter_group_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:unit_under_test_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
            <xs:field xpath="geia:unit_under_test_parameter_group_code"/>
        </xs:key>
        <xs:keyref name="UG_keyref_UB" refer="geia:UB_key">
            <xs:selector xpath="geia:UG_unit_under_test_parameter_group_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:unit_under_test_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:keyref>
        <!-- UH -->
        <xs:key name="UH_key">
            <xs:selector xpath="geia:UH_unit_under_test_fault_isolated_replaceable_unit_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:task_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:task_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:task_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_provision_task_code"/>
            <xs:field xpath="geia:task_provision_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:task_provision_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:task_provision_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_provision_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:task_provision_reference_number"/>
        </xs:key>
        <xs:keyref name="UH_keyref_CI" refer="geia:CI_key">
            <xs:selector xpath="geia:UH_unit_under_test_fault_isolated_replaceable_unit_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:task_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:task_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:task_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_provision_task_code"/>
            <xs:field xpath="geia:task_provision_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:task_provision_reference_number"/>
            <xs:field xpath="geia:task_provision_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:task_provision_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:task_provision_logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <xs:keyref name="UH_keyref_EA" refer="geia:EA_key">
            <xs:selector xpath="geia:UH_unit_under_test_fault_isolated_replaceable_unit_data"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:keyref>
        <!-- UI -->
        <xs:key name="UI_key">
            <xs:selector xpath="geia:UI_adapter_interconnector_device_data"/>
            <xs:field xpath="geia:adapter_interconnector_device_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:adapter_interconnector_device_reference_number"/>
        </xs:key>
        <xs:keyref name="UI_keyref_HA" refer="geia:HA_key">
            <xs:selector xpath="geia:UI_adapter_interconnector_device_data"/>
            <xs:field xpath="geia:adapter_interconnector_device_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:adapter_interconnector_device_reference_number"/>
        </xs:keyref>
        <!-- UJ -->
        <xs:key name="UJ_key">
            <xs:selector xpath="geia:UJ_unit_under_test_support_equipment_adapter_interconnector_device_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:unit_under_test_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
            <xs:field xpath="geia:adapter_interconnector_device_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:adapter_interconnector_device_reference_number"/>
        </xs:key>
        <xs:keyref name="UJ_keyref_UB" refer="geia:UB_key">
            <xs:selector xpath="geia:UJ_unit_under_test_support_equipment_adapter_interconnector_device_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:unit_under_test_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:keyref>
        <xs:keyref name="UJ_keyref_UI" refer="geia:UI_key">
            <xs:selector xpath="geia:UJ_unit_under_test_support_equipment_adapter_interconnector_device_data"/>
            <xs:field xpath="geia:adapter_interconnector_device_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:adapter_interconnector_device_reference_number"/>
        </xs:keyref>
        <!-- UK -->
        <xs:key name="UK_key">
            <xs:selector xpath="geia:UK_automatic_test_equipment_test_station_data"/>
            <xs:field xpath="geia:automatic_test_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:automatic_test_equipment_reference_number"/>
        </xs:key>
        <xs:keyref name="UK_keyref_HA" refer="geia:HA_key">
            <xs:selector xpath="geia:UK_automatic_test_equipment_test_station_data"/>
            <xs:field xpath="geia:automatic_test_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:automatic_test_equipment_reference_number"/>
        </xs:keyref>
        <!-- UL -->
        <xs:key name="UL_key">
            <xs:selector xpath="geia:UL_unit_under_test_support_equipment_automatic_test_equipment_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:unit_under_test_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
            <xs:field xpath="geia:automatic_test_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:automatic_test_equipment_reference_number"/>
        </xs:key>
        <xs:keyref name="UL_keyref_UB" refer="geia:UB_key">
            <xs:selector xpath="geia:UL_unit_under_test_support_equipment_automatic_test_equipment_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:unit_under_test_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:unit_under_test_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_reference_number"/>
        </xs:keyref>
        <xs:keyref name="UL_keyref_UK" refer="geia:UK_key">
            <xs:selector xpath="geia:UL_unit_under_test_support_equipment_automatic_test_equipment_data"/>
            <xs:field xpath="geia:automatic_test_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:automatic_test_equipment_reference_number"/>
        </xs:keyref>
        <!-- UM -->
        <xs:key name="UM_key">
            <xs:selector xpath="geia:UM_support_equipment_item_unit_under_test_data"/>
            <xs:field xpath="geia:support_equipment_unit_under_test_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_unit_under_test_reference_number"/>
        </xs:key>
        <xs:keyref name="UM_keyref_EA" refer="geia:EA_key">
            <xs:selector xpath="geia:UM_support_equipment_item_unit_under_test_data"/>
            <xs:field xpath="geia:support_equipment_unit_under_test_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_unit_under_test_reference_number"/>
        </xs:keyref>
        <!-- UN -->
        <xs:key name="UN_key">
            <xs:selector xpath="geia:UN_support_equipment_item_unit_under_test_parameter_group_data"/>
            <xs:field xpath="geia:testing_support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:testing_support_equipment_reference_number"/>
            <xs:field xpath="geia:support_equipment_unit_under_test_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_unit_under_test_reference_number"/>
            <xs:field xpath="geia:support_equipment_unit_under_test_parameter_group_code"/>
        </xs:key>
        <xs:keyref name="UN_keyref_EA" refer="geia:EA_key">
            <xs:selector xpath="geia:UN_support_equipment_item_unit_under_test_parameter_group_data"/>
            <xs:field xpath="geia:testing_support_equipment_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:testing_support_equipment_reference_number"/>
        </xs:keyref>
        <xs:keyref name="UN_keyref_UM" refer="geia:UM_key">
            <xs:selector xpath="geia:UN_support_equipment_item_unit_under_test_parameter_group_data"/>
            <xs:field xpath="geia:support_equipment_unit_under_test_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:support_equipment_unit_under_test_reference_number"/>
        </xs:keyref>
        <!-- FA -->
        <xs:key name="FA_key">
            <xs:selector xpath="geia:FA_facility_data"/>
            <xs:field xpath="geia:facility_name"/>
            <xs:field xpath="geia:facility_category_code"/>
            <xs:field xpath="geia:facility_type"/>
        </xs:key>
        <!-- FE -->
        <xs:key name="FE_key">
            <xs:selector xpath="geia:FE_operations_and_maintenance_task_facility_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
            <xs:field xpath="geia:facility_name"/>
            <xs:field xpath="geia:facility_category_code"/>
            <xs:field xpath="geia:facility_type"/>
        </xs:key>
        <xs:keyref name="FE_keyref_CA" refer="geia:CA_key">
            <xs:selector xpath="geia:FE_operations_and_maintenance_task_facility_requirement_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:task_code"/>
        </xs:keyref>
        <xs:keyref name="FE_keyref_FA" refer="geia:FA_key">
            <xs:selector xpath="geia:FE_operations_and_maintenance_task_facility_requirement_data"/>
            <xs:field xpath="geia:facility_name"/>
            <xs:field xpath="geia:facility_category_code"/>
            <xs:field xpath="geia:facility_type"/>
        </xs:keyref>
        <!--FZ-->
        <xs:key name="FZ_key">
            <xs:selector xpath="geia:FZ_facility_digital_file_data"/>
            <xs:field xpath="geia:facility_name"/>
            <xs:field xpath="geia:facility_category_code"/>
            <xs:field xpath="geia:facility_type"/>
            <xs:field xpath="geia:document_id"/>
            <xs:field xpath="geia:originator_code"/>
            <xs:field xpath="geia:issue_number"/>
            <xs:field xpath="geia:security_classification"/>
        </xs:key>
        <xs:keyref name="FZ_keyref_FA" refer="geia:FA_key">
            <xs:selector xpath="geia:FZ_facility_digital_file_data"/>
            <xs:field xpath="geia:facility_name"/>
            <xs:field xpath="geia:facility_category_code"/>
            <xs:field xpath="geia:facility_type"/>
        </xs:keyref>
        <xs:keyref name="FZ_keyref_XT" refer="geia:XT_key">
            <xs:selector xpath="geia:FZ_facility_digital_file_data"/>
            <xs:field xpath="geia:document_id"/>
            <xs:field xpath="geia:originator_code"/>
            <xs:field xpath="geia:issue_number"/>
            <xs:field xpath="geia:security_classification"/>
        </xs:keyref>
        <!-- JA -->
        <xs:key name="JA_key">
            <xs:selector xpath="geia:JA_transportation_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:key>
        <xs:keyref name="JA_keyref_XB" refer="geia:XB_key">
            <xs:selector xpath="geia:JA_transportation_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- JB -->
        <xs:key name="JB_key">
            <xs:selector xpath="geia:JB_transportation_shipping_mode_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:transportation_character_mode_type"/>
            <xs:field xpath="geia:transportation_character_number"/>
        </xs:key>
        <xs:keyref name="JB_keyref_JA" refer="geia:JA_key">
            <xs:selector xpath="geia:JB_transportation_shipping_mode_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- JC -->
        <xs:key name="JC_key">
            <xs:selector xpath="geia:JC_transported_end_item_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:transported_configuration_number"/>
            <xs:field xpath="geia:mobility_type"/>
        </xs:key>
        <xs:keyref name="JC_keyref_JA" refer="geia:JA_key">
            <xs:selector xpath="geia:JC_transported_end_item_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- JE -->
        <xs:key name="JE_key">
            <xs:selector xpath="geia:JE_transport_by_fiscal_year_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:transport_fiscal_year"/>
        </xs:key>
        <xs:keyref name="JE_keyref_JA" refer="geia:JA_key">
            <xs:selector xpath="geia:JE_transport_by_fiscal_year_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!--JG-->
        <xs:key name="JG_key">
            <xs:selector xpath="geia:JG_transportability_digital_file_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:document_id"/>
            <xs:field xpath="geia:originator_code"/>
            <xs:field xpath="geia:issue_number"/>
            <xs:field xpath="geia:security_classification"/>
        </xs:key>
        <xs:keyref name="JG_keyref_XT" refer="geia:XT_key">
            <xs:selector xpath="geia:JE_transport_by_fiscal_year_data"/>
            <xs:field xpath="geia:document_id"/>
            <xs:field xpath="geia:originator_code"/>
            <xs:field xpath="geia:issue_number"/>
            <xs:field xpath="geia:security_classification"/>
        </xs:keyref>
        <!-- HA -->
        <xs:key name="HA_key">
            <xs:selector xpath="geia:HA_item_identification_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
        </xs:key>
        <xs:keyref name="HA_keyref_XH" refer="geia:XH_key">
            <xs:selector xpath="geia:HA_item_identification_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
        </xs:keyref>
        <!-- HB -->
        <xs:key name="HB_key">
            <xs:selector xpath="geia:HB_additional_reference_number_data"/>
            <xs:field xpath="geia:additional_reference_number_item_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:additional_reference_number_item_reference_number"/>
            <xs:field xpath="geia:additional_reference_number_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:additional_reference_number"/>
        </xs:key>
        <xs:keyref name="HB_keyref_HA_item" refer="geia:HA_key">
            <xs:selector xpath="geia:HB_additional_reference_number_data"/>
            <xs:field xpath="geia:additional_reference_number_item_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:additional_reference_number_item_reference_number"/>
        </xs:keyref>
        <xs:keyref name="HB_keyref_XH" refer="geia:XH_key">
            <xs:selector xpath="geia:HB_additional_reference_number_data"/>
            <xs:field xpath="geia:additional_reference_number_commercial_and_government_entity_code"/>
        </xs:keyref>
        <!--HBA-->
        <xs:key name="HBA_key">
            <xs:selector xpath="geia:HBA_additional_national_stock_number_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:national_stock_number_federal_supply_classification"/>
            <xs:field xpath="geia:national_stock_number_national_item_identification_number"/>
        </xs:key>
        <xs:keyref name="HBA_keyref_HA_item" refer="geia:HA_key">
            <xs:selector xpath="geia:HBA_additional_national_stock_number_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
        </xs:keyref>
        <!-- HC -->
        <xs:key name="HC_key">
            <xs:selector xpath="geia:HC_contractor_technical_information_code_data"/>
            <xs:field xpath="geia:item_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:item_reference_number"/>
            <xs:field xpath="geia:contractor_technical_information_code_commercial_and_government_entity_code"/>
        </xs:key>
        <xs:keyref name="HC_keyref_XH" refer="geia:XH_key">
            <xs:selector xpath="geia:HC_contractor_technical_information_code_data"/>
            <xs:field xpath="geia:contractor_technical_information_code_commercial_and_government_entity_code"/>
        </xs:keyref>
        <xs:keyref name="HC_keyref_HA" refer="geia:HA_key">
            <xs:selector xpath="geia:HC_contractor_technical_information_code_data"/>
            <xs:field xpath="geia:item_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:item_reference_number"/>
        </xs:keyref>
        <!-- HD -->
        <xs:key name="HD_key">
            <xs:selector xpath="geia:HD_unit_price_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:price_type_selection"/>
            <xs:field xpath="geia:unit_price"/>
        </xs:key>
        <xs:keyref name="HD_keyref_HA" refer="geia:HA_key">
            <xs:selector xpath="geia:HD_unit_price_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
        </xs:keyref>
        <!-- HF -->
        <xs:key name="HF_key">
            <xs:selector xpath="geia:HF_item_packaging_requirement_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
        </xs:key>
        <xs:keyref name="HF_keyref_HA" refer="geia:HA_key">
            <xs:selector xpath="geia:HF_item_packaging_requirement_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
        </xs:keyref>
        <!-- HG -->
        <xs:key name="HG_key">
            <xs:selector xpath="geia:HG_part_application_provisioning_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:key>
        <xs:keyref name="HG_keyref_XB" refer="geia:XB_key">
            <xs:selector xpath="geia:HG_part_application_provisioning_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <xs:keyref name="HG_keyref_HA" refer="geia:HA_key">
            <xs:selector xpath="geia:HG_part_application_provisioning_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
        </xs:keyref>
        <!--HGA-->
        <xs:key name="HGA_key">
            <xs:selector xpath="geia:HGA_circuit_breaker_part_application_identifier_data"/>
            <xs:field xpath="geia:circuit_breaker_end_item_acronym_code"/>
            <xs:field xpath="geia:circuit_breaker_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:circuit_breaker_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:circuit_breaker_logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:circuit_breaker_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:circuit_breaker_reference_number"/>
            <xs:field xpath="geia:circuit_breaker_identification_code"/>
        </xs:key>
        <xs:keyref name="HGA_keyref_HG" refer="geia:HG_key">
            <xs:selector xpath="geia:HGA_circuit_breaker_part_application_identifier_data"/>
            <xs:field xpath="geia:circuit_breaker_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:circuit_breaker_reference_number"/>
            <xs:field xpath="geia:circuit_breaker_end_item_acronym_code"/>
            <xs:field xpath="geia:circuit_breaker_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:circuit_breaker_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:circuit_breaker_logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- HH -->
        <xs:key name="HH_key">
            <xs:selector xpath="geia:HH_overhaul_kit_next_higher_assembly_provisioning_list_item_sequence_number_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:next_higher_assembly_provisioning_list_item_sequence_number"/>
        </xs:key>
        <xs:keyref name="HH_keyref_HG" refer="geia:HG_key">
            <xs:selector xpath="geia:HH_overhaul_kit_next_higher_assembly_provisioning_list_item_sequence_number_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- HJ -->
        <xs:key name="HJ_key">
            <xs:selector xpath="geia:HJ_provisioning_reference_designation_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:reference_designation"/>
        </xs:key>
        <xs:keyref name="HJ_keyref_HG" refer="geia:HG_key">
            <xs:selector xpath="geia:HJ_provisioning_reference_designation_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- HK -->
        <xs:key name="HK_key">
            <xs:selector xpath="geia:HK_parts_manual_description_data"/>
            <xs:field xpath="geia:figure_number"/>
            <xs:field xpath="geia:item_number"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:technical_manual_code"/>
        </xs:key>
        <xs:keyref name="HK_keyref_XI" refer="geia:XI_key">
            <xs:selector xpath="geia:HK_parts_manual_description_data"/>
            <xs:field xpath="geia:technical_manual_code"/>
        </xs:keyref>
        <xs:keyref name="HK_keyref_HG" refer="geia:HG_key">
            <xs:selector xpath="geia:HK_parts_manual_description_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- HM -->
        <xs:key name="HM_key">
            <xs:selector xpath="geia:HM_item_basis_of_issue_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:control"/>
        </xs:key>
        <xs:keyref name="HM_keyref_HA" refer="geia:HA_key">
            <xs:selector xpath="geia:HM_item_basis_of_issue_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
        </xs:keyref>
        <!-- HN -->
        <xs:key name="HN_key">
            <xs:selector xpath="geia:HN_provisioning_serial_number_usable_on_code_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:serial_number_provisioning_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:serial_number_provisioning_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:serial_number_provisioning_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:serial_number_provisioning_reference_number"/>
            <xs:field xpath="geia:serial_number_provisioning_system_end_item_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:serial_number_provisioning_system_end_item_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:serial_number_provisioning_serial_number_from"/>
            <xs:field xpath="geia:serial_number_provisioning_serial_number_to"/>
        </xs:key>
        <xs:keyref name="HN_keyref_XD" refer="geia:XD_key">
            <xs:selector xpath="geia:HN_provisioning_serial_number_usable_on_code_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:serial_number_provisioning_system_end_item_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:serial_number_provisioning_system_end_item_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:serial_number_provisioning_serial_number_from"/>
            <xs:field xpath="geia:serial_number_provisioning_serial_number_to"/>
        </xs:keyref>
        <xs:keyref name="HN_keyref_HG_serial_number_provisioning" refer="geia:HG_key">
            <xs:selector xpath="geia:HN_provisioning_serial_number_usable_on_code_data"/>
            <xs:field xpath="geia:serial_number_provisioning_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:serial_number_provisioning_reference_number"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:serial_number_provisioning_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:serial_number_provisioning_system_end_item_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- HO -->
        <xs:key name="HO_key">
            <xs:selector xpath="geia:HO_provisioning_system_end_item_usable_on_code_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:usable_on_code_provisioning_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:usable_on_code_provisioning_reference_number"/>
            <xs:field xpath="geia:usable_on_code_provisioning_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:usable_on_code_provisioning_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:usable_on_code_provisioning_system_end_item_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:usable_on_code_provisioning_system_end_item_alternate_logistics_support_analysis_control_number_code"/>
        </xs:key>
        <xs:keyref name="HO_keyref_XC_usable_on_code_provisioning_system_end_item" refer="geia:XC_key">
            <xs:selector xpath="geia:HO_provisioning_system_end_item_usable_on_code_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:usable_on_code_provisioning_system_end_item_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:usable_on_code_provisioning_system_end_item_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <xs:keyref name="HO_keyref_HG_usable_on_code_provisioning" refer="geia:HG_key">
            <xs:selector xpath="geia:HO_provisioning_system_end_item_usable_on_code_data"/>
            <xs:field xpath="geia:usable_on_code_provisioning_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:usable_on_code_provisioning_reference_number"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:usable_on_code_provisioning_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:usable_on_code_provisioning_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- HP -->
        <xs:key name="HP_key">
            <xs:selector xpath="geia:HP_design_change_information_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:change_authority_number"/>
        </xs:key>
        <xs:keyref name="HP_keyref_HG" refer="geia:HG_key">
            <xs:selector xpath="geia:HP_design_change_information_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- HQ -->
        <xs:key name="HQ_key">
            <xs:selector xpath="geia:HQ_serial_number_effectivity_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:change_authority_number"/>
            <xs:field xpath="geia:from_serial_number_effectivity"/>
            <xs:field xpath="geia:to_serial_number_effectivity"/>
        </xs:key>
        <xs:keyref name="HQ_keyref_HP" refer="geia:HP_key">
            <xs:selector xpath="geia:HQ_serial_number_effectivity_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:change_authority_number"/>
        </xs:keyref>
        <!-- HR -->
        <xs:key name="HR_key">
            <xs:selector xpath="geia:HR_design_change_usable_on_code_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:usable_on_code_provisioning_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:usable_on_code_provisioning_reference_number"/>
            <xs:field xpath="geia:usable_on_code_provisioning_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:usable_on_code_provisioning_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:usable_on_code_provisioning_system_end_item_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:usable_on_code_provisioning_system_end_item_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:change_authority_number"/>
        </xs:key>
        <xs:keyref name="HR_keyref_HO" refer="geia:HO_key">
            <xs:selector xpath="geia:HR_design_change_usable_on_code_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:usable_on_code_provisioning_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:usable_on_code_provisioning_reference_number"/>
            <xs:field xpath="geia:usable_on_code_provisioning_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:usable_on_code_provisioning_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:usable_on_code_provisioning_system_end_item_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:usable_on_code_provisioning_system_end_item_alternate_logistics_support_analysis_control_number_code"/>
        </xs:keyref>
        <xs:keyref name="HR_keyref_HP" refer="geia:HP_key">
            <xs:selector xpath="geia:HR_design_change_usable_on_code_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:usable_on_code_provisioning_logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:usable_on_code_provisioning_alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:usable_on_code_provisioning_commercial_and_government_entity_code"/>
            <xs:field xpath="geia:usable_on_code_provisioning_reference_number"/>
            <xs:field xpath="geia:change_authority_number"/>
        </xs:keyref>
        <!-- HX -->
        <xs:key name="HX_key">
            <xs:selector xpath="geia:HX_design_change_digital_file_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:change_authority_number"/>
            <xs:field xpath="geia:document_id"/>
            <xs:field xpath="geia:originator_code"/>
            <xs:field xpath="geia:issue_number"/>
            <xs:field xpath="geia:security_classification"/>
        </xs:key>
        <xs:keyref name="HX_keyref_XT" refer="geia:XT_key">
            <xs:selector xpath="geia:HX_design_change_digital_file_data"/>
            <xs:field xpath="geia:document_id"/>
            <xs:field xpath="geia:originator_code"/>
            <xs:field xpath="geia:issue_number"/>
            <xs:field xpath="geia:security_classification"/>
        </xs:keyref>
        <xs:keyref name="HX_keyref_HP" refer="geia:HP_key">
            <xs:selector xpath="geia:HX_design_change_digital_file_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:change_authority_number"/>
        </xs:keyref>
        <!-- HY -->
        <xs:key name="HY_key">
            <xs:selector xpath="geia:HY_part_application_identification_digital_file_data"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:document_id"/>
            <xs:field xpath="geia:originator_code"/>
            <xs:field xpath="geia:issue_number"/>
            <xs:field xpath="geia:security_classification"/>
        </xs:key>
        <xs:keyref name="HY_keyref_XT" refer="geia:XT_key">
            <xs:selector xpath="geia:HY_part_application_identification_digital_file_data"/>
            <xs:field xpath="geia:document_id"/>
            <xs:field xpath="geia:originator_code"/>
            <xs:field xpath="geia:issue_number"/>
            <xs:field xpath="geia:security_classification"/>
        </xs:keyref>
        <xs:keyref name="HY_keyref_HG" refer="geia:HG_key">
            <xs:selector xpath="geia:HY_part_application_identification_digital_file_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:end_item_acronym_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number"/>
            <xs:field xpath="geia:alternate_logistics_support_analysis_control_number_code"/>
            <xs:field xpath="geia:logistics_support_analysis_control_number_type"/>
        </xs:keyref>
        <!-- HZ -->
        <xs:key name="HZ_key">
            <xs:selector xpath="geia:HZ_cage_reference_number_digital_file_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
            <xs:field xpath="geia:document_id"/>
            <xs:field xpath="geia:originator_code"/>
            <xs:field xpath="geia:issue_number"/>
            <xs:field xpath="geia:security_classification"/>
        </xs:key>
        <xs:keyref name="HZ_keyref_XT" refer="geia:XT_key">
            <xs:selector xpath="geia:HZ_cage_reference_number_digital_file_data"/>
            <xs:field xpath="geia:document_id"/>
            <xs:field xpath="geia:originator_code"/>
            <xs:field xpath="geia:issue_number"/>
            <xs:field xpath="geia:security_classification"/>
        </xs:keyref>
        <xs:keyref name="HZ_keyref_HA" refer="geia:HA_key">
            <xs:selector xpath="geia:HZ_cage_reference_number_digital_file_data"/>
            <xs:field xpath="geia:commercial_and_government_entity_code"/>
            <xs:field xpath="geia:reference_number"/>
        </xs:keyref>
    </xs:element>
    <!--Global attribute "role" is define here. This attribute is used by the key change complexTypes (e.g. XA_end_item_acronym_code_key_change_data_type) to differentiate between "old" and "new" keys.-->
    <xs:attribute name="role">
        <xs:annotation>
            <xs:documentation>Indicates type of key (old or new) for key_field_change transactions.</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
            <xs:restriction base="xs:string">
                <xs:pattern value="old|new"/>
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
</xs:schema>



file #2

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2010 rel. 3 sp1 (https://www.altova.com) by Ryan Mayes (USAMC Logistics Support Activity) -->
<!--
Document: GEIA_STD_0007_Types_B.xsd
Last Updated: 2013
Author: USAMC LOGSA
Description: Defines data types used by GEIA_STD_0007_B.xsd
-->
<xsd:schema xmlns="http://www.geia_STD_0007.com/2006/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.geia_STD_0007.com/2006/types" elementFormDefault="qualified">
    <xsd:simpleType name="achieved_availability_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,2})|([0-9]{0,2}\.[0-9]{0,6})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="acquisition_decision_office_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,15}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="acquisition_method_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="acquisition_method_suffix_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="activity_name_location_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,50}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="adapter_interconnector_device_required_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="additional_reference_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,32}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="additional_requirements_Type">
        <xsd:restriction base="xsd:string"/>
    </xsd:simpleType>
    <xsd:simpleType name="administrative_and_logistics_delay_time_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="administrative_lead_time_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="allocation_designation_description_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:pattern value="(INVRECORD)|(NOTAPPLIC)|(PERCRACRW)"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:pattern value="(PER[0-9]{2}ACFT)|(PER[0-9]{2}MISL)|(PER[0-9]{2}ENGN)|(PER[0-9]{2}LABS)|(PER[0-9]{2}TRGT)"/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="allocation_extended_range_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="allocation_land_vessel_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="L"/>
            <xsd:enumeration value="V"/>
            <xsd:enumeration value="B"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="allocation_maintenance_level_function_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="O"/>
            <xsd:enumeration value="OI"/>
            <xsd:enumeration value="I"/>
            <xsd:enumeration value="IW"/>
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="I1"/>
            <xsd:enumeration value="I2"/>
            <xsd:enumeration value="T3"/>
            <xsd:enumeration value="T"/>
            <xsd:enumeration value="F"/>
            <xsd:enumeration value="H"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="allocation_range_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="allocation_station_identification_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,5}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="allowance_document_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,10}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="allowance_item_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9`~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="allowance_item_quantity_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="alternate_logistics_support_analysis_control_number_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z0-9]{2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="annual_man_hours_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,5})|([0-9]{0,5}\.[0-9]{0,1})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="annual_number_of_missions_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,6}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="annual_operating_days_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:minInclusive value="0"/>
                    <xsd:maxInclusive value="366"/>
                    <xsd:pattern value="[0-9]{0,3}"/>
                    <!-- Value range is 0-366-->
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                    <!--“” accommodates null values for change file element deletions-->
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="annual_operating_requirement_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,6}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="annual_operating_time_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:minInclusive value="0"/>
                    <xsd:maxInclusive value="8784"/>
                    <xsd:pattern value="[0-9]{0,4}"/>
                    <!-- Value range is 0-8784. 8784 hours in a 366 day year.-->
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                    <!--“” accommodates null values for change file element deletions-->
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="armed_services_vocational_aptitude_battery_aptitude_element_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z| ]{0,2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="armed_services_vocational_aptitude_battery_expected_range_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="armed_services_vocational_aptitude_battery_lowest_percent_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="armed_services_vocational_aptitude_battery_test_score_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="authorized_quantity_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,5}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="automatic_data_processing_equipment_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="available_man_hour_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,6}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="available_quantity_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,5}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="axle_length_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,3})|([0-9]{0,3}\.[0-9]{0,1})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="built_in_test_cannot_duplicate_percentage_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="built_in_test_detectability_level_percentage_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="built_in_test_retest_ok_percent_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="calibration_interval_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="calibration_item_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="calibration_measurement_requirement_recommended_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="calibration_measurement_requirement_summary_parameter_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="calibration_measurement_requirement_summary_recommended_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="calibration_measurement_requirement_summary_status_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="calibration_procedure_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,20}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="calibration_required_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="calibration_standard_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="calibration_time_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,4})|([0-9]{0,4}\.[0-9]{0,1})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="caption_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,255}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="caution_warning_note_identifier_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z0-9]{0,5}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="change_authority_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,15}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="circuit_breaker_group_number_Type">
        <xsd:restriction base="xsd:integer">
            <xsd:pattern value="[0-9]{0,4}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="circuit_breaker_identification_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z0-9]{0,3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="circuit_breaker_objective_state_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="open"/>
            <xsd:enumeration value="close"/>
            <xsd:enumeration value="verify_open"/>
            <xsd:enumeration value="verify_closed"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="circuit_breaker_sequence_number_Type">
        <xsd:restriction base="xsd:integer">
            <xsd:pattern value="[0-9]{0,3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="circuit_breaker_type_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="electronic_circuit_breaker"/>
            <xsd:enumeration value="electromechanical_circuit_breaker"/>
            <xsd:enumeration value="dummy_circuit_breaker"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="cleaning_and_drying_procedures_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="commercial_and_government_entity_city_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Za-z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,20}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="commercial_and_government_entity_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9`~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{5}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="commercial_and_government_entity_name_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Za-z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,25}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="commercial_and_government_entity_nation_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Za-z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,20}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="commercial_and_government_entity_postal_zone_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,10}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="commercial_and_government_entity_state_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z]{2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="commercial_and_government_entity_street_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Za-z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,25}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="common_unit_under_test_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="contact_team_delay_time_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="container_length_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="container_national_stock_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,20}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="container_type_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,36}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="contract_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,19}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="contractor_furnished_equipment_government_furnished_equipment_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="G"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="contractor_technical_information_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="AB"/>
            <xsd:enumeration value="AC"/>
            <xsd:enumeration value="AD"/>
            <xsd:enumeration value="AG"/>
            <xsd:enumeration value="AK"/>
            <xsd:enumeration value="AM"/>
            <xsd:enumeration value="AN"/>
            <xsd:enumeration value="AP"/>
            <xsd:enumeration value="AV"/>
            <xsd:enumeration value="AY"/>
            <xsd:enumeration value="BB"/>
            <xsd:enumeration value="BC"/>
            <xsd:enumeration value="BD"/>
            <xsd:enumeration value="BG"/>
            <xsd:enumeration value="BK"/>
            <xsd:enumeration value="BM"/>
            <xsd:enumeration value="BN"/>
            <xsd:enumeration value="BP"/>
            <xsd:enumeration value="BV"/>
            <xsd:enumeration value="BY"/>
            <xsd:enumeration value="CB"/>
            <xsd:enumeration value="CC"/>
            <xsd:enumeration value="CD"/>
            <xsd:enumeration value="CG"/>
            <xsd:enumeration value="CK"/>
            <xsd:enumeration value="CM"/>
            <xsd:enumeration value="CN"/>
            <xsd:enumeration value="CP"/>
            <xsd:enumeration value="CV"/>
            <xsd:enumeration value="CY"/>
            <xsd:enumeration value="DB"/>
            <xsd:enumeration value="DC"/>
            <xsd:enumeration value="DD"/>
            <xsd:enumeration value="DG"/>
            <xsd:enumeration value="DK"/>
            <xsd:enumeration value="DM"/>
            <xsd:enumeration value="DN"/>
            <xsd:enumeration value="DP"/>
            <xsd:enumeration value="DV"/>
            <xsd:enumeration value="DY"/>
            <xsd:enumeration value="EB"/>
            <xsd:enumeration value="EC"/>
            <xsd:enumeration value="ED"/>
            <xsd:enumeration value="EG"/>
            <xsd:enumeration value="EK"/>
            <xsd:enumeration value="EM"/>
            <xsd:enumeration value="EN"/>
            <xsd:enumeration value="EP"/>
            <xsd:enumeration value="EV"/>
            <xsd:enumeration value="EY"/>
            <xsd:enumeration value="FB"/>
            <xsd:enumeration value="FC"/>
            <xsd:enumeration value="FD"/>
            <xsd:enumeration value="FG"/>
            <xsd:enumeration value="FK"/>
            <xsd:enumeration value="FM"/>
            <xsd:enumeration value="FN"/>
            <xsd:enumeration value="FP"/>
            <xsd:enumeration value="FV"/>
            <xsd:enumeration value="FY"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="control_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="1"/>
            <xsd:enumeration value="2"/>
            <xsd:enumeration value="3"/>
            <xsd:enumeration value="4"/>
            <xsd:enumeration value="5"/>
            <xsd:enumeration value="6"/>
            <xsd:enumeration value="7"/>
            <xsd:enumeration value="8"/>
            <xsd:enumeration value="9"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="conversion_factor_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[0-9]{0,5}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="cost_per_reorder_action_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,2})|([0-9]{0,2}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="cost_per_requisition_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,2})|([0-9]{0,2}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="cost_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,8}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="crest_angle_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:minInclusive value="0"/>
                    <xsd:maxInclusive value="90"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="crew_size_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,4}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="critical_item_code_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:pattern value="[P|M|B]{1}[CAOFDSLPQ]{2,12}"/>
                    <!--The standard specifies specific codes for positions 2-13, however there is no order for the codes, which means there could be thousands of permutations, too many to list.-->
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:pattern value="[C][A]|[C][O]|[F][D]|[F][S]|[L][L]|[P][Q]|[S][Q]"/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="criticality_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="currency_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="cushioning_and_dunnage_material_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9`~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="cushioning_thickness_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9`~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="custody_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="E"/>
            <xsd:enumeration value="P"/>
            <xsd:enumeration value="L"/>
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="M"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="data_status_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="G"/>
            <xsd:enumeration value="R"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="date_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="([0-9]{2}[0][1]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0-1]{1}))|([0-9]{2}[0][2]([0-2]{1}[1-9]{1}|[1][0]|[2][0]))|([0-9]{2}[0][3]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0-1]{1}))|([0-9]{2}[0][4]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0]))|([0-9]{2}[0][5]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0-1]{1}))|([0-9]{2}[0][6]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0]))|([0-9]{2}[0][7]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0-1]{1}))|([0-9]{2}[0][8]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0-1]{1}))|([0-9]{2}[0][9]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0]))|([0-9]{2}[1][0]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0-1]{1}))|([0-9]{2}[1][1]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0]))|([0-9]{2}[1][2]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0-1]{1}))"/>
            <!--Format date_type is YYMMDD.   YY = 00-99. MM = 01-12. DD restricted based on MM value (01-31 depending on month).-->
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="defense_logistics_information_service_screening_requirement_code_Type">
        <xsd:annotation>
            <xsd:documentation>DOD 4100.39-M</xsd:documentation>
        </xsd:annotation>
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="delivery_schedule_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="demilitarization_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="demilitarization_cost_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="design_data_category_code_contractor_recommended_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="design_data_category_code_government_required_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="design_data_category_code_scope_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,40}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="design_data_category_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="E"/>
            <xsd:enumeration value="F"/>
            <xsd:enumeration value="G"/>
            <xsd:enumeration value="H"/>
            <xsd:enumeration value="I"/>
            <xsd:enumeration value="J"/>
            <xsd:enumeration value="K"/>
            <xsd:enumeration value="L"/>
            <xsd:enumeration value="M"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="designated_rework_point_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,6}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="disassembly_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Za-z0-9]{2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="discount_rate_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,1})|([0-9]{0,1}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="document_availability_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="document_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9`~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{9}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="document_file_extension_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Za-z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,32}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="document_id_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[—A-Z0-9–-]{0,56}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="document_identifier_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="3"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="drawing_classification_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[ABCDEFGHIJ]{1}[1-3]{1}[YN]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="drawing_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[–A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;—]{0,32}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="drawing_Type">
        <xsd:restriction base="xsd:base64Binary"/>
    </xsd:simpleType>
    <xsd:simpleType name="duty_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,4}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="duty_position_requiring_a_new_or_revised_skill_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,19}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="duty_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,240}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="economic_analysis_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="element_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="E"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="end_item_acronym_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,10}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="end_item_range_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,8}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="engineering_failure_mode_mean_time_between_failure_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="10"/>
            <xsd:pattern value="([0-9]{0,10})|([0-9]*\.[0-9]*)|([0-9]*\.[0-9]*(e|E)(\+|-)?[0-9]+)"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="environmental_handling_and_transportation_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="essentiality_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="1"/>
            <xsd:enumeration value="3"/>
            <xsd:enumeration value="5"/>
            <xsd:enumeration value="6"/>
            <xsd:enumeration value="7"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="estimated_salvage_value_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="event_trigger_Type">
        <xsd:restriction base="xsd:string"/>
    </xsd:simpleType>
    <xsd:simpleType name="external_or_internal_load_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="facility_area_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,6}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="facility_category_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[0-9]{0,6}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="facility_name_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Za-z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,32}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="facility_class_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,19}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="facility_requirement_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="facility_type_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="D"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="failure_effect_probability_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,1})|([0-9]{0,1}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="failure_mode_classification_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="T"/>
            <xsd:enumeration value="O"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="failure_mode_criticality_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="10"/>
            <xsd:pattern value="([0-9]{0,10})|([0-9]*\.[0-9]*)|([0-9]*\.[0-9]*(e|E)(\+|-)?[0-9]+)"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="failure_mode_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[F|D]{1}[A-Z0-9]{3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="failure_mode_ratio_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-1]{0,1})|([0]{0,1}\.[0-9]{0,3})|([1]{0,1}\.[0]{0,3})"/>
                    <!--Valid = e.g. 0,1, 0.000, 0.01, 0.999, 1.000, 1.0-->
                    <!--Invalid = e.g. 1.01-->
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="failure_probability_level_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="E"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="failure_rate_data_source_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,32}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="failure_rate_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="10"/>
            <xsd:pattern value="([0-9]{0,10})|([0-9]*\.[0-9]*)|([0-9]*\.[0-9]*(e|E)(\+|-)?[0-9]+)"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="family_group_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,10}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="fault_isolation_ambiguity_group_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="fault_isolation_percent_failure_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,2})|([0-9]{0,2}\.[0-9]{0,1})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="federal_supply_classification_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[0-9]{4}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="figure_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,4}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="fiscal_year_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[0-9]{2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="freight_classification_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,7}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="generic_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,5}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="government_designator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,20}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="graphic_source_identification_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,47}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="hardness_critical_item_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="hardness_critical_procedure_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="S"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="hazardous_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="hazardous_maintenance_procedure_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="D"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="hazardous_materials_storage_cost_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,8}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="hazardous_waste_disposal_cost_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,8}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="hazardous_waste_storage_cost_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,8}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="helicopter_mission_altitude_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,5}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="helicopter_mission_distance_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="helicopter_mission_payload_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,8}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="helicopter_mission_temperature_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:minInclusive value="-460"/>
                    <xsd:pattern value="[0-9]{0,3}|[-][0-9]{0,3}"/>
                    <!--[-] allows for negative value-->
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="helicopter_mission_time_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,2})|([0-9]{0,2}\.[0-9]{0,1})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="highway_model_load_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="highway_transportation_type_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="highway_transporter_model_type_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,19}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="holding_cost_percentage_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="hour_labor_rate_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,2})|([0-9]{0,2}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="identification_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,19}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="indenture_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z*]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="industrial_materials_analysis_of_capacity_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,19}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="information_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Za-z0-9]{3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="information_code_variant_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Za-z0-9]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="inherent_availability_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,2})|([0-9]{0,2}\.[0-9]{0,6})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="inherent_maintenance_factor_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,1})|([0-9]{0,1}\.[0-9]{0,1})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="initial_bin_cost_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,4}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="initial_cataloging_cost_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,4}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="input_power_source_ac_dc_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="D"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="input_power_source_frequency_range_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="input_power_source_operating_range_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="input_power_source_percent_maximum_ripple_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,2})|([0-9]{0,2}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="input_power_source_phase_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[1-3]{1}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="input_power_source_watts_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,5}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="integrated_logistics_support_requirement_category_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="E"/>
            <xsd:enumeration value="F"/>
            <xsd:enumeration value="G"/>
            <xsd:enumeration value="H"/>
            <xsd:enumeration value="I"/>
            <xsd:enumeration value="J"/>
            <xsd:enumeration value="K"/>
            <xsd:enumeration value="L"/>
            <xsd:enumeration value="M"/>
            <xsd:enumeration value="N"/>
            <xsd:enumeration value="O"/>
            <xsd:enumeration value="P"/>
            <xsd:enumeration value="Q"/>
            <xsd:enumeration value="R"/>
            <xsd:enumeration value="S"/>
            <xsd:enumeration value="T"/>
            <xsd:enumeration value="U"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="interchangeability_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="OW"/>
            <xsd:enumeration value="OR"/>
            <xsd:enumeration value="TW"/>
            <xsd:enumeration value="NI"/>
            <xsd:enumeration value="NR"/>
            <xsd:enumeration value="OM"/>
            <xsd:enumeration value="TM"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="interest_rate_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,1})|([0-9]{0,1}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="intermediate_container_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9`~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="intermediate_container_quantity_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="interoperable_item_number_type_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="I"/>
            <xsd:enumeration value="M"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="issue_number_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="inventory_storage_space_cost_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,2})|([0-9]{0,2}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="item_category_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="7"/>
            <xsd:enumeration value="8"/>
            <xsd:enumeration value="M"/>
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="1"/>
            <xsd:enumeration value="H"/>
            <xsd:enumeration value="4"/>
            <xsd:enumeration value="5"/>
            <xsd:enumeration value="6"/>
            <xsd:enumeration value="2"/>
            <xsd:enumeration value="G"/>
            <xsd:enumeration value="N"/>
            <xsd:enumeration value="P"/>
            <xsd:enumeration value="R"/>
            <xsd:enumeration value="3"/>
            <xsd:enumeration value="Q"/>
            <xsd:enumeration value="S"/>
            <xsd:enumeration value="T"/>
            <xsd:enumeration value="W"/>
            <xsd:enumeration value="X"/>
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="Z"/>
            <xsd:enumeration value="9"/>
            <xsd:enumeration value="V"/>
            <xsd:enumeration value="E"/>
            <xsd:enumeration value="F"/>
            <xsd:enumeration value="J"/>
            <xsd:enumeration value="K"/>
            <xsd:enumeration value="L"/>
            <xsd:enumeration value="U"/>
            <xsd:enumeration value="AA"/>
            <xsd:enumeration value="AB"/>
            <xsd:enumeration value="AC"/>
            <xsd:enumeration value="AD"/>
            <xsd:enumeration value="AE"/>
            <xsd:enumeration value="AF"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="item_criticality_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="10"/>
            <xsd:pattern value="([0-9]{0,10})|([0-9]*\.[0-9]*)|([0-9]*\.[0-9]*(e|E)(\+|-)?[0-9]+)"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="item_designator_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,26}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="item_function_identifier_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="item_location_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Za-z0-9]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="item_management_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="item_name_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9`~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{5}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="item_name_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Za-z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,19}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="item_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z0-9]{0,4}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="item_class_of_supply_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="4"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="item_subclass_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="job_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="job_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,40}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="julian_date_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,5}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="labor_rate_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,2})|([0-9]{0,2}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="life_cycle_status_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="F"/>
            <xsd:enumeration value="P"/>
            <xsd:enumeration value="S"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="life_span_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="line_item_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,6}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="line_replaceable_unit_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="linear_measure_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,3})|([0-9]{0,3}\.[0-9]{0,1})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="loading_factor_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,1})|([0-9]{0,1}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="logistics_considerations_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="logistics_control_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="F"/>
            <xsd:enumeration value="N"/>
            <xsd:enumeration value="O"/>
            <xsd:enumeration value="R"/>
            <xsd:enumeration value="S"/>
            <xsd:enumeration value="T"/>
            <xsd:enumeration value="U"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="logistics_decision_office_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,15}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="logistics_support_analysis_control_number_indenture_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="logistics_support_analysis_control_number_nomenclature_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,19}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="logistics_support_analysis_control_number_structure_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[0-9]{0,18}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="logistics_support_analysis_control_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,18}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="logistics_support_analysis_control_number_type_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="F"/>
            <xsd:enumeration value="P"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="logistics_support_analysis_recommendation_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="lot_quantity_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,6}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="maintenance_action_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="S"/>
            <xsd:enumeration value="R"/>
            <xsd:enumeration value="T"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="maintenance_interval_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="10"/>
            <xsd:pattern value="([0-9]{0,10})|([0-9]*\.[0-9]*)|([0-9]*\.[0-9]*(e|E)(\+|-)?[0-9]+)"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="maintenance_plan_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,23}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="maintenance_procedure_identifier_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,10}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="maintenance_procedure_title_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,36}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="maintenance_replacement_rate_i_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,4})|([0-9]{0,4}\.[0-9]{0,4})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="maintenance_replacement_rate_ii_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,5})|([0-9]{0,5}\.[0-9]{0,3})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="maintenance_replacement_rate_modifier_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[ABC0123456789]{6}[W]{0,1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="maintenance_task_distribution_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:minInclusive value="0"/>
                    <xsd:maxInclusive value="99"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="management_plan_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="managing_command_agency_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,10}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="man_hour_per_operating_hour_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,3})|([0-9]{0,3}\.[0-9]{0,5})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="material_leadtime_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="material_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,240}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="material_weight_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,3})|([0-9]{0,3}\.[0-9]{0,3})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="maximum_allowable_operating_time_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,4}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="maximum_time_to_repair_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,3})|([0-9]{0,3}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="maximum_unit_pack_cube_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,6})|([0-9]{0,4}\.[0-9]{0,3})"/>
                    <!--This allows for values up to 999999. According to MIL-STD-2073E, values greater than 9999.999 should be prefixed with an X followed by whole numbers (up to six characters, e.g. X999999). However, the X is used for reports/summaries and indicates that the value following the X is a whole number, and the decimal placeholders/slots on the report should be disregarded. In other words, it changes the field format on the report from a decimal to a whole number to accommodate more digits. From a standards/schema standpoint, the data can be manipulated as needed when creating reports/summaries (an X can be generated for the report)-->
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="maximum_unit_pack_weight_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="([0-9]{0,5})|([ABC]{1}[0-9]{0,4})"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="mean_active_maintenance_downtime_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,5})|([0-9]{0,5}\.[0-9]{0,1})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="mean_elapsed_time_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,3})|([0-9]{0,3}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="mean_man_hours_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,3})|([0-9]{0,3}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="mean_man_minutes_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,4})|([0-9]{0,4}\.[0-9]{0,1})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="mean_minute_elapsed_time_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,4})|([0-9]{0,4}\.[0-9]{0,1})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="mean_mission_duration_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,5})|([0-9]{0,5}\.[0-9]{0,1})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="mean_time_between_effective_function_failures_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="10"/>
            <xsd:pattern value="([0-9]{0,10})|([0-9]*\.[0-9]*)|([0-9]*\.[0-9]*(e|E)(\+|-)?[0-9]+)"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="mean_time_between_failures_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="10"/>
            <xsd:pattern value="([0-9]{0,10})|([0-9]*\.[0-9]*)|([0-9]*\.[0-9]*(e|E)(\+|-)?[0-9]+)"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="mean_time_between_maintenance_actions_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="10"/>
            <xsd:pattern value="([0-9]{0,10})|([0-9]*\.[0-9]*)|([0-9]*\.[0-9]*(e|E)(\+|-)?[0-9]+)"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="mean_time_between_maintenance_induced_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="10"/>
            <xsd:pattern value="([0-9]{0,10})|([0-9]*\.[0-9]*)|([0-9]*\.[0-9]*(e|E)(\+|-)?[0-9]+)"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="mean_time_between_maintenance_inherent_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="10"/>
            <xsd:pattern value="([0-9]{0,10})|([0-9]*\.[0-9]*)|([0-9]*\.[0-9]*(e|E)(\+|-)?[0-9]+)"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="mean_time_between_maintenance_no_defect_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="10"/>
            <xsd:pattern value="([0-9]{0,10})|([0-9]*\.[0-9]*)|([0-9]*\.[0-9]*(e|E)(\+|-)?[0-9]+)"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="mean_time_between_noneffective_function_failures_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="10"/>
            <xsd:pattern value="([0-9]{0,10})|([0-9]*\.[0-9]*)|([0-9]*\.[0-9]*(e|E)(\+|-)?[0-9]+)"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="mean_time_between_preventive_maintenance_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="10"/>
            <xsd:pattern value="([0-9]{0,10})|([0-9]*\.[0-9]*)|([0-9]*\.[0-9]*(e|E)(\+|-)?[0-9]+)"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="mean_time_between_removals_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="10"/>
            <xsd:pattern value="([0-9]{0,10})|([0-9]*\.[0-9]*)|([0-9]*\.[0-9]*(e|E)(\+|-)?[0-9]+)"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="mean_time_between_system_aborts_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="10"/>
            <xsd:pattern value="([0-9]{0,10})|([0-9]*\.[0-9]*)|([0-9]*\.[0-9]*(e|E)(\+|-)?[0-9]+)"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="mean_time_to_repair_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,3})|([0-9]{0,3}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="means_of_detection_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="M"/>
            <xsd:enumeration value="N"/>
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="P"/>
            <xsd:enumeration value="H"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="measurement_base_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="F"/>
            <xsd:enumeration value="G"/>
            <xsd:enumeration value="H"/>
            <xsd:enumeration value="K"/>
            <xsd:enumeration value="L"/>
            <xsd:enumeration value="M"/>
            <xsd:enumeration value="O"/>
            <xsd:enumeration value="R"/>
            <xsd:enumeration value="S"/>
            <xsd:enumeration value="T"/>
            <xsd:enumeration value="U"/>
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="E"/>
            <xsd:enumeration value="B"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="method_of_preservation_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="2"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="military_load_classification_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="military_packing_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="military_unit_type_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,240}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="minimal_packing_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="minimum_equipment_list_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="minimum_replacement_unit_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="mission_phase_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z0-9*]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="mission_phase_operational_mode_Type">
        <xsd:restriction base="xsd:string"/>
    </xsd:simpleType>
    <xsd:simpleType name="mobile_facility_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="V"/>
            <xsd:enumeration value="X"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="mobility_type_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="modification_or_change_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="narrative_Type">
        <xsd:restriction base="xsd:string"/>
    </xsd:simpleType>
    <xsd:simpleType name="national_item_identification_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="9"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="national_stock_number_activity_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="2"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="national_stock_number_cognizance_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="2"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="national_stock_number_materiel_control_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="national_stock_number_special_materiel_identification_code_materiel_management_aggregation_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="2"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="net_explosive_weight_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,10}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="next_higher_assembly_provisioning_list_item_sequence_number_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="N"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="*"/>
            <xsd:enumeration value="F"/>
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="E"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="nonoperational_fragility_factor_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="not_repairable_this_station_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:minInclusive value="0"/>
                    <xsd:maxInclusive value="100"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="number_of_activities_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="number_of_shops_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="number_of_skids_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="number_of_systems_supported_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,6}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="number_operation_locations_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,4}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="objective_state_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="task_checked"/>
            <xsd:enumeration value="jacked"/>
            <xsd:enumeration value="unjacked"/>
            <xsd:enumeration value="safety_device_established"/>
            <xsd:enumeration value="electrical_power_established"/>
            <xsd:enumeration value="electrical_power_from_engine_established"/>
            <xsd:enumeration value="electrical_power_from_apu_established"/>
            <xsd:enumeration value="external_electrical_power_established"/>
            <xsd:enumeration value="internal_electrical_power_established"/>
            <xsd:enumeration value="hydraulic_power_established"/>
            <xsd:enumeration value="air_supply_established"/>
            <xsd:enumeration value="fueled"/>
            <xsd:enumeration value="defueled"/>
            <xsd:enumeration value="water_supply_established"/>
            <xsd:enumeration value="controls_status_established"/>
            <xsd:enumeration value="controls_status_established"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="operating_time_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,4})|([0-9]{0,4}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="operation_level_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="operation_life_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="operational_availability_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,2})|([0-9]{0,2}\.[0-9]{0,6})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="operational_requirement_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="W"/>
            <xsd:enumeration value="P"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="operational_test_program_coordinated_test_plan_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="operational_test_program_standards_for_comparison_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="operational_weight_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,3})|([0-9]{0,3}\.[0-9]{0,1})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="operations_and_maintenance_level_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="operators_manual_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,16}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="optional_procedures_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="organizational_level_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="E"/>
            <xsd:enumeration value="F"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="overhaul_replacement_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Q"/>
            <xsd:enumeration value="R"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="overhaul_replacement_rate_quantity_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="4"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="packaging_category_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="4"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="parameter_accuracy_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,26}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="parameter_group_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z]{2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="parameter_input_or_output_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="I"/>
            <xsd:enumeration value="O"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="parameter_range_or_value_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="R"/>
            <xsd:enumeration value="V"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="parameter_range_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="10"/>
            <xsd:pattern value="([0-9]{0,10})|([0-9]*\.[0-9]*)|([0-9]*\.[0-9]*(e|E)(\+|-)?[0-9]+)"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="parameter_test_accuracy_ratio_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="1"/>
            <xsd:enumeration value="2"/>
            <xsd:enumeration value="3"/>
            <xsd:enumeration value="4"/>
            <xsd:enumeration value="5"/>
            <xsd:enumeration value="6"/>
            <xsd:enumeration value="7"/>
            <xsd:enumeration value="8"/>
            <xsd:enumeration value="9"/>
            <xsd:enumeration value="0"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="parameter_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,12}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="percentile_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[0-9]{2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="person_identifier_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="personnel_turnover_rate_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="physical_and_mental_requirements_narrative_Type">
        <xsd:restriction base="xsd:string"/>
    </xsd:simpleType>
    <xsd:simpleType name="physical_security_pilferage_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="pilot_rework_overhaul_candidate_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
            <xsd:enumeration value="A"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="precious_metal_indicator_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="preparing_activity_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,25}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="preservation_material_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="2"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="preventive_maintenance_checks_and_services_indicator_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="price_concurrent_production_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="price_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,11})|([0-9]{0,11}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="price_type_selection_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="I"/>
            <xsd:enumeration value="M"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="procurement_quantity_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="production_lead_time_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="productivity_factor_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="([0-9]{0,1})|([0-9]{0,1}\.[0-9]{0,2})"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="program_element_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z0-9]{0,3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="program_parts_selection_list_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="program_support_inventory_control_point_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="2"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="proper_shipping_name_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,60}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="prorated_exhibit_line_item_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,6}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="prorated_quantity_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,6}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="provisioning_contract_control_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9`~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{6}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="provisioning_list_category_code_list_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="E"/>
            <xsd:enumeration value="F"/>
            <xsd:enumeration value="G"/>
            <xsd:enumeration value="H"/>
            <xsd:enumeration value="J"/>
            <xsd:enumeration value="K"/>
            <xsd:enumeration value="L"/>
            <xsd:enumeration value="M"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="provisioning_list_item_sequence_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-HJ-NP-Z0-9]{0,5}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="provisioning_nomenclature_Type">
        <xsd:restriction base="xsd:string"/>
    </xsd:simpleType>
    <xsd:simpleType name="provisioning_price_used_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="provisioning_remarks_Type">
        <xsd:restriction base="xsd:string"/>
    </xsd:simpleType>
    <xsd:simpleType name="provisioning_system_identifier_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="provisioning_technical_documentation_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="quantity_per_activity_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[0-9]{0,3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="quantity_per_assembly_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,4}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="quantity_per_end_item_calculation_option_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="1"/>
            <xsd:enumeration value="2"/>
            <xsd:enumeration value="3"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="quantity_per_end_item_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,5}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="quantity_per_figure_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="quantity_per_task_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,3})|([0-9]{0,3}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="quantity_per_unit_pack_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="3"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="quantity_procured_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,6}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="quantity_shipped_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,6}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="rail_transportation_country_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,240}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="rail_use_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[CGABUN]{0,5}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="reason_for_supercedure_deletion_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A1"/>
            <xsd:enumeration value="B1"/>
            <xsd:enumeration value="B2"/>
            <xsd:enumeration value="B3"/>
            <xsd:enumeration value="B4"/>
            <xsd:enumeration value="B5"/>
            <xsd:enumeration value="B6"/>
            <xsd:enumeration value="B7"/>
            <xsd:enumeration value="C1"/>
            <xsd:enumeration value="D1"/>
            <xsd:enumeration value="F1"/>
            <xsd:enumeration value="F2"/>
            <xsd:enumeration value="F3"/>
            <xsd:enumeration value="G1"/>
            <xsd:enumeration value="H1"/>
            <xsd:enumeration value="I1"/>
            <xsd:enumeration value="J1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="recommended_civilian_grade_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9`~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{4}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="recommended_initial_system_stock_buy_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="recommended_military_rank_rate_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="C00"/>
            <xsd:enumeration value="E01"/>
            <xsd:enumeration value="E02"/>
            <xsd:enumeration value="E03"/>
            <xsd:enumeration value="E04"/>
            <xsd:enumeration value="E05"/>
            <xsd:enumeration value="E06"/>
            <xsd:enumeration value="E07"/>
            <xsd:enumeration value="E08"/>
            <xsd:enumeration value="E09"/>
            <xsd:enumeration value="W01"/>
            <xsd:enumeration value="W02"/>
            <xsd:enumeration value="W03"/>
            <xsd:enumeration value="W04"/>
            <xsd:enumeration value="W05"/>
            <xsd:enumeration value="O01"/>
            <xsd:enumeration value="O02"/>
            <xsd:enumeration value="O03"/>
            <xsd:enumeration value="O04"/>
            <xsd:enumeration value="O05"/>
            <xsd:enumeration value="O06"/>
            <xsd:enumeration value="O07"/>
            <xsd:enumeration value="O08"/>
            <xsd:enumeration value="O09"/>
            <xsd:enumeration value="O10"/>
            <xsd:enumeration value="O11"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="recommended_minimum_system_stock_level_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="recommended_tender_load_list_quantity_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="recurring_bin_cost_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,4}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="recurring_cataloging_cost_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,4}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="reference_designation_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="U"/>
            <xsd:enumeration value="F"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="Z"/>
            <xsd:enumeration value="H"/>
            <xsd:enumeration value="T"/>
            <xsd:enumeration value="R"/>
            <xsd:enumeration value="S"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="reference_designation_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,64}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="reference_number_category_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="reference_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="32"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="reference_number_variation_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="reliability_availability_and_maintainability_indicator_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="P"/>
            <xsd:enumeration value="M"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="reliability_availability_and_maintainability_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="reliability_centered_maintenance_disposition_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9`~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="reliability_centered_maintenance_logic_results_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="reliability_centered_maintenance_logic_utilized_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,32}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="remain_in_place_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="N"/>
            <xsd:enumeration value="S"/>
            <xsd:enumeration value="P"/>
            <xsd:enumeration value="M"/>
            <xsd:enumeration value="V"/>
            <xsd:enumeration value="X"/>
            <xsd:enumeration value="C"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="repair_cycle_time_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="repair_survival_rate_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="repair_work_space_cost_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,2})|([0-9]{0,2}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="replaced_or_superseding_provisioning_list_item_sequence_number_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="R"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="replaced_or_superseding_provisioning_list_item_sequence_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,5}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="replacement_task_distribution_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:minInclusive value="0"/>
                    <xsd:maxInclusive value="100"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="reportable_item_control_code_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{1}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="required_days_of_stock_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="retail_stockage_criteria_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[0-9]{0,2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="revision_date_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="([0-9]{2}[0][1]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0-1]{1}))|([0-9]{2}[0][2]([0-2]{1}[1-9]{1}|[1][0]|[2][0]))|([0-9]{2}[0][3]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0-1]{1}))|([0-9]{2}[0][4]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0]))|([0-9]{2}[0][5]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0-1]{1}))|([0-9]{2}[0][6]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0]))|([0-9]{2}[0][7]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0-1]{1}))|([0-9]{2}[0][8]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0-1]{1}))|([0-9]{2}[0][9]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0]))|([0-9]{2}[1][0]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0-1]{1}))|([0-9]{2}[1][1]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0]))|([0-9]{2}[1][2]([0-2]{1}[1-9]{1}|[1][0]|[2][0]|[3][0-1]{1}))"/>
            <!--Format revision_date_type is YYMMDD.   YY = 00-99. MM = 01-12. DD restricted based on MM value (01-31 depending on month).-->
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="revision_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z| ]{0,2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="revolving_assets_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="Q{1}[0-9]{3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="safety_hazard_severity_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="safety_level_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[0-9]{0,2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="sampling_description_Type">
        <xsd:restriction base="xsd:string"/>
    </xsd:simpleType>
    <xsd:simpleType name="sampling_type_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="ratio"/>
            <xsd:enumeration value="value"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="sampling_value_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,3})|([0]{0,1}\.[0-9]{0,2})|([1]{0,1}\.[0]{0,2})"/>
                    <!--Valid = e.g. 0,1, 0.00, 0.01, 0.99, 1.00, 1.0-->
                    <!--Invalid = e.g. 1.01-->
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="scheduled_maintenance_interval_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,10}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="schedule_b_export_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,10}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="sea_deck_stowage_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="sectionalized_identification_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="sectionalized_item_transportation_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="security_classification_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[0-9]{2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="security_clearance_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{1}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="self_test_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="M"/>
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="sensors_or_transducers_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="serial_number_effectivity_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,10}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="serial_number_usable_on_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z0-9]{0,3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="service_designator_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="F"/>
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="T"/>
            <xsd:enumeration value="S"/>
            <xsd:enumeration value="N"/>
            <xsd:enumeration value="M"/>
            <xsd:enumeration value="X"/>
            <xsd:enumeration value="J"/>
            <xsd:enumeration value="O"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="shelf_life_action_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="shelf_life_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="ship_distance_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[0-9]{0,4}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="ship_time_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[0-9]{0,3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="shipping_configuration_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="CB"/>
            <xsd:enumeration value="CM"/>
            <xsd:enumeration value="CN"/>
            <xsd:enumeration value="CR"/>
            <xsd:enumeration value="CS"/>
            <xsd:enumeration value="CT"/>
            <xsd:enumeration value="CU"/>
            <xsd:enumeration value="CY"/>
            <xsd:enumeration value="DR"/>
            <xsd:enumeration value="EC"/>
            <xsd:enumeration value="ED"/>
            <xsd:enumeration value="KE"/>
            <xsd:enumeration value="LS"/>
            <xsd:enumeration value="MW"/>
            <xsd:enumeration value="MX"/>
            <xsd:enumeration value="PT"/>
            <xsd:enumeration value="RL"/>
            <xsd:enumeration value="RT"/>
            <xsd:enumeration value="SB"/>
            <xsd:enumeration value="SD"/>
            <xsd:enumeration value="VE"/>
            <xsd:enumeration value="VO"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="shipping_weight_Type">
        <xsd:restriction base="xsd:decimal">
            <xsd:pattern value="([0-9]{0,3})|([0-9]{0,3}\.[0-9]{0,1})"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="sketch_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="skid_area_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,5})|([0-9]{0,5}\.[0-9]{0,1})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="skill_level_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="I"/>
            <xsd:enumeration value="A"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="skill_specialty_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,7}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="skill_specialty_evaluation_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="M"/>
            <xsd:enumeration value="E"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="source_maintenance_recoverability_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="6"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="source_option_number_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="spare_factor_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="Q{1}[0-9]{0,3}|P{1}[0-9]{0,3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="spares_acquisition_integrated_with_production_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="special_maintenance_item_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="F"/>
            <xsd:enumeration value="G"/>
            <xsd:enumeration value="H"/>
            <xsd:enumeration value="J"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="special_management_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="T"/>
            <xsd:enumeration value="P"/>
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="S"/>
            <xsd:enumeration value="M"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="special_marking_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="2"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="special_material_content_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="special_packaging_instruction_number_revision_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="special_packaging_instruction_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="10"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="speed_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="standard_interservice_agency_serial_control_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z]{1}[0-9]{6}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="standby_time_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:minInclusive value="0"/>
                    <xsd:maxInclusive value="8784"/>
                    <xsd:pattern value="[0-9]{0,4}"/>
                    <!-- Value range is 0-8784. 8784 hours in a 366 day year.-->
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                    <!--“” accommodates null values for change file element deletions-->
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="subtask_description_Type">
        <xsd:restriction base="xsd:string"/>
    </xsd:simpleType>
    <xsd:simpleType name="subtask_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[0][0-9][1-9]|[0][1-9][0-9]|[1-9][0-9][0-9]"/>
            <!--First group restricts to 001-099 (but excludes 010, 020, 030 etc.). Second group adds back exclusions (excludes 010, 020, 030 etc.). Third group restricts to 100-999.-->
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="supercedure_type_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="D"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="supplemental_packaging_data_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,59}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="support_concept_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="E"/>
            <xsd:enumeration value="F"/>
            <xsd:enumeration value="G"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="support_equipment_full_item_name_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Za-z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,42}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="support_equipment_grouping_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[0-9]{3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="support_equipment_recommendation_data_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:length value="10"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="support_equipment_recommendation_data_revision_remarks_Type">
        <xsd:restriction base="xsd:string"/>
    </xsd:simpleType>
    <xsd:simpleType name="support_equipment_recommendation_data_status_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="G"/>
            <xsd:enumeration value="R"/>
            <xsd:enumeration value="U"/>
            <xsd:enumeration value="X"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="support_equipment_required_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="support_of_support_equipment_cost_factor_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,1})|([0-9]{0,1}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="supression_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="system_end_item_identifier_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="S"/>
            <xsd:enumeration value="E"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="system_equipment_quantity_per_test_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="task_associated_narrative_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="task_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-7`~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{7}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="task_condition_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="task_criticality_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="task_frequency_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,3})|([0-9]{0,3}\.[0-9]{0,4})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="task_identification_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,36}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="task_performance_standard_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z]{1}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="task_remarks_reference_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9`~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="task_remarks_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,240}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="task_sequence_number_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,4}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="task_subtask_associated_narrative_type_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="WARNING"/>
            <xsd:enumeration value="CAUTION"/>
            <xsd:enumeration value="NOTE"/>
            <xsd:enumeration value="SPECIAL REQUIREMENT"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="task_type_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="P"/>
            <xsd:enumeration value="U"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="technical_evaluation_priority_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9`~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="technical_manual_change_number_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="technical_manual_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9`~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="technical_manual_functional_group_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,11}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="technical_manual_indenture_code_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{1}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="technical_manual_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,30}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="technical_manual_required_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,17}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="test_language_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z| ]{0,6}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="test_measurement_and_diagnostic_equipment_register_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="E"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="test_measurement_and_diagnostic_equipment_register_index_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9`~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{7}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="test_points_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="test_program_instruction_technical_data_package_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="test_requirements_document_number_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,15}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="test_score_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="theater_of_operation_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z]{0,5}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="thumbnail_Type">
        <xsd:restriction base="xsd:base64Binary"/>
    </xsd:simpleType>
    <xsd:simpleType name="tool_support_equipment_requirement_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="S"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="total_item_changes_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="total_quantity_recommended_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,6}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="total_systems_supported_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,6}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="towing_speed_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="tracked_ground_pressure_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,7}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="tracked_pad_shoe_area_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,5})|([0-9]{0,5}\.[0-9]{0,1})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="tracked_pads_touching_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="training_cost_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,5})|([0-9]{0,5}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="training_equipment_requirement_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="training_location_rationale_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z]{0,4}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="training_rationale_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z]{0,4}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="training_recommendation_type_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="J"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="transportation_character_mode_type_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="E"/>
            <xsd:enumeration value="F"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="transportation_character_number_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="transportation_cost_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,3})|([0-9]{0,3}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="transportation_end_item_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="transportation_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="S"/>
            <xsd:enumeration value="E"/>
            <xsd:enumeration value="B"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="transported_configuration_number_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="type_acquisition_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="type_classfication_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="type_equipment_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,4}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="type_of_activity_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,15}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="type_of_change_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="D"/>
            <xsd:enumeration value="G"/>
            <xsd:enumeration value="L"/>
            <xsd:enumeration value="M"/>
            <xsd:enumeration value="Q"/>
            <xsd:enumeration value="T"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="type_of_price_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="A"/>
            <xsd:enumeration value="B"/>
            <xsd:enumeration value="C"/>
            <xsd:enumeration value="D"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="type_of_supply_system_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="N"/>
            <xsd:enumeration value="V"/>
            <xsd:enumeration value="X"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="unit_container_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9`~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="unit_container_level_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="1"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="unit_cost_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,8}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="unit_of_issue_conversion_factor_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[0-9]{5}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="unit_of_issue_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="2"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="unit_of_measure_price_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,8})|([0-9]{0,8}\.[0-9]{0,2})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="unit_of_measure_Type">
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="2"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="unit_under_test_explanation_data_Type">
        <xsd:restriction base="xsd:string"/>
    </xsd:simpleType>
    <xsd:simpleType name="unit_under_test_fault_isolated_replaceable_unit_test_requirements_document_indicator_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="Y"/>
            <xsd:enumeration value="N"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="unit_under_test_parameter_operational_specification_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:enumeration value="O"/>
            <xsd:enumeration value="S"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="unit_under_test_work_package_reference_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,6}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="unit_weight_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="([0-9]{0,5})|([ABC]{1}[0-9]{0,4})"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="usable_on_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z0-9]{0,3}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="using_service_designator_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[AFYTSNMXJO]{0,8}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="utilization_ratio_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-1]{0,1})|([0]{0,1}\.[0-9]{0,2})|([1]{0,1}\.[0]{0,2})"/>
                    <!--Valid = e.g. 0,1, 0.00, 0.01, 0.99, 1.00, 1.0-->
                    <!--Invalid = e.g. 1.01-->
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="wearout_life_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,6}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="weight_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:decimal">
                    <xsd:pattern value="([0-9]{0,5})|([0-9]{0,5}\.[0-9]{0,1})"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="wheeled_inflation_pressure_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,3}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="wheeled_number_of_plies_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="wheeled_number_tires_Type">
        <xsd:union>
            <xsd:simpleType>
                <xsd:restriction base="xsd:integer">
                    <xsd:pattern value="[0-9]{0,2}"/>
                </xsd:restriction>
            </xsd:simpleType>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=""/>
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:union>
    </xsd:simpleType>
    <xsd:simpleType name="wheeled_tire_load_ratings_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,10}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="wheeled_tire_size_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,10}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="wheeled_weight_ratings_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,10}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="work_area_code_access_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,10}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="work_area_code_zone_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,10}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="work_unit_code_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9 `~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{0,11}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="wrapping_material_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[A-Z_0-9`~!@#$%^&amp;*()_+-=\[\]\\{}\|;&apos;&quot;,./?&gt;&lt;]{2}"/>
        </xsd:restriction>
    </xsd:simpleType>
    <xsd:simpleType name="year_Type">
        <xsd:restriction base="xsd:string">
            <xsd:pattern value="[0-9]{2}"/>
        </xsd:restriction>
    </xsd:simpleType>
</xsd:schema>


island
Posted: Friday, February 20, 2015 7:40:13 AM
Rank: Newbie

Joined: 10/28/2002
Posts: 1,283
Location: AT
Hi,

The general procedure is to save "file1.xsd" and the second schema file i.e. "GEIA_STD_0007_Types_B.xsd" to the same folder on your file system (the same folder because "file1.xsd" references "GEIA_STD_0007_Types_B.xsd" via a relative path in the same folder) . Then open "file1.xsd" in XML Spy (in the schema design view) and then select Convert | Create DB Structure from XML Schema.

Users browsing this topic
guest

Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Use of the Altova User Forum(s) is governed by the Altova Terms of Use.