diagram | ![]() |
||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | entityType | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="SilentEntitySystemType" abstract="false"> <xs:annotation> <xs:appinfo>information abou an enitity not producing espdus. Section 6.2.79 (length of list found in field numberOfAppearanceRecords) </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:sequence> <xs:element name="entityType" type="EntityTypeType"> <xs:annotation> <xs:appinfo>Entity type</xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="numberOfEntities" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>number of the type specified by the entity type field</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="numberOfAppearanceRecords" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>number of entity appearance records that follow</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="appearanceRecordList"> <xs:annotation> <xs:appinfo>Variable length list of appearance records (length of list found in field numberOfAppearanceRecords)</xs:appinfo> </xs:annotation> <xs:simpleType> <xs:annotation> <xs:appinfo>Attribute numberOfAppearanceRecords determines the length of this list.</xs:appinfo> </xs:annotation> <xs:restriction> <xs:simpleType> <xs:list itemType="xs:unsignedLong"/> </xs:simpleType> <xs:length value="0" fixed="false"/> </xs:restriction> </xs:simpleType> </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="numberOfEntities" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>number of the type specified by the entity type field</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="numberOfAppearanceRecords" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>number of entity appearance records that follow</xs:appinfo> </xs:annotation> </xs:attribute> |
type | restriction of (list of xs:unsignedLong) | ||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="appearanceRecordList"> <xs:annotation> <xs:appinfo>Variable length list of appearance records (length of list found in field numberOfAppearanceRecords)</xs:appinfo> </xs:annotation> <xs:simpleType> <xs:annotation> <xs:appinfo>Attribute numberOfAppearanceRecords determines the length of this list.</xs:appinfo> </xs:annotation> <xs:restriction> <xs:simpleType> <xs:list itemType="xs:unsignedLong"/> </xs:simpleType> <xs:length value="0" fixed="false"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||
type | EntityTypeType | ||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
children | domain | ||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="entityType" type="EntityTypeType"> <xs:annotation> <xs:appinfo>Entity type</xs:appinfo> </xs:annotation> </xs:element> |