Added ZeroOrOne Data Type, for use with ErasePolarity FlashDeviceInfo attribute

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@129 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lhauch 2006-05-11 14:38:45 +00:00
parent 818de870c7
commit 448d6fab6e
1 changed files with 8 additions and 0 deletions

View File

@ -296,6 +296,14 @@
<xs:pattern value="0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="ZeroOrOne">
<xs:annotation>
<xs:documentation xml:lang="en">Define Zero as a vaild value</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:int">
<xs:pattern value="0|1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="OldVersionDataType">
<xs:annotation>
<xs:documentation xml:lang="en"> Definition of a Version Number, which can be any combination of a number followed by zero or more alphanumeric-dot-alphanumeric characters </xs:documentation>