Created
December 15, 2014 14:49
-
-
Save bkoopman/80c6a6924bb22736edf3 to your computer and use it in GitHub Desktop.
HTML Design Configuration Schema
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.sdl.com/web/schemas/html-design" xmlns:tcmi="http://www.tridion.com/ContentManager/5.0/Instance" xmlns:xlink="http://www.w3.org/1999/xlink" elementFormDefault="qualified" targetNamespace="http://www.sdl.com/web/schemas/html-design"> | |
<xsd:import namespace="http://www.tridion.com/ContentManager/5.0/Instance" schemaLocation="cm_xml_inst.xsd"></xsd:import> | |
<xsd:annotation> | |
<xsd:appinfo> | |
<tcm:Labels xmlns:tcm="http://www.tridion.com/ContentManager/5.0"> | |
<tcm:Label ElementName="design" Metadata="false">HTML design (packaged in zip file)</tcm:Label> | |
<tcm:Label ElementName="build" Metadata="false">HTML design build files (packaged in zip file)</tcm:Label> | |
<tcm:Label ElementName="version" Metadata="false">Version Number</tcm:Label> | |
<tcm:Label ElementName="favicon" Metadata="false">Favicon</tcm:Label> | |
<tcm:Label ElementName="variables" Metadata="false">Bootstrap configuration</tcm:Label> | |
<tcm:Label ElementName="code" Metadata="false">LESS Code Block</tcm:Label> | |
</tcm:Labels> | |
</xsd:appinfo> | |
</xsd:annotation> | |
<xsd:element name="HtmlDesignConfig"> | |
<xsd:complexType> | |
<xsd:sequence> | |
<xsd:element name="design" minOccurs="1" maxOccurs="1" type="tcmi:SimpleLink"> | |
<xsd:annotation> | |
<xsd:appinfo> | |
<tcm:ExtensionXml xmlns:tcm="http://www.tridion.com/ContentManager/5.0"> | |
<configuration xmlns="http://www.sdltridion.com/2011/SiteEdit"> | |
<field> | |
<editable>false</editable> | |
</field> | |
</configuration> | |
</tcm:ExtensionXml> | |
<tcm:linktype xmlns:tcm="http://www.tridion.com/ContentManager/5.0">MultimediaLink</tcm:linktype> | |
<tcm:AllowedTargetSchemas xmlns:tcm="http://www.tridion.com/ContentManager/5.0"> | |
<tcm:TargetSchema xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="tcm:2-4412-8" xlink:title="ZIP file"></tcm:TargetSchema> | |
</tcm:AllowedTargetSchemas> | |
</xsd:appinfo> | |
</xsd:annotation> | |
</xsd:element> | |
<xsd:element name="build" minOccurs="0" maxOccurs="1" type="tcmi:SimpleLink"> | |
<xsd:annotation> | |
<xsd:appinfo> | |
<tcm:ExtensionXml xmlns:tcm="http://www.tridion.com/ContentManager/5.0"></tcm:ExtensionXml> | |
<tcm:linktype xmlns:tcm="http://www.tridion.com/ContentManager/5.0">MultimediaLink</tcm:linktype> | |
<tcm:AllowedTargetSchemas xmlns:tcm="http://www.tridion.com/ContentManager/5.0"> | |
<tcm:TargetSchema xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="tcm:2-4412-8" xlink:title="ZIP file"></tcm:TargetSchema> | |
</tcm:AllowedTargetSchemas> | |
</xsd:appinfo> | |
</xsd:annotation> | |
</xsd:element> | |
<xsd:element name="version" minOccurs="1" maxOccurs="1" type="xsd:normalizedString"> | |
<xsd:annotation> | |
<xsd:appinfo> | |
<tcm:ExtensionXml xmlns:tcm="http://www.tridion.com/ContentManager/5.0"> | |
<configuration xmlns="http://www.sdltridion.com/2011/SiteEdit"> | |
<field> | |
<editable>false</editable> | |
</field> | |
</configuration> | |
</tcm:ExtensionXml> | |
<tcm:DefaultTextValue xmlns:tcm="http://www.tridion.com/ContentManager/5.0">v1.00</tcm:DefaultTextValue> | |
</xsd:appinfo> | |
</xsd:annotation> | |
</xsd:element> | |
<xsd:element name="favicon" minOccurs="0" maxOccurs="1" type="tcmi:SimpleLink"> | |
<xsd:annotation> | |
<xsd:appinfo> | |
<tcm:ExtensionXml xmlns:tcm="http://www.tridion.com/ContentManager/5.0"> | |
<configuration xmlns="http://www.sdltridion.com/2011/SiteEdit"> | |
<field> | |
<editable>false</editable> | |
</field> | |
</configuration> | |
</tcm:ExtensionXml> | |
<tcm:linktype xmlns:tcm="http://www.tridion.com/ContentManager/5.0">MultimediaLink</tcm:linktype> | |
<tcm:AllowedTargetSchemas xmlns:tcm="http://www.tridion.com/ContentManager/5.0"> | |
<tcm:TargetSchema xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="tcm:2-4420-8" xlink:title="Favicon"></tcm:TargetSchema> | |
</tcm:AllowedTargetSchemas> | |
</xsd:appinfo> | |
</xsd:annotation> | |
</xsd:element> | |
<xsd:element name="variables" minOccurs="0" maxOccurs="1" type="tcmi:SimpleLink"> | |
<xsd:annotation> | |
<xsd:appinfo> | |
<tcm:ExtensionXml xmlns:tcm="http://www.tridion.com/ContentManager/5.0"> | |
<configuration xmlns="http://www.sdltridion.com/2011/SiteEdit"> | |
<field> | |
<editable>false</editable> | |
</field> | |
</configuration> | |
</tcm:ExtensionXml> | |
<tcm:linktype xmlns:tcm="http://www.tridion.com/ContentManager/5.0">ComponentLink</tcm:linktype> | |
<tcm:AllowMultimediaLinks xmlns:tcm="http://www.tridion.com/ContentManager/5.0">false</tcm:AllowMultimediaLinks> | |
<tcm:AllowedTargetSchemas xmlns:tcm="http://www.tridion.com/ContentManager/5.0"> | |
<tcm:TargetSchema xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="tcm:2-4453-8" xlink:title="Bootstrap Configuration"></tcm:TargetSchema> | |
</tcm:AllowedTargetSchemas> | |
</xsd:appinfo> | |
</xsd:annotation> | |
</xsd:element> | |
<xsd:element name="code" minOccurs="0" maxOccurs="1" type="tcmi:MultiLineText"> | |
<xsd:annotation> | |
<xsd:appinfo> | |
<tcm:ExtensionXml xmlns:tcm="http://www.tridion.com/ContentManager/5.0"> | |
<configuration xmlns="http://www.sdltridion.com/2011/SiteEdit"> | |
<field> | |
<editable>false</editable> | |
</field> | |
</configuration> | |
</tcm:ExtensionXml> | |
<tcm:Size xmlns:tcm="http://www.tridion.com/ContentManager/5.0">10</tcm:Size> | |
</xsd:appinfo> | |
</xsd:annotation> | |
</xsd:element> | |
</xsd:sequence> | |
</xsd:complexType> | |
</xsd:element> | |
</xsd:schema> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment