Skip to content

Commit

Permalink
Update xsd to 1.0.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikezaby committed Jan 9, 2024
1 parent 7fe6ed2 commit 0014ba6
Show file tree
Hide file tree
Showing 15 changed files with 746 additions and 449 deletions.
1 change: 1 addition & 0 deletions lib/my_data/resource.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def container_tag(name, opts = {})
end

def xsd_doc
puts name
doc_name, doc = MyData::Xsd::Structure.doc(name)
container_tag(doc_name, doc.attributes)

Expand Down
7 changes: 7 additions & 0 deletions lib/my_data/resources/inv/entity_type.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# frozen_string_literal: true

class MyData::Resources::Inv::EntityType
include MyData::Resource

xsd_complex_type
end
7 changes: 7 additions & 0 deletions lib/my_data/resources/inv/transport_detail_type.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# frozen_string_literal: true

class MyData::Resources::Inv::TransportDetailType
include MyData::Resource

xsd_complex_type
end
7 changes: 7 additions & 0 deletions lib/my_data/resources/provider_info_type.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# frozen_string_literal: true

class MyData::Resources::ProviderInfoType
include MyData::Resource

xsd_complex_type
end
7 changes: 7 additions & 0 deletions lib/my_data/resources/reception_emails_type.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# frozen_string_literal: true

class MyData::Resources::ReceptionEmailsType
include MyData::Resource

xsd_complex_type
end
7 changes: 7 additions & 0 deletions lib/my_data/resources/reception_providers_type.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# frozen_string_literal: true

class MyData::Resources::ReceptionProvidersType
include MyData::Resource

xsd_complex_type
end
Loading

0 comments on commit 0014ba6

Please sign in to comment.