Definition Type: ComplexType
Name: MemberName_Type
Namespace: http://www.isotc211.org/2005/gco
Type: gco:AbstractObject_Type
Containing Schema: basicTypes.xsd
Abstract
Documentation:
A MemberName is a LocalName that references either an attribute slot in a record or recordType or an attribute, operation, or association role in an object instance or type description in some form of schema. The stored value "aName" is the returned value for the "aName()" operation.
Collapse XSD Schema Diagram:
Drilldown into attributeType in schema basictypes_xsd1 Drilldown into aName in schema basictypes_xsd1 Drilldown into uuid in schema gcobase_xsd Drilldown into id in schema gcobase_xsd Drilldown into ObjectIdentification in schema gcobase_xsd Drilldown into AbstractObject_Type in schema gcobase_xsdXSD Diagram of MemberName_Type in schema basictypes_xsd1 (Geography Markup Language)
Collapse XSD Schema Code:
<xs:complexType name="MemberName_Type">
    <xs:annotation>
        <xs:documentation>A MemberName is a LocalName that references either an attribute slot in a record or  recordType or an attribute, operation, or association role in an object instance or  type description in some form of schema. The stored value "aName" is the returned value for the "aName()" operation.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="gco:AbstractObject_Type">
            <xs:sequence>
                <xs:element name="aName" type="gco:CharacterString_PropertyType" />
                <xs:element name="attributeType" type="gco:TypeName_PropertyType" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
aName gco:aName (1) (1)
attributeType gco:attributeType (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gco:id (Optional)
uuid gco:uuid (Optional)
Collapse Derivation Tree:
Collapse References:
gco:MemberName