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 RouteTrajectoryConstraintType/description TrajectoryPointPropertyType/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 MessageCollectionType/type MessageType/type
simpleTypes AircraftAddressType AircraftIdentificationType AircraftOperatorDesignatorType AircraftRegistrationType AircraftTypeDesignatorType AirportSlotIdentificationType AirWaybillNumberType AtcUnitNameType CompatibilityGroupType DesignatedPointDesignatorType HazardDivisionType IataAerodromeDesignatorType LocationIndicatorType ModeACodeType NavaidDesignatorType RankedTrajectoryIdentifierType RestrictedAirspaceDesignatorType RestrictedHazardClassType RestrictedRouteDesignatorType RestrictedRunwayDirectionDesignatorType RestrictedUniversallyUniqueIdentifierType SelectiveCallingCodeType SidStarAbbreviatedDesignatorType SidStarDesignatorType 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