04-05-2010 04:50 AM
<namespaces>
<namespace uri="foo.document.model" prefix="foo"/>
</namespaces>
<constraints>
<constraint name="foo:supCodeList" type="LIST">
<parameter name="allowedValues">
<list>
<value>a101</value>
<value>a102</value>
<value>a103</value>
</list>
</parameter>
</constraint>
</constraints>
<types>
<type name="foo:pinv">
<title>Pinv</title>
<parent>foo:baseDocument</parent>
<properties>
<property name="foo:pinvSupCode">
<type>d:text</type>
<multiple>true</multiple>
<constraints>
<constriant ref="foo:supCodeList" />
</constraints>
</property>
</properties>
</type>
</types>
<aspects>
<aspect name="foo:pInvoice">
<title>pinvoicable</title>
<parent>foo:commonAspect1</parent>
<properties>
<property name="foo:pSupCode">
<title>Supplier code</title>
<type>d:text</type>
<multiple>true</multiple>
<constraints>
<constriant ref="foo:supCodeList" />
</constraints>
</property>
</properties>
</aspect>
</aspects>
04-05-2010 01:11 PM
04-06-2010 03:10 PM
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.