2.2.5.35 SystemPropertyType

The SystemPropertyType simple type specifies the identifying name of one of the available system properties.

The following is the XML schema definition of the SystemPropertyType simple type.

   <xs:simpleType name="SystemPropertyType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="DatabaseSchemaVersion" />
     </xs:restriction>
   </xs:simpleType>

The values of the enumeration are described in the following table.

Value

Meaning

DatabaseSchemaVersion

Specifies the version of the MDS schema installed.