simpleType "StubPeriodTypeEnum"
Namespace:
Defined:
globally in fpml-enum-5-3.xsd; see XML source
Used:
Simple Content Model
enumeration of xsd:token
Simple Content Restrictions:
Enumeration:
"ShortInitial"
 - 
If there is a non regular period remaining it is left shorter than the streams calculation period frequency and placed at the start of the stream
"ShortFinal"
 - 
If there is a non regular period remaining it is left shorter than the streams calculation period frequency and placed at the end of the stream
"LongInitial"
 - 
If there is a non regular period remaining it is placed at the start of the stream and combined with the adjacent calculation period to give a long first calculation period
"LongFinal"
 - 
If there is a non regular period remaining it is placed at the end of the stream and combined with the adjacent calculation period to give a long last calculation period

All Direct / Indirect Based Elements (1):
stubPeriodType
Known Usage Locations
Annotation
Element to define how to deal with a none standard calculation period within a swap stream.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  StubPeriodTypeEnum
Derivation:
restriction of xsd:token
Facets:
enumeration:
"ShortInitial"
 - 
If there is a non regular period remaining it is left shorter than the streams calculation period frequency and placed at the start of the stream
"ShortFinal"
 - 
If there is a non regular period remaining it is left shorter than the streams calculation period frequency and placed at the end of the stream
"LongInitial"
 - 
If there is a non regular period remaining it is placed at the start of the stream and combined with the adjacent calculation period to give a long first calculation period
"LongFinal"
 - 
If there is a non regular period remaining it is placed at the end of the stream and combined with the adjacent calculation period to give a long last calculation period
XML Source (w/o annotations (5); see within schema source)
<xsd:simpleType name="StubPeriodTypeEnum">
<xsd:restriction base="xsd:token">
<xsd:enumeration value="ShortInitial"/>
<xsd:enumeration value="ShortFinal"/>
<xsd:enumeration value="LongInitial"/>
<xsd:enumeration value="LongFinal"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.