<

Schema Documentation for gcx

Schema Document Properties

Target Namespace
https://schemas.isotc211.org/19103/-/gcx/1.2
Version
1.2.0
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):
    • https://schemas.isotc211.org/19103/-/gco/1.2 (at ../../../../19103/-/gco/1.2.0/gco.xsd)
    • http://www.w3.org/1999/xlink (at http://www.w3.org/1999/xlink.xsd)
Documentation




Declared Namespaces:

Prefix
Namespace
Default namespace
http://www.w3.org/2001/XMLSchema
xml
http://www.w3.org/XML/1998/namespace
gcx
https://schemas.isotc211.org/19103/-/gcx/1.2

Schema Component Representation

<schema elementFormDefault="qualified" targetNamespace="https://schemas.isotc211.org/19103/-/gcx/1.2" version="1.2.0">
   <import namespace="https://schemas.isotc211.org/19103/-/gco/1.2" schemaLocation="../../../../19103/-/gco/1.2.0/gco.xsd"/>
   <import namespace="http://www.w3.org/1999/xlink" schemaLocation="http://www.w3.org/1999/xlink.xsd"/>
...
</schema>

Elements

Element: Anchor

Type hierarchy:

Type
gcx:Anchor_Type

XML Instance Representation

<gcx:Anchor
Attribute group reference (not shown): xlink:simpleAttrs
> xs:string </gcx:Anchor>

Schema Component Representation

<element name="Anchor" type="gcx:Anchor_Type" substitutionGroup="gco:CharacterString"/>

Element: FileName

Type hierarchy:

Type
gcx:FileName_Type

XML Instance Representation

<gcx:FileName
 src="xs:anyURI" [0..1]
>
    xs:string
</gcx:FileName>

Schema Component Representation

<element name="FileName" type="gcx:FileName_Type" substitutionGroup="gco:CharacterString"/>

Element: LanguageString

Type hierarchy:

Type
gcx:LanguageString_Type

XML Instance Representation

<gcx:LanguageString
 languageCode="xs:string" [0..1]
>
    xs:string
</gcx:LanguageString>

Schema Component Representation

<element name="LanguageString" type="gcx:LanguageString_Type" substitutionGroup="gco:CharacterString"/>

Element: MediaType

Type hierarchy:

Type
gcx:MediaType_Type

XML Instance Representation

<gcx:MediaType>
    xs:string
</gcx:MediaType>

Schema Component Representation

<element name="MediaType" type="gcx:MediaType_Type" substitutionGroup="gco:CharacterString"/>

Element: MimeFileType

Type hierarchy:

Type
gcx:MimeFileType_Type

XML Instance Representation

<gcx:MimeFileType
 type="xs:string" [1]
>
    xs:string
</gcx:MimeFileType>

Schema Component Representation

<element name="MimeFileType" type="gcx:MimeFileType_Type" substitutionGroup="gco:CharacterString"/>

Element: URI

Type hierarchy:

Type
gcx:URI_Type

XML Instance Representation

<gcx:URI>
    xs:string
</gcx:URI>

Schema Component Representation

<element name="URI" type="gcx:URI_Type" substitutionGroup="gco:CharacterString"/>

Complex Types

Complex Type: Anchor_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gcx:Anchor> ... </gcx:Anchor> [1]
   End Sequence
</...>

Schema Component Representation

<complexType name="Anchor_PropertyType">
   <sequence minOccurs="0">
      <element ref="gcx:Anchor"/>
   </sequence>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: Anchor_Type

Type hierarchy:

Super-types:
xs:string < Anchor_Type (by extension)

XML Instance Representation

<...
Attribute group reference (not shown): xlink:simpleAttrs
> xs:string </...>

Schema Component Representation

<complexType name="Anchor_Type">
   <simpleContent>
      <extension base="xs:string">
<-- update from xslink:simpleLink to xlink:simpleAttrs with
					new xlink schema location SMR 20130326 --><-- on 2013-06-24 build, simleAttrs doesn't work, but simpleLink does... WTF! --><-- Changed back 2013-12-26 by Ted Habermann trying to get 19157-2 to validate -->         <attributeGroup ref="xlink:simpleAttrs"/>
      </extension>
   </simpleContent>
</complexType>

Complex Type: FileName_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gcx:FileName> ... </gcx:FileName> [1]
   End Sequence
</...>

Schema Component Representation

<complexType name="FileName_PropertyType">
   <sequence minOccurs="0">
      <element ref="gcx:FileName"/>
   </sequence>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: FileName_Type

Type hierarchy:

Super-types:
xs:string < FileName_Type (by extension)

XML Instance Representation

<...
 src="xs:anyURI" [0..1]
>
    xs:string
</...>

Schema Component Representation

<complexType name="FileName_Type">
   <simpleContent>
      <extension base="xs:string">
         <attribute name="src" type="xs:anyURI"/>
      </extension>
   </simpleContent>
</complexType>

Complex Type: LanguageString_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gcx:Anchor> ... </gcx:Anchor> [1]
   End Sequence
</...>

Schema Component Representation

<complexType name="LanguageString_PropertyType">
   <sequence minOccurs="0">
      <element ref="gcx:Anchor"/>
   </sequence>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: LanguageString_Type

Type hierarchy:

Super-types:
xs:string < LanguageString_Type (by extension)

XML Instance Representation

<...
 languageCode="xs:string" [0..1]
>
    xs:string
</...>

Schema Component Representation

<complexType name="LanguageString_Type">
   <simpleContent>
      <extension base="xs:string">
         <attribute name="languageCode" type="xs:string"/>
      </extension>
   </simpleContent>
</complexType>

Complex Type: MediaType_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gcx:MediaType> ... </gcx:MediaType> [1]
   End Sequence
</...>

Schema Component Representation

<complexType name="MediaType_PropertyType">
   <sequence minOccurs="0">
      <element ref="gcx:MediaType"/>
   </sequence>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: MediaType_Type

Type hierarchy:

Super-types:
xs:string < MediaType_Type (by extension)

XML Instance Representation

<...>
    xs:string
</...>

Schema Component Representation

<complexType name="MediaType_Type">
   <simpleContent>
      <extension base="xs:string"/>
   </simpleContent>
</complexType>

Complex Type: MimeFileType_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gcx:MimeFileType> ... </gcx:MimeFileType> [1]
   End Sequence
</...>

Schema Component Representation

<complexType name="MimeFileType_PropertyType">
   <sequence minOccurs="0">
      <element ref="gcx:MimeFileType"/>
   </sequence>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: MimeFileType_Type

Type hierarchy:

Super-types:
xs:string < MimeFileType_Type (by extension)

XML Instance Representation

<...
 type="xs:string" [1]
>
    xs:string
</...>

Schema Component Representation

<complexType name="MimeFileType_Type">
   <simpleContent>
      <extension base="xs:string">
         <attribute name="type" type="xs:string" use="required"/>
      </extension>
   </simpleContent>
</complexType>

Complex Type: URI_PropertyType

XML Instance Representation

<...
 gco:nilReason="" [0..1]
>
   Start Sequence [0..1]
      <gcx:URI> ... </gcx:URI> [1]
   End Sequence
</...>

Schema Component Representation

<complexType name="URI_PropertyType">
   <sequence minOccurs="0">
      <element ref="gcx:URI"/>
   </sequence>
   <attribute ref="gco:nilReason"/>
</complexType>

Complex Type: URI_Type

Type hierarchy:

Super-types:
xs:string < URI_Type (by extension)

XML Instance Representation

<...>
    xs:string
</...>

Schema Component Representation

<complexType name="URI_Type">
   <simpleContent>
      <extension base="xs:string"/>
   </simpleContent>
</complexType>

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.