complexType "FinancialMetric"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
description (defined in FinancialMetric complexType),
type (defined in FinancialMetric complexType)
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
A structure to describe a financial statement of balance sheet metric.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="false" name="FinancialMetric">
<xsd:sequence>
<xsd:element name="type" type="FinancialMetricType"/>
<xsd:element minOccurs="0" name="description" type="NonEmptyNormalizedString"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
description
Type:
NonEmptyNormalizedString, simple content
An optional free form text field to further describe the financial metric.
Simple Content
xsd:normalizedString
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="description" type="NonEmptyNormalizedString"/>

type
Type:
FinancialMetricType, simple content
A financial metric value type, based on a scheme.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="type" type="FinancialMetricType"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.