rubyhealthvault 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/LICENSE +52 -0
- data/README +19 -0
- data/Rakefile +149 -0
- data/bin/certs/HelloWorld-SDK_ID-05a059c9-c309-46af-9b86-b06d42510550.pfx +0 -0
- data/bin/certs/helloWorld.pem +52 -0
- data/bin/example.rb +80 -0
- data/bin/hv.log +118 -0
- data/lib/application.rb +37 -0
- data/lib/code_generation/xsd_parser.rb +376 -0
- data/lib/config.rb +28 -0
- data/lib/connection.rb +61 -0
- data/lib/healthvault.rb +2 -0
- data/lib/request.rb +113 -0
- data/lib/response.rb +50 -0
- data/lib/templates/complex_type_template.erb +64 -0
- data/lib/templates/simple_type_template.erb +65 -0
- data/lib/templates/thing_class_extension_template.erb +22 -0
- data/lib/utils/crypto_utils.rb +69 -0
- data/lib/utils/string_utils.rb +35 -0
- data/lib/wc_data/complex_type.rb +249 -0
- data/lib/wc_data/generated/application/app.rb +217 -0
- data/lib/wc_data/generated/application/app_id_and_incr_auth.rb +118 -0
- data/lib/wc_data/generated/application/app_large_logo.rb +56 -0
- data/lib/wc_data/generated/application/app_large_logo_info.rb +66 -0
- data/lib/wc_data/generated/application/app_persistent_tokens.rb +64 -0
- data/lib/wc_data/generated/application/app_small_logo.rb +56 -0
- data/lib/wc_data/generated/application/app_small_logo_info.rb +66 -0
- data/lib/wc_data/generated/application/app_with_logos.rb +291 -0
- data/lib/wc_data/generated/application/public_key.rb +43 -0
- data/lib/wc_data/generated/application/public_keys.rb +48 -0
- data/lib/wc_data/generated/application/statement.rb +30 -0
- data/lib/wc_data/generated/application/statement_info.rb +66 -0
- data/lib/wc_data/generated/auth/app_record_auth_action.rb +61 -0
- data/lib/wc_data/generated/auth/associated_cred_info.rb +70 -0
- data/lib/wc_data/generated/auth/auth.rb +44 -0
- data/lib/wc_data/generated/auth/auth_session_credential.rb +68 -0
- data/lib/wc_data/generated/auth/auth_session_sub_credential.rb +45 -0
- data/lib/wc_data/generated/auth/auth_xml.rb +44 -0
- data/lib/wc_data/generated/auth/federating_cred.rb +48 -0
- data/lib/wc_data/generated/auth/rule.rb +187 -0
- data/lib/wc_data/generated/auth/rules.rb +48 -0
- data/lib/wc_data/generated/auth/set.rb +70 -0
- data/lib/wc_data/generated/auth/simple_card_space_credential.rb +48 -0
- data/lib/wc_data/generated/auth/simple_passport_credential.rb +47 -0
- data/lib/wc_data/generated/auth/simple_user_pass_credential.rb +48 -0
- data/lib/wc_data/generated/auth/textual_permissions.rb +66 -0
- data/lib/wc_data/generated/auth/textual_permissions_type.rb +81 -0
- data/lib/wc_data/generated/auth/textual_rule.rb +154 -0
- data/lib/wc_data/generated/auth/token.rb +90 -0
- data/lib/wc_data/generated/auth/user_pass_auth_session_cred.rb +92 -0
- data/lib/wc_data/generated/auth/user_pass_cred.rb +70 -0
- data/lib/wc_data/generated/dates/approx_date.rb +82 -0
- data/lib/wc_data/generated/dates/approx_date_time.rb +62 -0
- data/lib/wc_data/generated/dates/date.rb +86 -0
- data/lib/wc_data/generated/dates/date_time.rb +82 -0
- data/lib/wc_data/generated/dates/day.rb +56 -0
- data/lib/wc_data/generated/dates/hour.rb +56 -0
- data/lib/wc_data/generated/dates/millisecond.rb +56 -0
- data/lib/wc_data/generated/dates/minute.rb +56 -0
- data/lib/wc_data/generated/dates/month.rb +56 -0
- data/lib/wc_data/generated/dates/second.rb +56 -0
- data/lib/wc_data/generated/dates/structured_approx_date.rb +82 -0
- data/lib/wc_data/generated/dates/time.rb +102 -0
- data/lib/wc_data/generated/dates/year.rb +56 -0
- data/lib/wc_data/generated/methods/add_application/info.rb +375 -0
- data/lib/wc_data/generated/methods/create_authenticated_session_token/auth_token_info.rb +72 -0
- data/lib/wc_data/generated/methods/create_authenticated_session_token/credential.rb +88 -0
- data/lib/wc_data/generated/methods/create_authenticated_session_token/info.rb +50 -0
- data/lib/wc_data/generated/methods/create_connect_request/info.rb +136 -0
- data/lib/wc_data/generated/methods/delete_open_query/info.rb +50 -0
- data/lib/wc_data/generated/methods/delete_pending_connect_request/info.rb +49 -0
- data/lib/wc_data/generated/methods/get_authorized_connect_requests/info.rb +48 -0
- data/lib/wc_data/generated/methods/get_authorized_records/info.rb +52 -0
- data/lib/wc_data/generated/methods/get_open_query_info/info.rb +50 -0
- data/lib/wc_data/generated/methods/get_person_info/info.rb +48 -0
- data/lib/wc_data/generated/methods/get_thing_type/info.rb +118 -0
- data/lib/wc_data/generated/methods/get_thing_type/thing_type_section_spec.rb +63 -0
- data/lib/wc_data/generated/methods/get_things/info.rb +51 -0
- data/lib/wc_data/generated/methods/get_things/thing_filter_spec.rb +296 -0
- data/lib/wc_data/generated/methods/get_things/thing_format_spec.rb +75 -0
- data/lib/wc_data/generated/methods/get_things/thing_request_group.rb +197 -0
- data/lib/wc_data/generated/methods/get_things/thing_section_spec.rb +67 -0
- data/lib/wc_data/generated/methods/get_vocabulary/info.rb +48 -0
- data/lib/wc_data/generated/methods/get_vocabulary/vocabulary_parameters.rb +73 -0
- data/lib/wc_data/generated/methods/put_things/info.rb +51 -0
- data/lib/wc_data/generated/methods/query_permissions/info.rb +51 -0
- data/lib/wc_data/generated/methods/remove_things/info.rb +52 -0
- data/lib/wc_data/generated/methods/response/add_application/info.rb +51 -0
- data/lib/wc_data/generated/methods/response/any/info.rb +52 -0
- data/lib/wc_data/generated/methods/response/create_authenticated_session_token/app_auth_token_absence_reason.rb +72 -0
- data/lib/wc_data/generated/methods/response/create_authenticated_session_token/auth_token_absence_reason.rb +49 -0
- data/lib/wc_data/generated/methods/response/create_authenticated_session_token/info.rb +78 -0
- data/lib/wc_data/generated/methods/response/create_connect_request/info.rb +52 -0
- data/lib/wc_data/generated/methods/response/delete_open_query/info.rb +52 -0
- data/lib/wc_data/generated/methods/response/get_application_settings/app_settings.rb +54 -0
- data/lib/wc_data/generated/methods/response/get_application_settings/info.rb +70 -0
- data/lib/wc_data/generated/methods/response/get_authorized_connect_requests/connect_request.rb +114 -0
- data/lib/wc_data/generated/methods/response/get_authorized_connect_requests/info.rb +72 -0
- data/lib/wc_data/generated/methods/response/get_authorized_records/info.rb +53 -0
- data/lib/wc_data/generated/methods/response/get_people_for_record/info.rb +76 -0
- data/lib/wc_data/generated/methods/response/get_person_info/info.rb +52 -0
- data/lib/wc_data/generated/methods/response/get_service_definition/configuration_entry.rb +71 -0
- data/lib/wc_data/generated/methods/response/get_service_definition/info.rb +141 -0
- data/lib/wc_data/generated/methods/response/get_service_definition/platform.rb +98 -0
- data/lib/wc_data/generated/methods/response/get_service_definition/sdk_assembly.rb +94 -0
- data/lib/wc_data/generated/methods/response/get_service_definition/shell.rb +95 -0
- data/lib/wc_data/generated/methods/response/get_service_definition/shell_redirect_token.rb +93 -0
- data/lib/wc_data/generated/methods/response/get_service_definition/xml_method.rb +75 -0
- data/lib/wc_data/generated/methods/response/get_service_definition/xml_method_version.rb +92 -0
- data/lib/wc_data/generated/methods/response/get_thing_type/column.rb +130 -0
- data/lib/wc_data/generated/methods/response/get_thing_type/columns.rb +52 -0
- data/lib/wc_data/generated/methods/response/get_thing_type/image.rb +71 -0
- data/lib/wc_data/generated/methods/response/get_thing_type/info.rb +53 -0
- data/lib/wc_data/generated/methods/response/get_thing_type/thing_type_info.rb +232 -0
- data/lib/wc_data/generated/methods/response/get_thing_type/transform_source.rb +72 -0
- data/lib/wc_data/generated/methods/response/get_thing_type/transforms.rb +52 -0
- data/lib/wc_data/generated/methods/response/get_things/info.rb +54 -0
- data/lib/wc_data/generated/methods/response/get_things/thing_response_group.rb +118 -0
- data/lib/wc_data/generated/methods/response/get_things/unprocessed_thing_key_info.rb +95 -0
- data/lib/wc_data/generated/methods/response/get_vocabulary/info.rb +76 -0
- data/lib/wc_data/generated/methods/response/put_things/info.rb +53 -0
- data/lib/wc_data/generated/methods/response/query_permissions/info.rb +54 -0
- data/lib/wc_data/generated/methods/response/query_permissions/permissions.rb +53 -0
- data/lib/wc_data/generated/methods/response/query_permissions/thing_type_permission.rb +89 -0
- data/lib/wc_data/generated/methods/response/search_vocabulary/info.rb +74 -0
- data/lib/wc_data/generated/methods/save_open_query/info.rb +227 -0
- data/lib/wc_data/generated/methods/search_vocabulary/info.rb +70 -0
- data/lib/wc_data/generated/methods/search_vocabulary/vocabulary_search_params.rb +69 -0
- data/lib/wc_data/generated/methods/search_vocabulary/vocabulary_search_string.rb +68 -0
- data/lib/wc_data/generated/methods/send_insecure_message/info.rb +155 -0
- data/lib/wc_data/generated/methods/send_insecure_message_from_application/from_mailbox.rb +71 -0
- data/lib/wc_data/generated/methods/send_insecure_message_from_application/info.rb +178 -0
- data/lib/wc_data/generated/methods/set_application_settings/app_settings.rb +52 -0
- data/lib/wc_data/generated/methods/set_application_settings/info.rb +48 -0
- data/lib/wc_data/generated/methods/update_application/info.rb +384 -0
- data/lib/wc_data/generated/methods/update_external_id/info.rb +70 -0
- data/lib/wc_data/generated/record/active_app_authorization.rb +196 -0
- data/lib/wc_data/generated/record/active_person_authorization.rb +290 -0
- data/lib/wc_data/generated/record/active_person_authorization_no_ids.rb +250 -0
- data/lib/wc_data/generated/record/authorized_record_state.rb +53 -0
- data/lib/wc_data/generated/record/non_active_authorization.rb +340 -0
- data/lib/wc_data/generated/record/non_active_authorization_no_ids.rb +300 -0
- data/lib/wc_data/generated/request/authenticated_session_info.rb +88 -0
- data/lib/wc_data/generated/request/header.rb +274 -0
- data/lib/wc_data/generated/request/info.rb +48 -0
- data/lib/wc_data/generated/request/offline_person_info.rb +46 -0
- data/lib/wc_data/generated/request/request.rb +86 -0
- data/lib/wc_data/generated/request/xsl.rb +64 -0
- data/lib/wc_data/generated/thing/access_avenue.rb +49 -0
- data/lib/wc_data/generated/thing/aerobic/aerobic_session.rb +112 -0
- data/lib/wc_data/generated/thing/aerobic_profile/aerobic_profile.rb +153 -0
- data/lib/wc_data/generated/thing/aerobic_profile/heartrate_zone.rb +90 -0
- data/lib/wc_data/generated/thing/aerobic_profile/heartrate_zone_group.rb +72 -0
- data/lib/wc_data/generated/thing/aerobic_profile/max_vo2.rb +68 -0
- data/lib/wc_data/generated/thing/aerobic_profile/zone_boundary.rb +68 -0
- data/lib/wc_data/generated/thing/aerobic_weekly/aerobic_weekly.rb +72 -0
- data/lib/wc_data/generated/thing/allergic_episode/allergic_episode.rb +108 -0
- data/lib/wc_data/generated/thing/allergy/allergy.rb +186 -0
- data/lib/wc_data/generated/thing/annotation/annotation.rb +144 -0
- data/lib/wc_data/generated/thing/application/app_specific.rb +137 -0
- data/lib/wc_data/generated/thing/appointment/appointment.rb +166 -0
- data/lib/wc_data/generated/thing/audit.rb +150 -0
- data/lib/wc_data/generated/thing/audit_action.rb +53 -0
- data/lib/wc_data/generated/thing/basic/basic.rb +180 -0
- data/lib/wc_data/generated/thing/basic/birthyear.rb +58 -0
- data/lib/wc_data/generated/thing/basic/country.rb +45 -0
- data/lib/wc_data/generated/thing/basic/firstdow.rb +58 -0
- data/lib/wc_data/generated/thing/basic/gender.rb +51 -0
- data/lib/wc_data/generated/thing/blood_glucose/blood_glucose.rb +172 -0
- data/lib/wc_data/generated/thing/blood_pressure/blood_pressure.rb +133 -0
- data/lib/wc_data/generated/thing/cardiac_profile/cardiac_profile.rb +209 -0
- data/lib/wc_data/generated/thing/cholesterol_profile/cholesterol_profile.rb +129 -0
- data/lib/wc_data/generated/thing/common.rb +126 -0
- data/lib/wc_data/generated/thing/concern/concern.rb +71 -0
- data/lib/wc_data/generated/thing/condition/condition.rb +127 -0
- data/lib/wc_data/generated/thing/contact/contact.rb +49 -0
- data/lib/wc_data/generated/thing/contraindication/contraindication.rb +129 -0
- data/lib/wc_data/generated/thing/daily_medication_usage/daily_medication_usage.rb +218 -0
- data/lib/wc_data/generated/thing/data_other.rb +82 -0
- data/lib/wc_data/generated/thing/data_xml.rb +80 -0
- data/lib/wc_data/generated/thing/diabetic_profile/diabetic_profile.rb +92 -0
- data/lib/wc_data/generated/thing/diabetic_profile/target_glucose_zone.rb +90 -0
- data/lib/wc_data/generated/thing/diabetic_profile/target_glucose_zone_group.rb +72 -0
- data/lib/wc_data/generated/thing/diabetic_profile/zone_boundary.rb +68 -0
- data/lib/wc_data/generated/thing/dietary_intake_daily/dietary_intake_daily.rb +249 -0
- data/lib/wc_data/generated/thing/directive/directive.rb +343 -0
- data/lib/wc_data/generated/thing/discharge_summary/discharge_summary.rb +366 -0
- data/lib/wc_data/generated/thing/effective_permissions.rb +66 -0
- data/lib/wc_data/generated/thing/emotion/emotion.rb +109 -0
- data/lib/wc_data/generated/thing/encounter/encounter.rb +143 -0
- data/lib/wc_data/generated/thing/equipment/device.rb +163 -0
- data/lib/wc_data/generated/thing/extension.rb +123 -0
- data/lib/wc_data/generated/thing/family_history/family_history.rb +203 -0
- data/lib/wc_data/generated/thing/family_history_condition/family_history_condition.rb +49 -0
- data/lib/wc_data/generated/thing/family_history_person/family_history_person.rb +107 -0
- data/lib/wc_data/generated/thing/file/file.rb +90 -0
- data/lib/wc_data/generated/thing/guid_and_name.rb +66 -0
- data/lib/wc_data/generated/thing/hb_a1_c/hb_a1_c.rb +111 -0
- data/lib/wc_data/generated/thing/healthcare_proxy/healthcare_proxy.rb +144 -0
- data/lib/wc_data/generated/thing/height/height.rb +71 -0
- data/lib/wc_data/generated/thing/immunization/immunization.rb +244 -0
- data/lib/wc_data/generated/thing/inhaler/alert.rb +74 -0
- data/lib/wc_data/generated/thing/inhaler/asthma_inhaler.rb +272 -0
- data/lib/wc_data/generated/thing/inhaler/dow.rb +58 -0
- data/lib/wc_data/generated/thing/inhaler/purpose.rb +55 -0
- data/lib/wc_data/generated/thing/inhaler_use/asthma_inhaler_use.rb +152 -0
- data/lib/wc_data/generated/thing/insulin/insulin_injection.rb +93 -0
- data/lib/wc_data/generated/thing/insulin_injection_use/diabetes_insulin_injection_use.rb +114 -0
- data/lib/wc_data/generated/thing/lab_test_results/lab_test_results.rb +89 -0
- data/lib/wc_data/generated/thing/life_goal/life_goal.rb +68 -0
- data/lib/wc_data/generated/thing/link/link.rb +68 -0
- data/lib/wc_data/generated/thing/medication/dose_value.rb +107 -0
- data/lib/wc_data/generated/thing/medication/medication.rb +491 -0
- data/lib/wc_data/generated/thing/microbiology/microbiology_lab_results.rb +186 -0
- data/lib/wc_data/generated/thing/password/protected/package/algorithm_name.rb +59 -0
- data/lib/wc_data/generated/thing/password/protected/package/package_encryption_type.rb +71 -0
- data/lib/wc_data/generated/thing/password/protected/package/password_protected_package.rb +53 -0
- data/lib/wc_data/generated/thing/password/protected/package/pbe_parameters_type.rb +97 -0
- data/lib/wc_data/generated/thing/payer/payer.rb +265 -0
- data/lib/wc_data/generated/thing/personal/personal.rb +303 -0
- data/lib/wc_data/generated/thing/personal_image/personal_image.rb +28 -0
- data/lib/wc_data/generated/thing/problem/importance.rb +45 -0
- data/lib/wc_data/generated/thing/problem/problem.rb +114 -0
- data/lib/wc_data/generated/thing/procedure/procedure.rb +125 -0
- data/lib/wc_data/generated/thing/radiology_lab_results/radiology_lab_results.rb +106 -0
- data/lib/wc_data/generated/thing/related_thing.rb +88 -0
- data/lib/wc_data/generated/thing/respiratory_profile/respiratory_profile.rb +109 -0
- data/lib/wc_data/generated/thing/sjam/awakening.rb +70 -0
- data/lib/wc_data/generated/thing/sjam/sleep_am.rb +195 -0
- data/lib/wc_data/generated/thing/sjam/wake_state.rb +58 -0
- data/lib/wc_data/generated/thing/sjpm/activity.rb +70 -0
- data/lib/wc_data/generated/thing/sjpm/sleep_pm.rb +162 -0
- data/lib/wc_data/generated/thing/sjpm/sleepiness.rb +58 -0
- data/lib/wc_data/generated/thing/spirometer/spirometer.rb +317 -0
- data/lib/wc_data/generated/thing/spirometer/volume_value.rb +69 -0
- data/lib/wc_data/generated/thing/thing.rb +213 -0
- data/lib/wc_data/generated/thing/thing_key.rb +66 -0
- data/lib/wc_data/generated/thing/thing_state.rb +49 -0
- data/lib/wc_data/generated/thing/thing_type.rb +64 -0
- data/lib/wc_data/generated/thing/types/address.rb +176 -0
- data/lib/wc_data/generated/thing/types/aerobic_lap_session.rb +86 -0
- data/lib/wc_data/generated/thing/types/aerobic_session.rb +745 -0
- data/lib/wc_data/generated/thing/types/aerobic_session_samples.rb +310 -0
- data/lib/wc_data/generated/thing/types/altitude_value.rb +70 -0
- data/lib/wc_data/generated/thing/types/blood_glucose_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/codable_value.rb +74 -0
- data/lib/wc_data/generated/thing/types/coded_value.rb +112 -0
- data/lib/wc_data/generated/thing/types/communication_type.rb +112 -0
- data/lib/wc_data/generated/thing/types/condition.rb +148 -0
- data/lib/wc_data/generated/thing/types/contact.rb +97 -0
- data/lib/wc_data/generated/thing/types/display_value.rb +90 -0
- data/lib/wc_data/generated/thing/types/document_reference_type.rb +112 -0
- data/lib/wc_data/generated/thing/types/double_range.rb +70 -0
- data/lib/wc_data/generated/thing/types/dow.rb +58 -0
- data/lib/wc_data/generated/thing/types/duration_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/email.rb +89 -0
- data/lib/wc_data/generated/thing/types/flow_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/general_measurement.rb +74 -0
- data/lib/wc_data/generated/thing/types/goal.rb +86 -0
- data/lib/wc_data/generated/thing/types/goal_status.rb +55 -0
- data/lib/wc_data/generated/thing/types/insulin_injection_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/lab_result_type.rb +149 -0
- data/lib/wc_data/generated/thing/types/lab_test_result_type.rb +167 -0
- data/lib/wc_data/generated/thing/types/lab_test_result_value_type.rb +99 -0
- data/lib/wc_data/generated/thing/types/lab_test_results_group_type.rb +138 -0
- data/lib/wc_data/generated/thing/types/lab_test_type.rb +209 -0
- data/lib/wc_data/generated/thing/types/language.rb +69 -0
- data/lib/wc_data/generated/thing/types/length_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/name.rb +148 -0
- data/lib/wc_data/generated/thing/types/non_negative_double.rb +45 -0
- data/lib/wc_data/generated/thing/types/one_to_five.rb +58 -0
- data/lib/wc_data/generated/thing/types/organization.rb +106 -0
- data/lib/wc_data/generated/thing/types/pace_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/percentage.rb +58 -0
- data/lib/wc_data/generated/thing/types/person.rb +146 -0
- data/lib/wc_data/generated/thing/types/phone.rb +89 -0
- data/lib/wc_data/generated/thing/types/positive_double.rb +45 -0
- data/lib/wc_data/generated/thing/types/power_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/sample.rb +88 -0
- data/lib/wc_data/generated/thing/types/sample_set.rb +116 -0
- data/lib/wc_data/generated/thing/types/speed_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/structured_measurement.rb +71 -0
- data/lib/wc_data/generated/thing/types/temperature_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/test_result_range.rb +71 -0
- data/lib/wc_data/generated/thing/types/torque_value.rb +69 -0
- data/lib/wc_data/generated/thing/types/weight_value.rb +69 -0
- data/lib/wc_data/generated/thing/vital_signs/vital_sign_result_type.rb +166 -0
- data/lib/wc_data/generated/thing/vital_signs/vital_signs.rb +110 -0
- data/lib/wc_data/generated/thing/weight/weight.rb +70 -0
- data/lib/wc_data/generated/thing/weight_goal/weight_goal.rb +106 -0
- data/lib/wc_data/generated/types/address.rb +162 -0
- data/lib/wc_data/generated/types/app_info.rb +66 -0
- data/lib/wc_data/generated/types/app_server_cred.rb +70 -0
- data/lib/wc_data/generated/types/app_server_cred_info.rb +70 -0
- data/lib/wc_data/generated/types/app_settings.rb +50 -0
- data/lib/wc_data/generated/types/base64_sha1.rb +56 -0
- data/lib/wc_data/generated/types/card_space_cred.rb +50 -0
- data/lib/wc_data/generated/types/char2.rb +56 -0
- data/lib/wc_data/generated/types/codable_value.rb +72 -0
- data/lib/wc_data/generated/types/coded_value.rb +110 -0
- data/lib/wc_data/generated/types/culture.rb +64 -0
- data/lib/wc_data/generated/types/date_range.rb +62 -0
- data/lib/wc_data/generated/types/email.rb +82 -0
- data/lib/wc_data/generated/types/email_address.rb +56 -0
- data/lib/wc_data/generated/types/gender.rb +49 -0
- data/lib/wc_data/generated/types/group.rb +91 -0
- data/lib/wc_data/generated/types/groups.rb +50 -0
- data/lib/wc_data/generated/types/guid.rb +43 -0
- data/lib/wc_data/generated/types/hash_finalized.rb +48 -0
- data/lib/wc_data/generated/types/hash_finalized_data.rb +68 -0
- data/lib/wc_data/generated/types/hmac_algorithm.rb +48 -0
- data/lib/wc_data/generated/types/hmac_algorithm_data.rb +68 -0
- data/lib/wc_data/generated/types/hmac_finalized.rb +48 -0
- data/lib/wc_data/generated/types/hmac_finalized_data.rb +68 -0
- data/lib/wc_data/generated/types/iso3166.rb +1001 -0
- data/lib/wc_data/generated/types/iso4217.rb +733 -0
- data/lib/wc_data/generated/types/iso639_1.rb +585 -0
- data/lib/wc_data/generated/types/language_competency.rb +64 -0
- data/lib/wc_data/generated/types/localized_string.rb +64 -0
- data/lib/wc_data/generated/types/login_name.rb +56 -0
- data/lib/wc_data/generated/types/name_match_type.rb +53 -0
- data/lib/wc_data/generated/types/omb_ethnicity.rb +65 -0
- data/lib/wc_data/generated/types/open_query_info.rb +149 -0
- data/lib/wc_data/generated/types/permission.rb +61 -0
- data/lib/wc_data/generated/types/person_info.rb +214 -0
- data/lib/wc_data/generated/types/phone.rb +82 -0
- data/lib/wc_data/generated/types/positive_long.rb +43 -0
- data/lib/wc_data/generated/types/puid.rb +43 -0
- data/lib/wc_data/generated/types/rcpt_address.rb +69 -0
- data/lib/wc_data/generated/types/rcpt_person.rb +68 -0
- data/lib/wc_data/generated/types/rcpt_record.rb +48 -0
- data/lib/wc_data/generated/types/record.rb +264 -0
- data/lib/wc_data/generated/types/record_state.rb +57 -0
- data/lib/wc_data/generated/types/sig.rb +112 -0
- data/lib/wc_data/generated/types/string1024.rb +56 -0
- data/lib/wc_data/generated/types/string128.rb +56 -0
- data/lib/wc_data/generated/types/string16.rb +56 -0
- data/lib/wc_data/generated/types/string255.rb +56 -0
- data/lib/wc_data/generated/types/string32.rb +56 -0
- data/lib/wc_data/generated/types/string512.rb +56 -0
- data/lib/wc_data/generated/types/string64.rb +56 -0
- data/lib/wc_data/generated/types/stringnz.rb +43 -0
- data/lib/wc_data/generated/types/stringz1024.rb +56 -0
- data/lib/wc_data/generated/types/stringz128.rb +56 -0
- data/lib/wc_data/generated/types/stringz16.rb +56 -0
- data/lib/wc_data/generated/types/stringz255.rb +56 -0
- data/lib/wc_data/generated/types/stringz32.rb +56 -0
- data/lib/wc_data/generated/types/stringz512.rb +56 -0
- data/lib/wc_data/generated/types/stringz64.rb +56 -0
- data/lib/wc_data/generated/types/url.rb +56 -0
- data/lib/wc_data/generated/types/version.rb +56 -0
- data/lib/wc_data/generated/vocab/info_xml.rb +46 -0
- data/lib/wc_data/generated/vocab/vocabulary_code_item.rb +104 -0
- data/lib/wc_data/generated/vocab/vocabulary_code_set.rb +133 -0
- data/lib/wc_data/generated/vocab/vocabulary_key.rb +106 -0
- data/lib/wc_data/generated/vocab/vocabulary_key_info.rb +26 -0
- data/lib/wc_data/init.rb +27 -0
- data/lib/wc_data/raw_info_xml.rb +12 -0
- data/lib/wc_data/simple_type.rb +16 -0
- data/lib/wc_data/thing.rb +78 -0
- data/lib/xsd/bootstrap/request.xsd +107 -0
- data/lib/xsd/bootstrap/response-getservicedefinition.xsd +119 -0
- data/lib/xsd/bootstrap/types.xsd +1117 -0
- data/lib/xsd/common/application.xsd +766 -0
- data/lib/xsd/common/auth.xsd +1093 -0
- data/lib/xsd/common/dates.xsd +510 -0
- data/lib/xsd/common/record.xsd +1160 -0
- data/lib/xsd/common/request.xsd +524 -0
- data/lib/xsd/common/thing.xsd +881 -0
- data/lib/xsd/common/types.xsd +3131 -0
- data/lib/xsd/common/vocab.xsd +359 -0
- data/lib/xsd/requests/method-addapplication.xsd +349 -0
- data/lib/xsd/requests/method-createauthenticatedsessiontoken.xsd +216 -0
- data/lib/xsd/requests/method-createconnectrequest.xsd +143 -0
- data/lib/xsd/requests/method-deleteopenquery.xsd +75 -0
- data/lib/xsd/requests/method-deletependingconnectrequest.xsd +77 -0
- data/lib/xsd/requests/method-getauthorizedconnectrequests.xsd +78 -0
- data/lib/xsd/requests/method-getauthorizedrecords.xsd +82 -0
- data/lib/xsd/requests/method-getopenqueryinfo.xsd +74 -0
- data/lib/xsd/requests/method-getpersoninfo.xsd +80 -0
- data/lib/xsd/requests/method-getthings.xsd +516 -0
- data/lib/xsd/requests/method-getthingtype.xsd +201 -0
- data/lib/xsd/requests/method-getvocabulary.xsd +135 -0
- data/lib/xsd/requests/method-putthings.xsd +80 -0
- data/lib/xsd/requests/method-querypermissions.xsd +79 -0
- data/lib/xsd/requests/method-removethings.xsd +78 -0
- data/lib/xsd/requests/method-saveopenquery.xsd +219 -0
- data/lib/xsd/requests/method-searchvocabulary.xsd +222 -0
- data/lib/xsd/requests/method-sendinsecuremessage.xsd +185 -0
- data/lib/xsd/requests/method-sendinsecuremessagefromapplication.xsd +274 -0
- data/lib/xsd/requests/method-setapplicationsettings.xsd +166 -0
- data/lib/xsd/requests/method-updateapplication.xsd +357 -0
- data/lib/xsd/requests/method-updateexternalid.xsd +84 -0
- data/lib/xsd/responses/response-addapplication.xsd +79 -0
- data/lib/xsd/responses/response-any.xsd +59 -0
- data/lib/xsd/responses/response-createauthenticatedsessiontoken.xsd +167 -0
- data/lib/xsd/responses/response-createconnectrequest.xsd +88 -0
- data/lib/xsd/responses/response-deleteopenquery.xsd +87 -0
- data/lib/xsd/responses/response-getapplicationsettings.xsd +192 -0
- data/lib/xsd/responses/response-getauthorizedconnectrequests.xsd +135 -0
- data/lib/xsd/responses/response-getauthorizedrecords.xsd +76 -0
- data/lib/xsd/responses/response-getopenqueryinfo.xsd +64 -0
- data/lib/xsd/responses/response-getpeopleforrecord.xsd +95 -0
- data/lib/xsd/responses/response-getpersoninfo.xsd +87 -0
- data/lib/xsd/responses/response-getservicedefinition.xsd +515 -0
- data/lib/xsd/responses/response-getthings.xsd +198 -0
- data/lib/xsd/responses/response-getthingtype.xsd +457 -0
- data/lib/xsd/responses/response-getvocabulary.xsd +93 -0
- data/lib/xsd/responses/response-putthings.xsd +63 -0
- data/lib/xsd/responses/response-querypermissions.xsd +182 -0
- data/lib/xsd/responses/response-saveopenquery.xsd +62 -0
- data/lib/xsd/responses/response-searchvocabulary.xsd +90 -0
- data/lib/xsd/things/Advance Directive.xsd +60 -0
- data/lib/xsd/things/Aerobic Exercise Session.xsd +19 -0
- data/lib/xsd/things/Aerobic Profile.xsd +143 -0
- data/lib/xsd/things/Allergic Episode.xsd +17 -0
- data/lib/xsd/things/Allergy.xsd +39 -0
- data/lib/xsd/things/Application-Specific Information.xsd +42 -0
- data/lib/xsd/things/Appointment.xsd +24 -0
- data/lib/xsd/things/Asthma Inhaler Usage.xsd +44 -0
- data/lib/xsd/things/Asthma Inhaler.xsd +99 -0
- data/lib/xsd/things/Base Thing Type.xsd +1000 -0
- data/lib/xsd/things/Basic Demographic Information.xsd +49 -0
- data/lib/xsd/things/Blood Glucose Measurement.xsd +28 -0
- data/lib/xsd/things/Blood Pressure Measurement.xsd +30 -0
- data/lib/xsd/things/Cardiac Profile.xsd +80 -0
- data/lib/xsd/things/Cholesterol Profile (Lipid Profile).xsd +38 -0
- data/lib/xsd/things/Concern.xsd +17 -0
- data/lib/xsd/things/Condition.xsd +28 -0
- data/lib/xsd/things/Continuity of Care Record.xsd +3 -0
- data/lib/xsd/things/Contraindication.xsd +27 -0
- data/lib/xsd/things/Daily Dietary Intake.xsd +51 -0
- data/lib/xsd/things/Daily Medication Usage.xsd +41 -0
- data/lib/xsd/things/Device.xsd +24 -0
- data/lib/xsd/things/Diabetes Insulin Injection Use.xsd +26 -0
- data/lib/xsd/things/Diabetic Profile.xsd +92 -0
- data/lib/xsd/things/Discharge Summary.xsd +43 -0
- data/lib/xsd/things/Emergency or Provider Contact.xsd +11 -0
- data/lib/xsd/things/Emotional State.xsd +24 -0
- data/lib/xsd/things/Encounter (old).xsd +21 -0
- data/lib/xsd/things/Encounter.xsd +19 -0
- data/lib/xsd/things/Family History Condition.xsd +12 -0
- data/lib/xsd/things/Family History Person.xsd +18 -0
- data/lib/xsd/things/Family History.xsd +27 -0
- data/lib/xsd/things/File.xsd +28 -0
- data/lib/xsd/things/HL7 Continuity of Care Document.xsd +33 -0
- data/lib/xsd/things/HbA1C Measurement.xsd +23 -0
- data/lib/xsd/things/Healthcare Proxy.xsd +21 -0
- data/lib/xsd/things/Height Measurement.xsd +13 -0
- data/lib/xsd/things/Immunization.xsd +32 -0
- data/lib/xsd/things/Insulin Injection.xsd +30 -0
- data/lib/xsd/things/Insurance Plan.xsd +46 -0
- data/lib/xsd/things/Lab Test Result.xsd +11 -0
- data/lib/xsd/things/Life Goal.xsd +19 -0
- data/lib/xsd/things/Link.xsd +12 -0
- data/lib/xsd/things/Medical Annotation.xsd +21 -0
- data/lib/xsd/things/Medical Problem.xsd +15 -0
- data/lib/xsd/things/Medication.xsd +82 -0
- data/lib/xsd/things/Microbiology Lab Test Result.xsd +25 -0
- data/lib/xsd/things/Password Protected Package.xsd +23 -0
- data/lib/xsd/things/Personal Contact Information.xsd +18 -0
- data/lib/xsd/things/Personal Demographic Information.xsd +63 -0
- data/lib/xsd/things/Personal Image.xsd +13 -0
- data/lib/xsd/things/Procedure.xsd +19 -0
- data/lib/xsd/things/Radiology Lab Result.xsd +19 -0
- data/lib/xsd/things/Respiratory Profile.xsd +33 -0
- data/lib/xsd/things/Sleep Related Activity.xsd +45 -0
- data/lib/xsd/things/Sleep Session.xsd +51 -0
- data/lib/xsd/things/Spirometer Measurement.xsd +113 -0
- data/lib/xsd/things/Vital Signs.xsd +31 -0
- data/lib/xsd/things/Weekly Aerobic Exercise Goal.xsd +25 -0
- data/lib/xsd/things/Weight Goal.xsd +33 -0
- data/lib/xsd/things/Weight Measurement.xsd +10 -0
- data/spec/connection_spec.rb +17 -0
- data/spec/request_spec.rb +42 -0
- data/spec/support/test_server.rb +42 -0
- metadata +646 -0
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<schema
|
|
3
|
+
targetNamespace="urn:com.microsoft.wc.methods.response.GetThings"
|
|
4
|
+
xmlns:wc-getthings-response=
|
|
5
|
+
"urn:com.microsoft.wc.methods.response.GetThings"
|
|
6
|
+
xmlns:wc-types="urn:com.microsoft.wc.types"
|
|
7
|
+
xmlns:wc-thing="urn:com.microsoft.wc.thing"
|
|
8
|
+
xmlns="http://www.w3.org/2001/XMLSchema">
|
|
9
|
+
|
|
10
|
+
<!--
|
|
11
|
+
|
|
12
|
+
RESPONSE-GETTHINGS.XSD
|
|
13
|
+
Microsoft Wildcat
|
|
14
|
+
|
|
15
|
+
Platform API: Info schema for GetThings method response
|
|
16
|
+
|
|
17
|
+
-->
|
|
18
|
+
<import
|
|
19
|
+
namespace="urn:com.microsoft.wc.types"
|
|
20
|
+
schemaLocation="types.xsd"/>
|
|
21
|
+
|
|
22
|
+
<import
|
|
23
|
+
namespace="urn:com.microsoft.wc.thing"
|
|
24
|
+
schemaLocation="thing.xsd"/>
|
|
25
|
+
|
|
26
|
+
<annotation>
|
|
27
|
+
<documentation>
|
|
28
|
+
<summary>
|
|
29
|
+
Specifies the schema for the GetThings method response.
|
|
30
|
+
</summary>
|
|
31
|
+
<remarks>
|
|
32
|
+
The response from a GetThings method request is sent as a series of response groups
|
|
33
|
+
that corresponds one to one with the filter groups that were sent with the request. The results
|
|
34
|
+
returned in each group can be composed of full things as well as partial things. Full things
|
|
35
|
+
will be returned up to a maximum that is configured on the server.
|
|
36
|
+
</remarks>
|
|
37
|
+
<method-visibility>Public</method-visibility>
|
|
38
|
+
</documentation>
|
|
39
|
+
</annotation>
|
|
40
|
+
<!-- GetThings - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
41
|
+
<complexType name="UnprocessedThingKeyInfo">
|
|
42
|
+
<annotation>
|
|
43
|
+
<documentation>
|
|
44
|
+
<summary>
|
|
45
|
+
Specifies the things returned with partial information.
|
|
46
|
+
</summary>
|
|
47
|
+
<remarks>
|
|
48
|
+
Things will be returned with partial information if the maximum limit for full things have
|
|
49
|
+
been reached.
|
|
50
|
+
To retrieve the things in full form, the thing ids can be specified in the filter group
|
|
51
|
+
of additional GetThing methods requests.
|
|
52
|
+
</remarks>
|
|
53
|
+
</documentation>
|
|
54
|
+
</annotation>
|
|
55
|
+
<sequence>
|
|
56
|
+
<element name="thing-id" type="wc-thing:ThingKey">
|
|
57
|
+
<annotation>
|
|
58
|
+
<documentation>
|
|
59
|
+
<summary>
|
|
60
|
+
The unique identifier for the thing.
|
|
61
|
+
</summary>
|
|
62
|
+
</documentation>
|
|
63
|
+
</annotation>
|
|
64
|
+
</element>
|
|
65
|
+
<element name="type-id" type="wc-thing:ThingType">
|
|
66
|
+
<annotation>
|
|
67
|
+
<documentation>
|
|
68
|
+
<summary>
|
|
69
|
+
The type of the thing.
|
|
70
|
+
</summary>
|
|
71
|
+
<remarks>
|
|
72
|
+
The list of things types can be queried through the Dictionary.
|
|
73
|
+
</remarks>
|
|
74
|
+
</documentation>
|
|
75
|
+
</annotation>
|
|
76
|
+
</element>
|
|
77
|
+
<element name="eff-date" type="dateTime">
|
|
78
|
+
<annotation>
|
|
79
|
+
<documentation>
|
|
80
|
+
<summary>
|
|
81
|
+
The effective date for the thing.
|
|
82
|
+
</summary>
|
|
83
|
+
<remarks>
|
|
84
|
+
The relevant time for a thing. If this was a weight measurement,
|
|
85
|
+
the effective time refers to the date the weight was taken, not
|
|
86
|
+
when it was stored.
|
|
87
|
+
</remarks>
|
|
88
|
+
</documentation>
|
|
89
|
+
</annotation>
|
|
90
|
+
</element>
|
|
91
|
+
</sequence>
|
|
92
|
+
</complexType>
|
|
93
|
+
<complexType name="ThingResponseGroup">
|
|
94
|
+
<annotation>
|
|
95
|
+
<documentation>
|
|
96
|
+
<summary>
|
|
97
|
+
Each response group corresponds to a filter request group sent with the GetThings
|
|
98
|
+
request.
|
|
99
|
+
</summary>
|
|
100
|
+
<remarks>
|
|
101
|
+
Each group is uniquely identified by the group name and contains the represent an group
|
|
102
|
+
of clauses that are used as a filter to a GetThings method request.
|
|
103
|
+
Each group is independent of the other groups that might be sent with
|
|
104
|
+
the same request.
|
|
105
|
+
</remarks>
|
|
106
|
+
</documentation>
|
|
107
|
+
</annotation>
|
|
108
|
+
<sequence>
|
|
109
|
+
<element name="thing" type="wc-thing:Thing"
|
|
110
|
+
minOccurs="0" maxOccurs="unbounded">
|
|
111
|
+
<annotation>
|
|
112
|
+
<documentation>
|
|
113
|
+
<summary>
|
|
114
|
+
The things that satisfied the criteria in the filter group of the request.
|
|
115
|
+
</summary>
|
|
116
|
+
<remarks>
|
|
117
|
+
The things returned here might be a partial list. The server will return a list of
|
|
118
|
+
things up to a maximum based on server configuration. The unprocessed-thing-key-info
|
|
119
|
+
element will contain additional things in partial form. To retrieve the things in full form,
|
|
120
|
+
the thing ids can be specified in the filter group of additional GetThing methods
|
|
121
|
+
requests.
|
|
122
|
+
</remarks>
|
|
123
|
+
</documentation>
|
|
124
|
+
</annotation>
|
|
125
|
+
</element>
|
|
126
|
+
<element name="unprocessed-thing-key-info"
|
|
127
|
+
type="wc-getthings-response:UnprocessedThingKeyInfo"
|
|
128
|
+
minOccurs="0" maxOccurs="unbounded">
|
|
129
|
+
<annotation>
|
|
130
|
+
<documentation>
|
|
131
|
+
<summary>
|
|
132
|
+
Additional things that satisfied the criteria in the filter group of the
|
|
133
|
+
request but are returned in partial form, including the thing id and thing type.
|
|
134
|
+
</summary>
|
|
135
|
+
<remarks>
|
|
136
|
+
To retrieve the things in full form, the thing ids can be specified in the filter group
|
|
137
|
+
of additional GetThing methods requests.
|
|
138
|
+
</remarks>
|
|
139
|
+
</documentation>
|
|
140
|
+
</annotation>
|
|
141
|
+
</element>
|
|
142
|
+
<element name="filtered"
|
|
143
|
+
type="boolean"
|
|
144
|
+
minOccurs="0" maxOccurs="1">
|
|
145
|
+
<annotation>
|
|
146
|
+
<documentation>
|
|
147
|
+
<summary>
|
|
148
|
+
Indicates whether some of the things were filtered.
|
|
149
|
+
</summary>
|
|
150
|
+
<remarks>
|
|
151
|
+
Thing may be filtered because of security settings on the record.
|
|
152
|
+
</remarks>
|
|
153
|
+
</documentation>
|
|
154
|
+
</annotation>
|
|
155
|
+
</element>
|
|
156
|
+
</sequence>
|
|
157
|
+
<attribute name="name" type="string" use="optional">
|
|
158
|
+
<annotation>
|
|
159
|
+
<documentation>
|
|
160
|
+
<summary>
|
|
161
|
+
Name of the group.
|
|
162
|
+
</summary>
|
|
163
|
+
<remarks>
|
|
164
|
+
This name is identical to the name sent in the request for this group.
|
|
165
|
+
</remarks>
|
|
166
|
+
</documentation>
|
|
167
|
+
</annotation>
|
|
168
|
+
</attribute>
|
|
169
|
+
</complexType>
|
|
170
|
+
<element name="info">
|
|
171
|
+
<complexType>
|
|
172
|
+
<annotation>
|
|
173
|
+
<documentation>
|
|
174
|
+
<summary>
|
|
175
|
+
Contains the response of the GetThings method request.
|
|
176
|
+
</summary>
|
|
177
|
+
</documentation>
|
|
178
|
+
</annotation>
|
|
179
|
+
<choice minOccurs="1" maxOccurs="unbounded">
|
|
180
|
+
<element name="group"
|
|
181
|
+
type="wc-getthings-response:ThingResponseGroup">
|
|
182
|
+
<annotation>
|
|
183
|
+
<documentation>
|
|
184
|
+
<summary>
|
|
185
|
+
Contains the response to the GetThings method request.
|
|
186
|
+
</summary>
|
|
187
|
+
<remarks>
|
|
188
|
+
The response are returned as groups of responses that coincide with
|
|
189
|
+
the filter groups in the request. Each group is identified with a group
|
|
190
|
+
name that was specified in the request.
|
|
191
|
+
</remarks>
|
|
192
|
+
</documentation>
|
|
193
|
+
</annotation>
|
|
194
|
+
</element>
|
|
195
|
+
</choice>
|
|
196
|
+
</complexType>
|
|
197
|
+
</element>
|
|
198
|
+
</schema>
|
|
@@ -0,0 +1,457 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<schema
|
|
3
|
+
targetNamespace="urn:com.microsoft.wc.methods.response.GetThingType"
|
|
4
|
+
xmlns:wc-getthingtype-response="urn:com.microsoft.wc.methods.response.GetThingType"
|
|
5
|
+
xmlns:wc-types="urn:com.microsoft.wc.types"
|
|
6
|
+
xmlns="http://www.w3.org/2001/XMLSchema" >
|
|
7
|
+
|
|
8
|
+
<!--
|
|
9
|
+
|
|
10
|
+
RESPONSE-GETTHINGTYPE.XSD
|
|
11
|
+
Microsoft Wildcat
|
|
12
|
+
|
|
13
|
+
Platform API: Info schema for GetThingType method response
|
|
14
|
+
|
|
15
|
+
-->
|
|
16
|
+
|
|
17
|
+
<import
|
|
18
|
+
namespace="urn:com.microsoft.wc.types"
|
|
19
|
+
schemaLocation="types.xsd" />
|
|
20
|
+
|
|
21
|
+
<annotation>
|
|
22
|
+
<documentation>
|
|
23
|
+
<summary>
|
|
24
|
+
This schema defines the response from a getthingtype-request
|
|
25
|
+
</summary>
|
|
26
|
+
<remarks>
|
|
27
|
+
|
|
28
|
+
</remarks>
|
|
29
|
+
<method-visibility>Public</method-visibility>
|
|
30
|
+
</documentation>
|
|
31
|
+
</annotation>
|
|
32
|
+
|
|
33
|
+
<complexType name="Column">
|
|
34
|
+
<annotation>
|
|
35
|
+
<documentation>
|
|
36
|
+
<summary>
|
|
37
|
+
|
|
38
|
+
</summary>
|
|
39
|
+
|
|
40
|
+
<remarks>
|
|
41
|
+
|
|
42
|
+
</remarks>
|
|
43
|
+
</documentation>
|
|
44
|
+
</annotation>
|
|
45
|
+
<sequence />
|
|
46
|
+
<attribute name="tag" type="string" use="required">
|
|
47
|
+
<annotation>
|
|
48
|
+
<documentation>
|
|
49
|
+
<summary>
|
|
50
|
+
|
|
51
|
+
</summary>
|
|
52
|
+
|
|
53
|
+
<remarks>
|
|
54
|
+
|
|
55
|
+
</remarks>
|
|
56
|
+
</documentation>
|
|
57
|
+
</annotation>
|
|
58
|
+
</attribute>
|
|
59
|
+
|
|
60
|
+
<attribute name="label" type="string" use="required">
|
|
61
|
+
<annotation>
|
|
62
|
+
<documentation>
|
|
63
|
+
<summary>
|
|
64
|
+
|
|
65
|
+
</summary>
|
|
66
|
+
|
|
67
|
+
<remarks>
|
|
68
|
+
|
|
69
|
+
</remarks>
|
|
70
|
+
</documentation>
|
|
71
|
+
</annotation>
|
|
72
|
+
</attribute>
|
|
73
|
+
|
|
74
|
+
<attribute name="type" type="string" use="required">
|
|
75
|
+
<annotation>
|
|
76
|
+
<documentation>
|
|
77
|
+
<summary>
|
|
78
|
+
|
|
79
|
+
</summary>
|
|
80
|
+
|
|
81
|
+
<remarks>
|
|
82
|
+
|
|
83
|
+
</remarks>
|
|
84
|
+
</documentation>
|
|
85
|
+
</annotation>
|
|
86
|
+
</attribute>
|
|
87
|
+
|
|
88
|
+
<attribute name="width" type="positiveInteger" use="required">
|
|
89
|
+
<annotation>
|
|
90
|
+
<documentation>
|
|
91
|
+
<summary>
|
|
92
|
+
|
|
93
|
+
</summary>
|
|
94
|
+
|
|
95
|
+
<remarks>
|
|
96
|
+
|
|
97
|
+
</remarks>
|
|
98
|
+
</documentation>
|
|
99
|
+
</annotation>
|
|
100
|
+
</attribute>
|
|
101
|
+
|
|
102
|
+
<attribute name="visible" type="boolean" use="optional">
|
|
103
|
+
<annotation>
|
|
104
|
+
<documentation>
|
|
105
|
+
<summary>
|
|
106
|
+
The default visibility of the column.
|
|
107
|
+
</summary>
|
|
108
|
+
<remarks>
|
|
109
|
+
If true, the column should be shown by default. If false, the column may be
|
|
110
|
+
shown with some user interaction.
|
|
111
|
+
</remarks>
|
|
112
|
+
</documentation>
|
|
113
|
+
</annotation>
|
|
114
|
+
</attribute>
|
|
115
|
+
</complexType>
|
|
116
|
+
|
|
117
|
+
<complexType name="Columns">
|
|
118
|
+
<annotation>
|
|
119
|
+
<documentation>
|
|
120
|
+
<summary>
|
|
121
|
+
|
|
122
|
+
</summary>
|
|
123
|
+
|
|
124
|
+
<remarks>
|
|
125
|
+
|
|
126
|
+
</remarks>
|
|
127
|
+
</documentation>
|
|
128
|
+
</annotation>
|
|
129
|
+
<sequence>
|
|
130
|
+
<element name="column" type="wc-getthingtype-response:Column"
|
|
131
|
+
minOccurs="0" maxOccurs="unbounded" >
|
|
132
|
+
<annotation>
|
|
133
|
+
<documentation>
|
|
134
|
+
<summary>
|
|
135
|
+
|
|
136
|
+
</summary>
|
|
137
|
+
|
|
138
|
+
<remarks>
|
|
139
|
+
|
|
140
|
+
</remarks>
|
|
141
|
+
</documentation>
|
|
142
|
+
</annotation>
|
|
143
|
+
</element>
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
</sequence>
|
|
147
|
+
</complexType>
|
|
148
|
+
|
|
149
|
+
<complexType name="Transforms">
|
|
150
|
+
<annotation>
|
|
151
|
+
<documentation>
|
|
152
|
+
<summary>
|
|
153
|
+
|
|
154
|
+
</summary>
|
|
155
|
+
|
|
156
|
+
<remarks>
|
|
157
|
+
|
|
158
|
+
</remarks>
|
|
159
|
+
</documentation>
|
|
160
|
+
</annotation>
|
|
161
|
+
<sequence>
|
|
162
|
+
<element name="tag" type="string"
|
|
163
|
+
minOccurs="0" maxOccurs="unbounded" >
|
|
164
|
+
<annotation>
|
|
165
|
+
<documentation>
|
|
166
|
+
<summary>
|
|
167
|
+
|
|
168
|
+
</summary>
|
|
169
|
+
|
|
170
|
+
<remarks>
|
|
171
|
+
|
|
172
|
+
</remarks>
|
|
173
|
+
</documentation>
|
|
174
|
+
</annotation>
|
|
175
|
+
</element>
|
|
176
|
+
</sequence>
|
|
177
|
+
</complexType>
|
|
178
|
+
|
|
179
|
+
<complexType name="TransformSource">
|
|
180
|
+
<annotation>
|
|
181
|
+
<documentation>
|
|
182
|
+
<summary>
|
|
183
|
+
The tag and XSL source for the transform.
|
|
184
|
+
</summary>
|
|
185
|
+
|
|
186
|
+
<remarks>
|
|
187
|
+
The transform source is XSL version 1.0 and uses msxml:script extensions in some
|
|
188
|
+
cases. The source is XML encoded into the value of the element.
|
|
189
|
+
</remarks>
|
|
190
|
+
</documentation>
|
|
191
|
+
</annotation>
|
|
192
|
+
<simpleContent>
|
|
193
|
+
<extension base="string">
|
|
194
|
+
<attribute name="tag" type="string" use="required">
|
|
195
|
+
<annotation>
|
|
196
|
+
<documentation>
|
|
197
|
+
<summary>
|
|
198
|
+
The identifying tag for the transform.
|
|
199
|
+
</summary>
|
|
200
|
+
<remarks>
|
|
201
|
+
The tag identifies the transform source for the specific thing type.
|
|
202
|
+
</remarks>
|
|
203
|
+
</documentation>
|
|
204
|
+
</annotation>
|
|
205
|
+
</attribute>
|
|
206
|
+
</extension>
|
|
207
|
+
</simpleContent>
|
|
208
|
+
</complexType>
|
|
209
|
+
|
|
210
|
+
<complexType name="Image">
|
|
211
|
+
<annotation>
|
|
212
|
+
<documentation>
|
|
213
|
+
<summary>
|
|
214
|
+
The image for the thing type.
|
|
215
|
+
</summary>
|
|
216
|
+
|
|
217
|
+
<remarks>
|
|
218
|
+
Images are base64 encoded into the value and the image type is specified as the
|
|
219
|
+
"mime-type" attribute.
|
|
220
|
+
</remarks>
|
|
221
|
+
</documentation>
|
|
222
|
+
</annotation>
|
|
223
|
+
<simpleContent>
|
|
224
|
+
<extension base="string">
|
|
225
|
+
<attribute name="mime-type" type="string" use="required">
|
|
226
|
+
<annotation>
|
|
227
|
+
<documentation>
|
|
228
|
+
<summary>
|
|
229
|
+
The mime type for the enclosed base64 encoded image.
|
|
230
|
+
</summary>
|
|
231
|
+
</documentation>
|
|
232
|
+
</annotation>
|
|
233
|
+
</attribute>
|
|
234
|
+
</extension>
|
|
235
|
+
</simpleContent>
|
|
236
|
+
</complexType>
|
|
237
|
+
|
|
238
|
+
<complexType name="ThingTypeInfo">
|
|
239
|
+
<annotation>
|
|
240
|
+
<documentation>
|
|
241
|
+
<summary>
|
|
242
|
+
Describes the information related to a thing type
|
|
243
|
+
</summary>
|
|
244
|
+
|
|
245
|
+
<remarks>
|
|
246
|
+
|
|
247
|
+
</remarks>
|
|
248
|
+
</documentation>
|
|
249
|
+
</annotation>
|
|
250
|
+
<sequence>
|
|
251
|
+
<element name="id" type="wc-types:guid" >
|
|
252
|
+
<annotation>
|
|
253
|
+
<documentation>
|
|
254
|
+
<summary>
|
|
255
|
+
Unique thing type identifier
|
|
256
|
+
</summary>
|
|
257
|
+
|
|
258
|
+
<remarks>
|
|
259
|
+
|
|
260
|
+
</remarks>
|
|
261
|
+
</documentation>
|
|
262
|
+
</annotation>
|
|
263
|
+
</element>
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
<element name="name" type="string" >
|
|
267
|
+
<annotation>
|
|
268
|
+
<documentation>
|
|
269
|
+
<summary>
|
|
270
|
+
Friendly name
|
|
271
|
+
</summary>
|
|
272
|
+
|
|
273
|
+
<remarks>
|
|
274
|
+
|
|
275
|
+
</remarks>
|
|
276
|
+
</documentation>
|
|
277
|
+
</annotation>
|
|
278
|
+
</element>
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
<!-- core section -->
|
|
283
|
+
<element name="uncreatable" type="boolean"
|
|
284
|
+
minOccurs ="0" maxOccurs ="1">
|
|
285
|
+
<annotation>
|
|
286
|
+
<documentation>
|
|
287
|
+
<summary>
|
|
288
|
+
Specifies whether the thing type can be created or not
|
|
289
|
+
</summary>
|
|
290
|
+
|
|
291
|
+
<remarks>
|
|
292
|
+
|
|
293
|
+
</remarks>
|
|
294
|
+
</documentation>
|
|
295
|
+
</annotation>
|
|
296
|
+
</element>
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
<element name="immutable" type="boolean"
|
|
300
|
+
minOccurs ="0" maxOccurs ="1">
|
|
301
|
+
<annotation>
|
|
302
|
+
<documentation>
|
|
303
|
+
<summary>
|
|
304
|
+
Specifies whether the thing type can be updated or not
|
|
305
|
+
</summary>
|
|
306
|
+
|
|
307
|
+
<remarks>
|
|
308
|
+
|
|
309
|
+
</remarks>
|
|
310
|
+
</documentation>
|
|
311
|
+
</annotation>
|
|
312
|
+
</element>
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
<element name="singleton" type="boolean"
|
|
316
|
+
minOccurs ="0" maxOccurs ="1">
|
|
317
|
+
<annotation>
|
|
318
|
+
<documentation>
|
|
319
|
+
<summary>
|
|
320
|
+
Specifies whether the thing type is a singleton
|
|
321
|
+
</summary>
|
|
322
|
+
|
|
323
|
+
<remarks>
|
|
324
|
+
|
|
325
|
+
</remarks>
|
|
326
|
+
</documentation>
|
|
327
|
+
</annotation>
|
|
328
|
+
</element>
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
<!-- /core section -->
|
|
332
|
+
|
|
333
|
+
<!-- xsd section -->
|
|
334
|
+
<element name="xsd" type="string"
|
|
335
|
+
minOccurs ="0" maxOccurs ="1">
|
|
336
|
+
<annotation>
|
|
337
|
+
<documentation>
|
|
338
|
+
<summary>
|
|
339
|
+
xsd schema describing a thing type
|
|
340
|
+
</summary>
|
|
341
|
+
|
|
342
|
+
<remarks>
|
|
343
|
+
|
|
344
|
+
</remarks>
|
|
345
|
+
</documentation>
|
|
346
|
+
</annotation>
|
|
347
|
+
</element>
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
<!-- /xsd section -->
|
|
351
|
+
|
|
352
|
+
<!-- columns section -->
|
|
353
|
+
<element name="columns" type="wc-getthingtype-response:Columns"
|
|
354
|
+
minOccurs ="0" maxOccurs ="1">
|
|
355
|
+
<annotation>
|
|
356
|
+
<documentation>
|
|
357
|
+
<summary>
|
|
358
|
+
Display columns defined for the thing type
|
|
359
|
+
</summary>
|
|
360
|
+
|
|
361
|
+
<remarks>
|
|
362
|
+
|
|
363
|
+
</remarks>
|
|
364
|
+
</documentation>
|
|
365
|
+
</annotation>
|
|
366
|
+
</element>
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
<!-- /columns section -->
|
|
370
|
+
|
|
371
|
+
<!-- transforms section-->
|
|
372
|
+
<element name="transforms" type="wc-getthingtype-response:Transforms"
|
|
373
|
+
minOccurs ="0" maxOccurs ="1">
|
|
374
|
+
<annotation>
|
|
375
|
+
<documentation>
|
|
376
|
+
<summary>
|
|
377
|
+
Transforms defined for this thing type
|
|
378
|
+
</summary>
|
|
379
|
+
|
|
380
|
+
<remarks>
|
|
381
|
+
|
|
382
|
+
</remarks>
|
|
383
|
+
</documentation>
|
|
384
|
+
</annotation>
|
|
385
|
+
</element>
|
|
386
|
+
|
|
387
|
+
<!-- /transforms section-->
|
|
388
|
+
|
|
389
|
+
<!-- transformsource section-->
|
|
390
|
+
<element name="transform-source" type="wc-getthingtype-response:TransformSource"
|
|
391
|
+
minOccurs="0" maxOccurs="unbounded">
|
|
392
|
+
<annotation>
|
|
393
|
+
<documentation>
|
|
394
|
+
<summary>
|
|
395
|
+
The transforms and XSL source defined for this thing type.
|
|
396
|
+
</summary>
|
|
397
|
+
</documentation>
|
|
398
|
+
</annotation>
|
|
399
|
+
</element>
|
|
400
|
+
<!-- /transformsource section-->
|
|
401
|
+
|
|
402
|
+
<!-- images-->
|
|
403
|
+
<element name="image" minOccurs="0" maxOccurs="unbounded"
|
|
404
|
+
type="wc-getthingtype-response:Image">
|
|
405
|
+
<annotation>
|
|
406
|
+
<documentation>
|
|
407
|
+
<summary>
|
|
408
|
+
The requested images that the thing type supports.
|
|
409
|
+
</summary>
|
|
410
|
+
</documentation>
|
|
411
|
+
</annotation>
|
|
412
|
+
</element>
|
|
413
|
+
<!-- /images-->
|
|
414
|
+
</sequence>
|
|
415
|
+
</complexType>
|
|
416
|
+
|
|
417
|
+
<!-- GetThingType - - - - - - - - - - - - - - - - - - - - - - - - - - -->
|
|
418
|
+
|
|
419
|
+
<element name="info">
|
|
420
|
+
<complexType>
|
|
421
|
+
<annotation>
|
|
422
|
+
<documentation>
|
|
423
|
+
<summary>
|
|
424
|
+
The element of the request that contains the method
|
|
425
|
+
specific parameters.
|
|
426
|
+
</summary>
|
|
427
|
+
|
|
428
|
+
<remarks>
|
|
429
|
+
All requests contain the info element to pass parameters
|
|
430
|
+
that are specific to each method. If the method does not
|
|
431
|
+
define an info element, the method does not take any
|
|
432
|
+
parameters.
|
|
433
|
+
</remarks>
|
|
434
|
+
</documentation>
|
|
435
|
+
</annotation>
|
|
436
|
+
<sequence>
|
|
437
|
+
<element name="thing-type" type="wc-getthingtype-response:ThingTypeInfo"
|
|
438
|
+
minOccurs="0" maxOccurs="unbounded" >
|
|
439
|
+
<annotation>
|
|
440
|
+
<documentation>
|
|
441
|
+
<summary>
|
|
442
|
+
List of one or more thing types that satisfies the
|
|
443
|
+
request.
|
|
444
|
+
</summary>
|
|
445
|
+
|
|
446
|
+
<remarks>
|
|
447
|
+
|
|
448
|
+
</remarks>
|
|
449
|
+
</documentation>
|
|
450
|
+
</annotation>
|
|
451
|
+
</element>
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
</sequence>
|
|
455
|
+
</complexType>
|
|
456
|
+
</element>
|
|
457
|
+
</schema>
|