element ContactList
diagram SensorML_p395.png
namespace http://www.opengis.net/sensorML/1.0.1
properties
content complex
children gml:description sml:member
used by
elements contact SensorML/member
annotation
documentation
Allows to group several contacts together in a list that can be referenced as a whole
source <xs:element name="ContactList">
 
<xs:annotation>
   
<xs:documentation>Allows to group several contacts together in a list that can be referenced as a whole</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element ref="gml:description" minOccurs="0"/>
     
<xs:element name="member" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:group ref="sml:ContactGroup"/>
         
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute ref="gml:id"/>
 
</xs:complexType>
</xs:element>

element ContactList/member
diagram SensorML_p396.png
namespace http://www.opengis.net/sensorML/1.0.1
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children sml:Person sml:ResponsibleParty
source <xs:element name="member" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:group ref="sml:ContactGroup"/>
   
<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
 
</xs:complexType>
</xs:element>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy