From the PlusInterace.xsd file:
code:
<xs:attribute name="InitialPos" use="optional" default="CenteredParent">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Normal"/>
<xs:enumeration value="CenteredParent"/>
<xs:enumeration value="CenteredScreen"/>
<xs:enumeration value="Minimised"/>
<xs:enumeration value="Maximised"/>
<xs:enumeration value="Random"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
The PlusInterface.xsd file is a schema file for Plus! interfaces and can be used to validate your Interface XMLs. It contains all possible values for the different elements. You can download it by opening the Plus! documentation and click the link "Schema file for Interface Windows" in XML Schemas Reference > Interface Windows > Information.