<> <> <> <> DIRECTORY FilingAttributesP10V5; FilingAttributesP10V5Aux: CEDAR DEFINITIONS ~ { OPEN FilingAttributesP10V5; ExposeSerializedFile: PROC [arg: SerializedFile, level: NAT] RETURNS [res: ROPE]; ExposeAttributeValue: PROC [arg: AttributeValue, level: NAT] RETURNS [res: ROPE]; ExposeAccessList: PROC [arg: AccessList, level: NAT] RETURNS [res: ROPE]; ExposeStreamOfUnspecified: PROC [arg: StreamOfUnspecified, level: NAT] RETURNS [res: ROPE]; ExposeAttribute: PROC [arg: Attribute, level: NAT] RETURNS [res: ROPE]; ExposeOrdering: PROC [arg: Ordering, level: NAT] RETURNS [res: ROPE]; ExposeWellKnownType: PROC [arg: WellKnownType, level: NAT] RETURNS [res: ROPE]; ExposeAccessEntry: PROC [arg: AccessEntry, level: NAT] RETURNS [res: ROPE]; ExposeStreamOfAttributeSequence: PROC [arg: StreamOfAttributeSequence, level: NAT] RETURNS [res: ROPE]; ExposeSerializedTree: PROC [arg: SerializedTree, level: NAT] RETURNS [res: ROPE]; ExposeInterpretation: PROC [arg: Interpretation, level: NAT] RETURNS [res: ROPE]; ExposeAttributeSequence: PROC [arg: AttributeSequence, level: NAT] RETURNS [res: ROPE]; ExposeBytePairSequence: PROC [arg: BytePairSequence, level: NAT] RETURNS [res: ROPE]; ExposeAttributeSequenceSequence: PROC [arg: AttributeSequenceSequence, level: NAT] RETURNS [res: ROPE]; ExposeAsciiString: PROC [arg: AsciiString, level: NAT] RETURNS [res: ROPE]; ExposeAttributeSequenceList: PROC [arg: AttributeSequenceList, level: NAT] RETURNS [res: ROPE]; ExposeStreamKind: PROC [arg: StreamKind, level: NAT] RETURNS [res: ROPE]; ExposePosition: PROC [arg: Position, level: NAT] RETURNS [res: ROPE]; ExposeSerializedContentBytes: PROC [arg: SerializedContentBytes, level: NAT] RETURNS [res: ROPE]; ExposeInterpretedAttributeType: PROC [arg: InterpretedAttributeType, level: NAT] RETURNS [res: ROPE]; ExposeStreamOfAsciiText: PROC [arg: StreamOfAsciiText, level: NAT] RETURNS [res: ROPE]; ExposeSerializedTreeSequence: PROC [arg: SerializedTreeSequence, level: NAT] RETURNS [res: ROPE]; ExposeFileID: PROC [arg: FileID, level: NAT] RETURNS [res: ROPE]; ExposeAsciiStringList: PROC [arg: AsciiStringList, level: NAT] RETURNS [res: ROPE]; ExposeAccessEntrySequence: PROC [arg: AccessEntrySequence, level: NAT] RETURNS [res: ROPE]; ExposeAccessSequence: PROC [arg: AccessSequence, level: NAT] RETURNS [res: ROPE]; ExposeAccessType: PROC [arg: AccessType, level: NAT] RETURNS [res: ROPE]; ExposeStringStreamKind: PROC [arg: StringStreamKind, level: NAT] RETURNS [res: ROPE]; ExposeInterpretedAttribute: PROC [arg: InterpretedAttribute, level: NAT] RETURNS [res: ROPE]; }...