Skip to content

Commit

Permalink
Fix extension with simpleType base
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzobrain committed Jul 13, 2023
1 parent ed54390 commit e29beea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/xsd/objects/extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ class Extension < BaseObject
TYPE_PROPERTY = nil

include Based
# for base links to work
include SimpleTyped
include AttributeContainer

# Nested group
Expand Down

0 comments on commit e29beea

Please sign in to comment.