diff options
Diffstat (limited to 'Tools/XMLSchema/NamingConvention.xsd')
-rw-r--r-- | Tools/XMLSchema/NamingConvention.xsd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tools/XMLSchema/NamingConvention.xsd b/Tools/XMLSchema/NamingConvention.xsd index 4f998b827d..3faf1b923d 100644 --- a/Tools/XMLSchema/NamingConvention.xsd +++ b/Tools/XMLSchema/NamingConvention.xsd @@ -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>
|