Skip to content

Commit

Permalink
schema fixes around ArchetypeType.archetypeType (displayName, docs)
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Dec 14, 2022
1 parent d6d35f6 commit cc62559
Showing 1 changed file with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8931,11 +8931,11 @@
<xsd:annotation>
<xsd:documentation>
<p>
Definition of archetype policies, such as object template, lifecycle, type display properties and so on.
Type of the archetype determining how it can be assigned and used.
</p>
</xsd:documentation>
<xsd:appinfo>
<a:displayName>ArchetypeType.archetypePolicy</a:displayName>
<a:displayName>ArchetypeType.archetypeType</a:displayName>
<a:displayOrder>120</a:displayOrder>
</xsd:appinfo>
</xsd:annotation>
Expand Down Expand Up @@ -9131,7 +9131,7 @@
<xsd:simpleType name="ArchetypeTypeType">
<xsd:annotation>
<xsd:documentation>
Overall assignmentRelation approach for archetypes objects.
Type of the archetype determining how it can be assigned and used.
</xsd:documentation>
<xsd:appinfo>
<jaxb:typesafeEnumClass/>
Expand All @@ -9142,8 +9142,7 @@
<xsd:enumeration value="structural">
<xsd:annotation>
<xsd:documentation>
Open assignmentRelation approach. Assignments with any target and relation (generic assignments)
are allowed.
Only one can be assigned to the object directly, can be extended, can extend other structural archetypes.
</xsd:documentation>
<xsd:appinfo>
<jaxb:typesafeEnumMember name="STRUCTURAL"/>
Expand All @@ -9153,8 +9152,7 @@
<xsd:enumeration value="auxiliary">
<xsd:annotation>
<xsd:documentation>
Closed assignmentRelation approach. Assignments with any target and relation (generic assignments)
are not allowed.
Can be assigned to the object with structural archetype assigned, object can have more than one auxiliary archetypes assigned.
</xsd:documentation>
<xsd:appinfo>
<jaxb:typesafeEnumMember name="AUXILIARY"/>
Expand Down

0 comments on commit cc62559

Please sign in to comment.