element <schemaMap> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 1 element
Defined:
locally within systemBaseType complexType in hsinfra.xsd; see XML source
XML Representation Summary
<schemaMap
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</schemaMap>
Content model elements (1):
schema (in schemaMap)
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="schemaMap" type="schemaMapType"/>
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 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>