API Reference > Classes > PRC Base Classes > OdPrcSchema Class > OdPrcSchema Structures > OdPrcSchema::schema_type_and_token Structure
OdPrcSchema::schema_type_and_token Structure
Syntax
C++
struct schema_type_and_token { OdUInt32 schema_type; OdUInt32Array tokens; };

PrcSchema.h

Members 
Description 
OdUInt32 schema_type; 
Entity type determined with schema definition. 
OdUInt32Array tokens; 
Tokens array which determines the entity of the specified type. 

Structure contains information about PRC schema definition.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.