InputOutputType
- https://purl.semanticip.org/linked-data/sdmx/ML/structure/InputOutputType
TTL - owl:Class
- Input Output Type
- http://www.sdmx.org/resources/sdmxml/schemas/v3_1/structure
- structure
- complexType
InputOutputType describes the structure of an input or output to a process step. It provides a reference to the object that is the input or output.
- SDMXStructureProcess.xsd
<xs:complexType xmlns:xs="http://www.w3.org/2001/XMLSchema" name="InputOutputType">
<xs:annotation>
<xs:documentation>InputOutputType describes the structure of an input or output to a process step. It provides a reference to the object that is the input or output.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="common:AnnotableType">
<xs:sequence>
<xs:element name="ObjectReference" type="common:UrnReferenceType">
<xs:annotation>
<xs:documentation>ObjectReference is an abstract substitution head that references the object that is an input or output. It is substituted with a concrete reference to an explicit object type.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="localID" type="common:IDType" use="optional">
<xs:annotation>
<xs:documentation>The localID attribute is an optional identification for the input or output within the process.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
rdfs:subClassOf sip-sdmx-ML-common:AnnotableType ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:ObjectReference ;
owl:allValuesFrom sip-sdmx-ML-common:UrnReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:ObjectReference ;
owl:qualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:UrnReferenceType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:localID ;
owl:allValuesFrom sip-sdmx-ML-common:IDType
] ;
rdfs:subClassOf [
a owl:Restriction ;
owl:onProperty sip-sdmx-ML:localID ;
owl:maxQualifiedCardinality 1 ;
owl:onDataRange sip-sdmx-ML-common:IDType
] ;