09-09-2014 03:46 AM
09-09-2014 05:34 AM
<xs:complexType name="mandatoryDef" mixed="true">
<xs:attribute name="enforced" use="optional" type="xs:boolean"/>
</xs:complexType>
<association name="**:***">
<source>
<mandatory>false</mandatory>
<many>true</many>
</source>
<target>
<class>**:***</class>
<mandatory enforced="false">true</mandatory>
<many>false</many>
</target>
</association>
09-09-2014 06:57 AM
enforced="true"
does not have any effect. This association (with dummy namespace and names)<mandatory enforced="false">true</mandatory>
. Is this actually working?
09-09-2014 08:43 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.