Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:isSourceGroupType
Namespace http://diggsml.org/schema-dev
Diagram
DiagramGeophysics_xsd_Complex_Type_diggs_isSourceGroupType.tmp#isSourceGroupType_noSources
Type extension of boolean
Used by
Attributes
QName Type Use Annotation
noSources positiveInteger optional
Where isGroup is true, identifies the
number of sources in the group that share identical
properties
Source
<complexType name="isSourceGroupType">
  <simpleContent>
    <extension base="boolean">
      <attribute name="noSources" type="positiveInteger">
        <annotation>
          <documentation>Where isGroup is true, identifies the number of sources in the group that share identical properties</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:isSourceGroupType / @noSources
Namespace No namespace
Annotations
Where isGroup is true, identifies the
number of sources in the group that share identical
properties
Type positiveInteger
Properties
content simple
Used by
Source
<attribute name="noSources" type="positiveInteger">
  <annotation>
    <documentation>Where isGroup is true, identifies the number of sources in the group that share identical properties</documentation>
  </annotation>
</attribute>