blob: 9c127684cc6c3a0b4b0564e135fad9f5a8de6a28 [file] [log] [blame]
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<model>
<id>model</id>
<name>Model</name>
<defaults>
<default>
<key>package</key>
<value>org.apache.archiva.redback.components.registry.modello.test.model</value>
</default>
</defaults>
<classes>
<class rootElement="true">
<name>Model</name>
<version>1.0.0+</version>
<fields>
<field>
<name>name</name>
<version>1.0.0+</version>
<type>String</type>
</field>
<field>
<name>repository</name>
<version>1.0.0+</version>
<type>String</type>
</field>
<field>
<name>numeric</name>
<version>1.0.0+</version>
<type>int</type>
</field>
<field>
<name>defString</name>
<version>1.0.0+</version>
<type>String</type>
<defaultValue>def</defaultValue>
</field>
<field>
<name>defNumeric</name>
<version>1.0.0+</version>
<type>int</type>
<defaultValue>8080</defaultValue>
</field>
<field>
<name>defBoolean</name>
<version>1.0.0+</version>
<type>boolean</type>
<defaultValue>true</defaultValue>
</field>
<field>
<name>reference</name>
<version>1.0.0+</version>
<association>
<type>Reference</type>
</association>
</field>
<field>
<name>missingReference</name>
<version>1.0.0+</version>
<association>
<type>Reference</type>
</association>
</field>
<field>
<name>emptyReference</name>
<version>1.0.0+</version>
<association>
<type>EmptyReference</type>
</association>
</field>
<field>
<name>listReferences</name>
<version>1.0.0+</version>
<association>
<type>Reference</type>
<multiplicity>*</multiplicity>
</association>
</field>
<field>
<name>setReferences</name>
<version>1.0.0+</version>
<type>Set</type>
<association>
<type>Reference</type>
<multiplicity>*</multiplicity>
</association>
</field>
<field>
<name>stringReferences</name>
<version>1.0.0+</version>
<association>
<type>String</type>
<multiplicity>*</multiplicity>
</association>
</field>
<field>
<name>map</name>
<version>1.0.0+</version>
<type>Map</type>
<association>
<type>String</type>
<multiplicity>*</multiplicity>
</association>
</field>
<field>
<name>properties</name>
<version>1.0.0+</version>
<type>Properties</type>
<association>
<type>String</type>
<multiplicity>*</multiplicity>
</association>
</field>
<field>
<name>baseDn</name>
<description>The LDAP base dn.</description>
<version>1.0.0+</version>
<type>String</type>
</field>
</fields>
</class>
<class>
<name>Reference</name>
<version>1.0.0+</version>
<fields>
<field>
<name>name</name>
<version>1.0.0+</version>
<type>String</type>
</field>
</fields>
</class>
<class>
<name>EmptyReference</name>
<version>1.0.0+</version>
</class>
</classes>
</model>