summaryrefslogtreecommitdiff
path: root/Tools/XMLSchema/NamingConvention.xsd
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-02 00:24:08 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-02 00:24:08 +0000
commit2fdd0c7d649cc5dd14bb372460856cb67bedc1ca (patch)
treecfc509ac4d3e574a5c60a67590364645d6eb274a /Tools/XMLSchema/NamingConvention.xsd
parentc2d2d94c36f0496c941145ce6efd1e681965a8b0 (diff)
downloadedk2-platforms-2fdd0c7d649cc5dd14bb372460856cb67bedc1ca.tar.xz
Updated Schema per e-mails.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@379 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/XMLSchema/NamingConvention.xsd')
-rw-r--r--Tools/XMLSchema/NamingConvention.xsd6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tools/XMLSchema/NamingConvention.xsd b/Tools/XMLSchema/NamingConvention.xsd
index b44a37e539..ca19200321 100644
--- a/Tools/XMLSchema/NamingConvention.xsd
+++ b/Tools/XMLSchema/NamingConvention.xsd
@@ -166,6 +166,12 @@
</xs:annotation>
<xs:restriction base="xs:normalizedString"/>
</xs:simpleType>
+ <xs:simpleType name="PathAndFilename">
+ <xs:annotation>
+ <xs:documentation xml:lang="en"> Naming convention for a path and file name</xs:documentation>
+ </xs:annotation>
+ <xs:union memberTypes="Directory_DOS Directory_UNIX"/>
+ </xs:simpleType>
<xs:simpleType name="PlatformNamingConvention">
<xs:annotation>
<xs:documentation xml:lang="en"> This defines what a Platform Name is: Alphanumeric characters and optional underscore (_) or dash (-) characters, followed by a dot and more alphanumeric characters. </xs:documentation>