Showing:

Annotations
Attributes
Diagrams
Model
Source
Used by
Complex Type diggs:PropertiesArrayPropertyYype
Namespace http://diggsml.org/schemas/3
Annotations
Property type for containing an array of DIGGS Property objects.
Diagram
Diagramgml3_2Profile_diggs_xsd_Attribute_Group_gml_OwnershipAttributeGroup.tmp#OwnershipAttributeGroupgml3_2Profile_diggs_xsd_Element_gml_AbstractValue.tmp#AbstractValuegml3_2Profile_diggs_xsd_Complex_Type_gml_ValueArrayPropertyType.tmp#ValueArrayPropertyTypeCommon_xsd_Element_diggs_Property.tmp#Property
Type restriction of gml:ValueArrayPropertyType
Type hierarchy
Used by
Model
Children diggs:Property
Attributes
QName Type Default Use
owns boolean false optional
Source
<complexType name="PropertiesArrayPropertyYype">
  <annotation>
    <documentation>Property type for containing an array of DIGGS Property objects.</documentation>
  </annotation>
  <complexContent>
    <restriction base="gml:ValueArrayPropertyType">
      <sequence maxOccurs="unbounded">
        <element ref="diggs:Property"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>