Definition Type: ComplexType
Name: AssociationType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Containing Schema: gml.xsd
Abstract
Documentation:
A pattern or base for derived types used to specify complex types corresponding to an unspecified UML association - either composition or aggregation. Restricts the cardinality of Objects contained in the association to a maximum of one. An instance of this type can contain an element representing an Object, or reference one remotely via an xlink:href, but may not do both. Descendents of this type can be restricted in an application schema to allow only specified classes as valid participants in the aggregation
Collapse XSD Schema Diagram:
Drilldown into _Object in schema gml_xsd Drilldown into remoteSchema in schema gml_xsd Drilldown into actuate in schema xlinks_xsd Drilldown into show in schema xlinks_xsd Drilldown into title in schema xlinks_xsd Drilldown into arcrole in schema xlinks_xsd Drilldown into role in schema xlinks_xsd Drilldown into href in schema xlinks_xsd Drilldown into type in schema xlinks_xsd Drilldown into simpleLink in schema xlinks_xsd Drilldown into AssociationAttributeGroup in schema gml_xsdXSD Diagram of AssociationType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="AssociationType">
    <annotation>
        <appinfo source="urn:opengis:specification:gml:schema-xsd:gmlBase:3.1.1">gmlBase.xsd</appinfo>
        <documentation>  A pattern or base for derived types used to specify complex types corresponding to an  unspecified UML association - either composition or aggregation.  Restricts the cardinality of Objects contained in the association to a maximum of one.  An instance of this type can contain an element representing an Object, or reference one remotely via an xlink:href, but may not do both.
Descendents of this type can be restricted in an application schema to allow only specified classes as valid participants in the aggregation
</documentation>
    </annotation>
    <sequence minOccurs="0">
        <element ref="gml:_Object" />
    </sequence>
    <attributeGroup ref="gml:AssociationAttributeGroup" />
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Object gml:_Object (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
type xlink:type (Optional)
href xlink:href Optional
role xlink:role Optional
arcrole xlink:arcrole Optional
title xlink:title Optional
show xlink:show Optional
actuate xlink:actuate Optional
remoteSchema gml:remoteSchema Optional
Collapse Derivation Tree:
Collapse References:
gml:_association, gml:member