mirror of https://github.com/acidanthera/audk.git
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:
parent
818de870c7
commit
448d6fab6e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue