Definition Type: ComplexType
Name: TypeName_Type
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gco/dhs-gmo/1.0.0
Type: gco:AbstractObject_Type
Containing Schema: basicTypes.xsd
Abstract
Documentation:
A TypeName is a LocalName that references either a recordType or object type in some form of schema. The stored value "aName" is the returned value for the "aName()" operation. This is the types name. - For parsing from types (or objects) the parsible name normally uses a "." navigation separator, so that it is of the form [class].[member].[memberOfMember]. ...)
Collapse XSD Schema Diagram:
Drilldown into aName in schema basictypes_xsd 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 TypeName_Type in schema basictypes_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xs:complexType name="TypeName_Type">
    <xs:annotation>
        <xs:documentation>A TypeName is a LocalName that references either a recordType or object type in some form of schema. The stored value "aName" is the returned value for the "aName()" operation. This is the types name.  - For parsing from types (or objects) the parsible name normally uses a "." navigation separator, so that it is of the form  [class].[member].[memberOfMember]. ...)</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="gco:AbstractObject_Type">
            <xs:sequence>
                <xs:element name="aName" type="gco:CharacterString_PropertyType" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
aName gco:aName (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id gco:id Optional
uuid gco:uuid Optional
Collapse Derivation Tree:
Collapse References:
gco:TypeName