diagram | ![]() |
||||||||||||||
type | extension of rootType | ||||||||||||||
properties |
|
||||||||||||||
children | supplyType | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="SupplyQuantityType" abstract="false"> <xs:annotation> <xs:appinfo>A supply, and the amount of that supply. Section 6.2.86</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:sequence> <xs:element name="supplyType" type="EntityTypeType"> <xs:annotation> <xs:appinfo>Type of supply</xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="quantity" type="xs:float"> <xs:annotation> <xs:appinfo>The number of units of a supply type.</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> <!-- ========== debug: divider between elements and attributes ========== --> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:float | ||
annotation |
|
||
source | <xs:attribute name="quantity" type="xs:float"> <xs:annotation> <xs:appinfo>The number of units of a supply type.</xs:appinfo> </xs:annotation> </xs:attribute> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||
type | EntityTypeType | ||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
children | domain | ||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="supplyType" type="EntityTypeType"> <xs:annotation> <xs:appinfo>Type of supply</xs:appinfo> </xs:annotation> </xs:element> |