The XSD that describes the versions.xml that gets created during a xcode.maven-plugin build out of the sync.info file.
'com.sap.prd.mobile.ios.mios:versionschema:1.2.3'
<dependency>
<groupId>com.sap.prd.mobile.ios.mios</groupId>
<artifactId>versionschema</artifactId>
<version>1.2.3</version>
</dependency>
<dependency org="com.sap.prd.mobile.ios.mios" name="versionschema" rev="1.2.3"/>
"com.sap.prd.mobile.ios.mios", "versionschema", "1.2.3"