complexType "schemaMapType"
Namespace:
Content:
complex, 3 attributes, 1 element
Defined:
globally in hsinfra.xsd; see XML source
Includes:
definition of 1 element
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (1):
schema (in schemaMap)
All Direct / Indirect Based Elements (1):
schemaMap (type schemaMapType)
Known Usage Locations
Annotation
This element defines the various schemas that define the data structures and shape of information managed by this service. Each schema is defined by its namespace URI, its location, and a preferred namespace alias.
XML Source (see within schema source)
<xsd:complexType name="schemaMapType">
<xsd:annotation>
<xsd:documentation>
This element defines the various schemas that define the data structures and shape
of information managed by this service. Each schema is defined by its namespace URI,
its location, and a preferred namespace alias.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="schema">
<xsd:complexType>
<xsd:annotation>
<xsd:documentation>
This element defines a schema that defines data structures and the
shape of information managed by this service. Multiple schema elements
exist for each service, one for each logical grouping of information exposed
by the service.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
<xsd:attribute name="namespace" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the namespace URI of this schema.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="schemaLocation" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the location (in the form of a URI) of the resource containing the schema. When
a schema is reachable through a variety of URIs, one schema element will exist for
each location.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="alias" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the preferred alias to be used, if possible, when
manipulating information covered by this schema in the context of this service.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="standardBlueAttributeGroup"/>
</xsd:complexType>
Attribute Detail (all declarations; 3/3)
changeNumber
Type:
Use:
required
Defined:
locally within standardBlueAttributeGroup attributeGroup
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
locally within standardBlueAttributeGroup attributeGroup
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
locally within standardBlueAttributeGroup attributeGroup
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
Content Element Detail (all declarations; 1/1)
schema
Type:
anonymous complexType, complex content
Defined:
locally within (this) schemaMapType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="schema">
<xsd:complexType>
<xsd:annotation>
<xsd:documentation>
This element defines a schema that defines data structures and the
shape of information managed by this service. Multiple schema elements
exist for each service, one for each logical grouping of information exposed
by the service.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
<xsd:attribute name="namespace" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the namespace URI of this schema.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="schemaLocation" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the location (in the form of a URI) of the resource containing the schema. When
a schema is reachable through a variety of URIs, one schema element will exist for
each location.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="alias" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the preferred alias to be used, if possible, when
manipulating information covered by this schema in the context of this service.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>