Showing:

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