- The XBRL Standard
- XBRL Specifications
- Registries
- Functions Registry 1.0
- Functions Registry
- xfi:unique-instant-dates
- 80311:
All tests
Documentation
Owners
Test Case Variations
V-01
Instance with instant and duration facts
Documentation
Tests that the function works with an instance containing both types of concepts, including both datetimes with and without
a time component.
Inputs
- schema: taxonomy-a.xsd
- instance: instance-a.xml
(DTS Discovery starting point)
(ID=V01)
-
Function Call:
xfi:unique-instant-dates()
(against file V01)
Outputs
-
Result test:
count( $result ) eq 1
and
$result eq xs:dateTime("2008-01-01T00:00:00")
V-02
Instance without facts
Documentation
Tests that the function works with an empty instance.
Inputs
Outputs
-
Result test:
empty( $result )
Revisions
Name
|
On
|
Details
|
Herm Fischer |
01-08-2020 at 12:00:00 |
Created the test case.
|