Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Attribute TerminologyAssociationCompilationAttributes / @valueSetName
Namespace No namespace
Annotations
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the displayName of the value set if available else the name
Type xs:string
Properties
use optional
Used by
Source
<xs:attribute name="valueSetName" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the displayName of the value set if available else the name</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute Group TerminologyAssociationCompilationAttributes
Namespace No namespace
Annotations
Additional compilation attributes on the terminologyAssociation element
Diagram
DiagramDECOR_xsd_Attribute_Group_TerminologyAssociationCompilationAttributes.tmp#TerminologyAssociationCompilationAttributes_valueSetName
Used by
Attributes
QName Type Use Annotation
valueSetName xs:string optional
Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the displayName of the value set if available else the name
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'
Source
<xs:attributeGroup name="TerminologyAssociationCompilationAttributes">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Additional compilation attributes on the terminologyAssociation element</xs:documentation>
  </xs:annotation>
  <xs:attribute name="valueSetName" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Added in compilation process for releases. DO NOT ADD/EDIT yourself. Contains the displayName of the value set if available else the name</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:anyAttribute namespace="##other" processContents="skip"/>
</xs:attributeGroup>