10-26-2007 04:12 PM
10-26-2007 04:29 PM
10-26-2007 04:57 PM
10-30-2007 05:36 PM
11-22-2007 07:22 PM
06-26-2009 07:08 AM
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
   xmlns:my_sample="http://www.alfresco.org/alfresco/my_sample"
   targetNamespace="http://www.alfresco.org/alfresco/my_sample"
   xmlns:alf="http://www.alfresco.org"   
   elementFormDefault="qualified">
<xs:element name="my_sample">
      <xs:annotation>
         <xs:documentation source="ospi.label">my_sample_Title</xs:documentation>
         <xs:documentation source="ospi.description">my_sample_Desc</xs:documentation>
      </xs:annotation>
      <xs:complexType>
         <xs:sequence>
         <xs:element name="Language" type="my_sample:LanguageSelect"
                default="English">
               <xs:annotation>
                   <xs:appinfo>
                     <alf:label>${Language}</alf:label>
                    </xs:appinfo>
               </xs:annotation>
         </xs:element>
<xs:element name="Level1" minOccurs="1" fixed="Going to court" >
   <xs:annotation>
      <xs:documentation source="ospi.label">TextFieldLabel</xs:documentation>
      <xs:documentation source="ospi.description">TextFieldLabelDesc</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:normalizedString" >
         <xs:maxLength value="20" fixed="true" />
      </xs:restriction>
   </xs:simpleType>
</xs:element>
<xs:element name="Level2" minOccurs="1" fixed="Financial Claims">
   <xs:annotation>
      <xs:documentation source="ospi.label">TextFieldLabel</xs:documentation>
      <xs:documentation source="ospi.description">TextFieldLabelDesc</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:normalizedString">
         <xs:maxLength value="20" fixed="true" />
      </xs:restriction>
   </xs:simpleType>
</xs:element>
<xs:element name="Level3" minOccurs="1" fixed="Small Claims">
   <xs:annotation>
      <xs:documentation source="ospi.label">TextFieldLabel</xs:documentation>
      <xs:documentation source="ospi.description">TextFieldLabelDesc</xs:documentation>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:normalizedString">
         <xs:maxLength value="20" fixed="true" />
      </xs:restriction>
   </xs:simpleType>
</xs:element>
<xs:element name="Roll_Over_Text" minOccurs="1">
   <xs:annotation>
      <xs:documentation source="ospi.label">TextAreaLabel</xs:documentation>
      <xs:documentation source="ospi.description">TextAreaLabelDesc</xs:documentation>
      <xs:appinfo>
                  <alf:appearance>minimal</alf:appearance>
      </xs:appinfo>
   </xs:annotation>
   <xs:simpleType>
      <xs:restriction base="xs:string">
         <xs:maxLength value="100" fixed="true" />
      </xs:restriction>
   </xs:simpleType>
</xs:element>
<xs:element name="Body_Content" type="xs:string" minOccurs=
                  "1" maxOccurs="1">
            <xs:annotation>
               <xs:appinfo>
                  <alf:appearance>custom-styles-mce</alf:appearance>
               </xs:appinfo>
            </xs:annotation>
</xs:element>
<xs:element name="Link_Information" type="my_sample:linkInfo" minOccurs="1" maxOccurs="unbounded"/>
<xs:element name="Owner" type="xs:normalizedString" nillable="true"/>
<xs:element name="Owners_e_Mail_Id" type="xs:normalizedString" nillable="true"/>            
<xs:element name="Date_of_Expiry" type="xs:date"/>
         </xs:sequence>
         
         
      </xs:complexType>
      
      
   </xs:element>
   
            
   <xs:complexType name="linkInfo">
      <xs:sequence>
         <xs:element name="Link_Name" type="xs:normalizedString" minOccurs="0" maxOccurs="1"/>
         <xs:element name="Link_URL" type="xs:normalizedString" minOccurs="0" maxOccurs="1"/>
         <xs:element name="Link_Description" type="xs:normalizedString" minOccurs="0" maxOccurs="1"/>
      </xs:sequence>
   </xs:complexType>
   <xs:simpleType name="LanguageSelect">
      <xs:restriction base="xs:normalizedString">
        <xs:enumeration value="German"/>
        <xs:enumeration value="French"/>
        <xs:enumeration value="English"/>
        <xs:enumeration value="Spanish"/>
        <xs:enumeration value="Dutch"/>
        <xs:enumeration value="Belgian"/>
        <xs:enumeration value="Irish"/>
      </xs:restriction>
   </xs:simpleType>
</xs:schema><#ftl ns_prefixes={"D":"http://www.alfresco.org/alfresco/my_sample','xsi':'http://www.w3.org/2001/XMLSchema-instance"}>
<HTML>
 <HEAD>
  <title>${my_sample.Level3} Page</title>
  <META NAME="Generator" CONTENT="EditPlus">
  <META NAME="Author" CONTENT="">
  <META NAME="Keywords" CONTENT="">
  <META NAME="Description" CONTENT="">
    <link rel="stylesheet" type="text/css" href="/work/Attachments/ContentPageBasic.css" />
 </HEAD>
 <BODY>
 <table border="0" width="100%" height="100%" cellpadding="3" cellspacing="0" border="0" >
<tr><td align="left" valign="top" height="80%"> <div style="width:100%;height:100%;overflow:auto;"><table width="100%" height="100%" cellpadding="3" cellspacing="0" border="0" >
<tr><td align="left" valign="top"><h2>${my_sample.Language}</h2></td></tr>
<tr><td align="left" valign="top">${my_sample.Level1} >> ${my_sample.Level2} >> ${my_sample.Level3}</td></tr>
<tr><td align="left" valign="top"><br>${my_sample.Roll_Over_Text}</td></tr>
<tr><td align="left" valign="top"><br>${my_sample.Body_Content}</td></tr>
</table></div></td></tr>
<tr><td align="left" valign="top"><hr align=left noshade size=5 width=100%></td></tr>
<tr><td align="left" valign="top" height="20%"><div style="width:100%;height:100%;overflow:auto;">
<table width="100%" height="100%" cellpadding="3" cellspacing="0" border="0" >
<tr><td align="left" valign="top"><h2>Related information</h2></td></tr>
<tr><td align="left" valign="top"><#list my_sample.Link_Information as parentLink>
         <li>
            <a href='${parentLink.Link_URL}' id='${parentLink.Link_Description}'>${parentLink.Link_Name}</a>
         </li>                                    
</#list></td></tr>
<tr><td align="left" valign="top">${my_sample.Owner}</td></tr>
<tr><td align="left" valign="top">${my_sample.Owners_e_Mail_Id}</td></tr>
<tr><td align="left" valign="top">${my_sample.Date_of_Expiry}</td></tr>
</table></div></td></tr>
</table>
  
 </BODY>
</HTML>
					
				
			
			
				
			
			
			
			
			
			
			
		Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.