10-24-2006 08:11 AM
…
<property name="my:grupPropertiesAddress">
<title>Properties Group Multivalue</title>
<properties>
<property name="my:propStreet">
<type>d:text</type>
</property>
<property name="my:propNumber">
<type>d:int</type>
</property>
<property name="my:propZipCode">
<type>d:int</type>
</property>
</properties>
<multiple>true</multiple>
</property>
…
Thx in advance !
10-24-2006 10:01 AM
10-24-2006 11:34 AM
…
<types>
<type name="my:address">
<title>My type Address</title>
<properties>
<property name="my:propStreet">
<type>d:text</type>
</property>
<property name="my:propNumber">
<type>d:int</type>
</property>
<property name="my:propZipCode">
<type>d:int</type>
</property>
</properties>
</type>
<!– Definition of new Content Type: SOP –>
<type name="my:sop">
<title>My new sop</title>
<parent>cm:content</parent>
<properties>
<property name="my:authorisedBy">
<type>d:text</type>
</property>
<property name="my:childAddress">
<type>my:address</type>
<multiple>true</multiple>
</property>
</properties>
</type>
</types>
…
Could you, please, provide me with more details about how to achieve the second alternative?Define a type containing the address properties and create child nodesVery grateful for your feedback!
10-25-2006 04:46 AM
10-25-2006 06:52 AM
10-31-2006 09:52 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.