Stack Template Definition Schema - Docker
See stack-template.xsd for the schema definition.
The following example shows the definition of a DockerStack Template custom type:
<?xml version="1.0" encoding="UTF-8"?> <!-- Version: 1.0.0 --> <StackTemplateType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd-schemes/stack_template.xsd"> <Name>Docker</Name> <Properties> </Properties> <DynamicProperties></DynamicProperties> </StackTemplateType>