simpleType CharacterStringType
namespace http://www.fixm.aero/base/4.2
type restriction of xs:string
properties
base xs:string
used by
elements PersonOrOrganizationType/identifier PersonOrOrganizationType/identifierDomain NetworkChoiceType/other RestrictionReferenceType/restrictionIdentifier RestrictionReferenceType/restrictionType FlightEmergencyType/actionTaken FlightConstraintType/applicability DinghiesType/colour AircraftType/coloursAndMarkings EnRouteDelayType/delayReason EnRouteDelayType/delayReference TrajectoryPointPropertyType/description RouteTrajectoryConstraintType/description LastPositionReportType/determinationMethod FlightEmergencyType/emergencyDescription TrajectoryPointReferenceType/identifier FlightConstraintType/impact RouteTrajectoryElementType/modifiedRouteItemReference DangerousGoodsType/onboardLocation AircraftTypeChoiceType/otherAircraftType CommunicationCapabilitiesType/otherCommunicationCapabilities CommunicationCapabilitiesType/otherDatalinkCapabilities FlightEmergencyType/otherInformation NavigationCapabilitiesType/otherNavigationCapabilities SurveillanceCapabilitiesType/otherSurveillanceCapabilities DangerousGoodsPackageType/properShippingName RadioCommunicationFailureType/radioFailureRemarks RadioCommunicationFailureType/remainingComCapability FlightType/remarks FlightRouteInformationType/routeText ReclearanceInFlightType/routeToRevisedDestination ShippingInformationType/shipmentAuthorizations ShippingInformationType/subsidiaryHazardClassAndDivision SurvivalCapabilitiesType/survivalEquipmentRemarks TrajectoryPointReferenceType/type MessageType/type MessageCollectionType/type NasAdvisoryType/advisoryNumber MessageProvenanceType/airport NasIntersectedAirspaceType/airspaceIdentifier NasRouteInformationType/atcIntendedRoute MessageProvenanceType/center NasClearedFlightInformationType/clearanceHeading NasClearedFlightInformationType/clearanceSpeed NasClearedFlightInformationType/clearanceText NasConstrainedAirspaceType/constrainedAirspaceName NasControlElementChoiceType/ctopIdentifier CollaborativeTrajectoryOptionsProgramType/ctopIdentifier CollaborativeTrajectoryOptionsProgramType/ctopName DeicingInformationType/deicingLocation NasEramRouteAmendmentType/detailOne NasEramRouteAmendmentType/detailTwo NasFlightIdentificationType/eramId NasEramRouteAmendmentType/eramStatus EramResponseChoiceType/errorResponse NasFlightPlanType/flightPlanRemarks NasRouteInformationType/localIntendedRoute EramWarningResponseType/message NasEramRouteAmendmentType/messageId NameValuePairType/name NasAdaptedArrivalRouteType/nasFavNumber NasRouteInformationType/nasPreviousRouteText NasAdaptedRouteType/nasRouteAlphanumeric NasAdaptedRouteType/nasRouteIdentifier NasRouteInformationType/nasRouteText FlowProgramInformationType/programIdentifier NasRouteAmendmentType/protectedSegment NasAssignedRouteType/protectedSegment NasRouteAmendmentType/rejectReason NasRerouteType/rerouteIdentifier NasAssignedRouteType/route NasRouteAmendmentType/routeAmendment MessageMetadataType/sensitivityReason NasFlightIdentificationType/sfdpsId NasEramRouteAmendmentType/site MessageProvenanceType/source MessageProvenanceType/system NasFlightIdentificationType/tfmsDatabaseKey NasRouteAmendmentType/tmiIdentifier MessageProvenanceType/tracon TriggerType/triggerType NameValuePairType/value NasEramRouteAmendmentType/workstation
simpleTypes AircraftAddressType AircraftIdentificationType AircraftOperatorDesignatorType AircraftRegistrationType AircraftTypeDesignatorType AirportSlotIdentificationType AirWaybillNumberType AtcUnitNameType CharacterString20Type CharacterString250Type CharacterString60Type CodedDepartureRouteType CompatibilityGroupType ComputerIdentificationType DesignatedPointDesignatorType HazardDivisionType IataAerodromeDesignatorType IcaoRouteStringType LocationIndicatorType ModeACodeType NavaidDesignatorType RankedTrajectoryIdentifierType RestrictedAirspaceDesignatorType RestrictedHazardClassType RestrictedRouteDesignatorType RestrictedRunwayDirectionDesignatorType RestrictedUniversallyUniqueIdentifierType SelectiveCallingCodeType SensitivityType SidStarAbbreviatedDesignatorType SidStarDesignatorType SlotAssignmentType SmpIdType SurfaceRegionNameType TextAddressType TextCountryCodeType TextNameType TextPhoneType UnNumberType
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
A sequence of characters [specialised from ISO19103, chapter 6.5.2.7].

In FIXM, the maximum length of a CharacterString is set to 4096 characters. [FIXM]
source <xs:simpleType name="CharacterStringType">
 
<xs:annotation>
   
<xs:documentation>A sequence of characters [specialised from ISO19103, chapter 6.5.2.7].

In FIXM, the maximum length of a CharacterString is set to 4096 characters. [FIXM]
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="0"/>
   
<xs:maxLength value="4096"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy