You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In OJP we have some wrappers that are not really doing anything but wrap a Siri element e.g. element: name="ServiceFacilityGroup" (in «OJP_FacilitySupport.xsd») :
<xs:group name="ServiceFacilityGroup">
<xs:annotation>
<xs:documentation>Wrapper for SIRI service facilities.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="siri:ServiceFacilityGroup"/>
</xs:sequence>
</xs:group>
In OJP we have some wrappers that are not really doing anything but wrap a Siri element e.g. element: name="ServiceFacilityGroup" (in «OJP_FacilitySupport.xsd») :
/ServiceFacilityGroup/groupRef/ServiceFacilityGroup
/AllFacilitiesGroup/groupRef/AllFacilitiesGroup
/StopFacilityGroup/groupRef/StopFacilityGroup
/DeliveryRequestGroup/groupRef/DeliveryRequestGroup
/StatusRequestGroup/groupRef/StatusRequestGroup
/ServiceResponseGroup/groupRef/ServiceResponseGroup
@skinkie @sgrossberndt @Aurige : Should we keep the wrappers or remove them?
The text was updated successfully, but these errors were encountered: