Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Attribute MultiplicityRangeOptional / @minimumMultiplicity
Namespace No namespace
Annotations
Identifies the minimum number of repetitions of this element that may occur within the containing element.
UML: multiplicity (lower-bound)
Type SmallNonNegativeInteger
Properties
use optional
Facets
maxExclusive 1000000
Used by
Attribute Group MultiplicityRangeOptional
Source
<xs:attribute name="minimumMultiplicity" type="SmallNonNegativeInteger" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Identifies the minimum number of repetitions of this element that may occur within the containing element.</xs:documentation>
    <xs:documentation xml:lang="en-US">UML: multiplicity (lower-bound)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute MultiplicityRangeOptional / @maximumMultiplicity
Namespace No namespace
Annotations
Identifies the maximum number of repetitions of this element that may occur within the containing element.
UML: multiplicity (upper-bound)
Type UnlimitedInteger
Properties
use optional
Used by
Attribute Group MultiplicityRangeOptional
Source
<xs:attribute name="maximumMultiplicity" type="UnlimitedInteger" use="optional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Identifies the maximum number of repetitions of this element that may occur within the containing element.</xs:documentation>
    <xs:documentation xml:lang="en-US">UML: multiplicity (upper-bound)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute Group MultiplicityRangeOptional
Namespace No namespace
Annotations
Used to define multiplicity
UML: Corresponds to UML type MultiplicityRange, with exception that upper boundary cannot be 0
Diagram
DiagramDECOR-datatypes_xsd_Attribute_Group_MultiplicityRangeOptional.tmp#MultiplicityRangeOptional_minimumMultiplicityDECOR-datatypes_xsd_Attribute_Group_MultiplicityRangeOptional.tmp#MultiplicityRangeOptional_maximumMultiplicity
Used by
Attributes
QName Type Use Annotation
maximumMultiplicity UnlimitedInteger optional
Identifies the maximum number of repetitions of this element that may occur within the containing element.
UML: multiplicity (upper-bound)
minimumMultiplicity SmallNonNegativeInteger optional
Identifies the minimum number of repetitions of this element that may occur within the containing element.
UML: multiplicity (lower-bound)
Source
<xs:attributeGroup name="MultiplicityRangeOptional">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">Used to define multiplicity</xs:documentation>
    <xs:documentation xml:lang="en-US">UML: Corresponds to UML type MultiplicityRange, with exception that upper boundary cannot be 0</xs:documentation>
  </xs:annotation>
  <xs:attribute name="minimumMultiplicity" type="SmallNonNegativeInteger" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Identifies the minimum number of repetitions of this element that may occur within the containing element.</xs:documentation>
      <xs:documentation xml:lang="en-US">UML: multiplicity (lower-bound)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="maximumMultiplicity" type="UnlimitedInteger" use="optional">
    <xs:annotation>
      <xs:documentation xml:lang="en-US">Identifies the maximum number of repetitions of this element that may occur within the containing element.</xs:documentation>
      <xs:documentation xml:lang="en-US">UML: multiplicity (upper-bound)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>