complexType "DueDateAdjustment"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
A structure to describe a business adjustment to a due date (e.g. for completing a covenant obligation).
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="DueDateAdjustment">
<xsd:sequence>
<xsd:element name="numberOfDays" type="xsd:nonNegativeInteger"/>
<xsd:element name="dayType" type="DayTypeEnum"/>
<xsd:element name="adjustmentType" type="DateAdjustmentType"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
adjustmentType
Type:
DateAdjustmentType, simple content
A structure to describe the type of adjustment (e.g. grace days, leading days, trailling days, etc.), 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="adjustmentType" type="DateAdjustmentType"/>

dayType
Type:
DayTypeEnum, simple content
The type of day adjustment being applied (e.g. "business" vs. "calendar" days).
Simple Content
enumeration of xsd:token
Enumeration:
"Business"
 - 
When calculating the number of days between two dates the count includes only business days.
"Calendar"
 - 
When calculating the number of days between two dates the count includes all calendar days.
"CommodityBusiness"
 - 
When calculating the number of days between two dates the count includes only commodity business days.
"CurrencyBusiness"
 - 
When calculating the number of days between two dates the count includes only currency business days.
"ExchangeBusiness"
 - 
When calculating the number of days between two dates the count includes only stock exchange business days.
"ScheduledTradingDay"
 - 
When calculating the number of days between two dates the count includes only scheduled trading days.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="dayType" type="DayTypeEnum"/>

numberOfDays
Type:
xsd:nonNegativeInteger, predefined, simple content
The number of days adjustment.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="numberOfDays" type="xsd:nonNegativeInteger"/>

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.