complexType "BusinessCenterTime"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
at 23 locations
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
businessCenter (defined in BusinessCenterTime complexType),
All Direct / Indirect Based Elements (23):
expiryTime (defined in FxDigitalAmericanExercise complexType),
expiryTime (defined in FxEuropeanExercise complexType),
fixingTime (defined in FxSpotRateSource complexType),
observationEndTime (defined in FxBarrierFeature complexType),
observationStartTime (defined in FxBarrierFeature complexType),
time (defined in FxBusinessCenterDateTime complexType),
Known Usage Locations
Annotation
A type for defining a time with respect to a business day calendar location. For example, 11:00am London time.
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType name="BusinessCenterTime">
<xsd:sequence>
<xsd:element minOccurs="0" name="hourMinuteTime" type="HourMinuteTime"/>
<xsd:element minOccurs="0" name="businessCenter" type="BusinessCenter"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
businessCenter
Type:
BusinessCenter, simple content
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="businessCenter" type="BusinessCenter"/>

hourMinuteTime
Type:
HourMinuteTime, simple content
A time specified in hh:mm:ss format where the second component must be '00', e.g. 11am would be represented as 11:00:00.
Simple Content
xsd:time
Pattern:
[0-2][0-9]:[0-5][0-9]:00
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="hourMinuteTime" type="HourMinuteTime"/>

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.