Skip to content

Commit

Permalink
Update SDMXStructureBase.xsd
Browse files Browse the repository at this point in the history
Change item's parent type to "common:IDType"
  • Loading branch information
dosse authored Oct 20, 2023
1 parent 769d75c commit bce535e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/SDMXStructureBase.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<xs:complexContent>
<xs:extension base="ItemBaseType">
<xs:choice minOccurs="0">
<xs:element name="Parent" type="common:NestedIDType"/>
<xs:element name="Parent" type="common:IDType"/>
<xs:sequence maxOccurs="unbounded">
<xs:element ref="Item"/>
</xs:sequence>
Expand Down Expand Up @@ -483,4 +483,4 @@
</xs:complexContent>
</xs:complexType>

</xs:schema>
</xs:schema>

1 comment on commit bce535e

@dosse
Copy link
Contributor Author

@dosse dosse commented on bce535e Oct 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#30

Please sign in to comment.