aboutsummaryrefslogtreecommitdiff
path: root/tosa.xsd
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2024-04-10 16:54:16 -0700
committerEric Kunze <eric.kunze@arm.com>2024-04-16 16:46:48 -0700
commit132acad52654a72d638faeaed8dc1488d5b1fe15 (patch)
treee413b8e4aaf45ecc02055526706e9fbcbab2194a /tosa.xsd
parent0d7d001c73d5063a8d9b6dba388aded0973a3110 (diff)
downloadspecification-132acad52654a72d638faeaed8dc1488d5b1fe15.tar.gz
Add allowed profiles for each extension
Each extension can contain a list of profiles that it works with. Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: I7cf2ad0c57fc8a36500212b7d554a8153fc2efe5
Diffstat (limited to 'tosa.xsd')
-rw-r--r--tosa.xsd3
1 files changed, 3 insertions, 0 deletions
diff --git a/tosa.xsd b/tosa.xsd
index dec20eb..d5d7dca 100644
--- a/tosa.xsd
+++ b/tosa.xsd
@@ -147,6 +147,9 @@
<xs:element name="profile_extension">
<xs:complexType>
+ <xs:sequence>
+ <xs:element name="profile_supported" type="profile_ext_name" minOccurs="0" maxOccurs="unbounded"/>
+ </xs:sequence>
<xs:attribute name="name" type="xs:string" use="required"/>
<xs:attribute name="status" type="xs:string" use="required"/>
<xs:attribute name="description" type="xs:string" use="required"/>