12-10-2012 05:03 AM
<types>
<!– Definition of new Content Type: UCS Music Object Type –>
<type name="ucsmusic:record">
<title>UCS Music Record</title>
<parent>cm:content</parent>
<properties>
<property name="ucsmusic:singer">
<description>UCS Record Singer</description>
<type>d:text</type>
<mandatory>true</mandatory>
</property>
<property name="ucsmusic:album">
<description>UCS Record Album</description>
<type>d:text</type>
<mandatory>true</mandatory>
</property>
<property name="ucsmusic:label">
<description>UCS Record label</description>
<type>d:text</type>
<mandatory>true</mandatory>
</property>
<property name="ucsmusic:awards">
<description>UCS Music Awards</description>
<type>d:text</type>
<mandatory>true</mandatory>
<multiple>true</multiple>
</property>
</properties>
<associations>
<child-association name="ucsmusic:association">
<source>
<mandatory>true</mandatory>
<many>true</many>
</source>
<target>
<class>ucsmusic:song</class>
<mandatory>true</mandatory>
<many>true</many>
</target>
</child-association>
</associations>
</type>
<type name="ucsmusic:song">
<title>Song Object</title>
<parent>cm:content</parent>
<properties>
<property name="ucsmusic:id">
<description>Song Id</description>
<type>d:int</type>
<mandatory>true</mandatory>
</property>
<property name="ucsmusic:title">
<description>Song Title</description>
<type>d:text</type>
<mandatory>true</mandatory>
</property>
<property name="ucsmusic:duration">
<description> Song Duration</description>
<type>d:int</type>
<mandatory>true</mandatory>
</property>
</properties>
</type>
</types>
12-12-2012 02:35 AM
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.