diagram | ![]() |
||||||||||||||
type | extension of rootType | ||||||||||||||
properties |
|
||||||||||||||
children | simulationAddress | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="AggregateIdentifierType" abstract="false"> <xs:annotation> <xs:appinfo>The unique designation of each aggregate in an exercise is specified by an aggregate identifier record. The aggregate ID is not an entity and shall not be treated as such. Section 6.2.3. </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:sequence> <xs:element name="simulationAddress" type="SimulationAddressType"> <xs:annotation> <xs:appinfo>Simulation address, i.e. site and application, the first two fields of the entity ID provides a unique identifier </xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="aggregateID" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>The aggregate ID provides a unique identifier</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> <!-- ========== debug: divider between elements and attributes ========== --> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="aggregateID" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>The aggregate ID provides a unique identifier</xs:appinfo> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||
type | SimulationAddressType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="simulationAddress" type="SimulationAddressType"> <xs:annotation> <xs:appinfo>Simulation address, i.e. site and application, the first two fields of the entity ID provides a unique identifier </xs:appinfo> </xs:annotation> </xs:element> |