Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/xml/schema/vNext/Catalogue.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,13 @@
</xs:restriction>
</xs:simpleType>

<xs:simpleType name="SelectionFromKind">
<xs:restriction base="xs:string">
<xs:enumeration value="group"/>
<xs:enumeration value="entry"/>
</xs:restriction>
</xs:simpleType>

<!--selection entry group-->
<xs:complexType name="SelectionEntryGroup">
<xs:complexContent>
Expand Down Expand Up @@ -669,6 +676,7 @@
</xs:sequence>
<xs:attribute name="number" type="xs:nonNegativeInteger" use="required" />
<xs:attribute name="type" type="tns:SelectionEntryKind" use="required" />
<xs:attribute name="from" type="tns:SelectionFromKind" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
Expand Down